Changes for page Building WOLips
Last modified by Johann Werner on 2015/02/13 01:40
From version 118.1
edited by Pascal Robert
on 2012/01/18 17:38
on 2012/01/18 17:38
Change comment:
There is no comment for this version
To version 119.1
edited by Pascal Robert
on 2011/09/18 12:18
on 2011/09/18 12:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,11 @@ 1 +{{warning}} 2 +Since WOLips moved away to GitHub, this page needs some reworking. In the meantime, please adapt your build procedure to use Git instead of SVN. 3 + 4 +{color:#333333}WOLips is now located GitHub at {color}{color:#006daf}[https://github.com/wolips/wolips/]{color}. The SVN repository at objectstyle is now deprecated. 5 +{{/warning}} 6 + 1 1 {{tip title="Not Required!"}} 2 2 You do not have to build WOLips to use it. It is easily available via Eclipse's Software Update functionality. The update site is: [http://webobjects.mdimension.com/hudson/job/WOLips37Current/lastSuccessfulBuild/artifact/site/] 3 - 4 4 {{/tip}} 5 5 6 6 {{note}} ... ... @@ -84,24 +84,19 @@ 84 84 85 85 Hudson is a Java base continuous build server that allows you to build and test your project automatically. It can be easily configured to build WOLips in a few simple steps. 86 86 87 -1. Install Eclipse 3.7. You need it to be able to build WOLips. 88 -1. Copy the necessary plugins from your machine to the Eclipse installation on the server. In this example it has been copied to /usr/local/eclipse 89 -The currently required plugins for a deployment build are 90 - JProfiler (Update Site: http:~/~/webobjects.mdimension.com/jprofiler6/) 91 - m2Eclipse Maven (Update Site: http:~/~/m2eclipse.sonatype.org/sites/m2e) 92 - JRebel (Update Site : http:~/~/www.zeroturnaround.com/update-site/) 93 93 1. Add a new job with the following configuration 94 -11. Project Name: WOLips 95 -11. Git Repositories: git:~/~/github.com/wolips/wolips.git 96 -11. Use update: Checked 97 -11. Poll SCM: 59 * ** * ** //(59 can be replaced with any number between 0 and 59)// 93 +Project Name: WOLips 94 +Git Repositories: [[https://github.com/wolips/wolips.git]] 95 +Local module directory (optional): wolips 96 +Use update: Checked 97 +Poll SCM: 59 * ** * ** //(59 can be replaced with any number between 0 and 59)// 98 98 1. Add the following build tasks to the job 99 99 100 100 {{code title="Execute Shell"}} 101 101 102 -echo build.version=3. 7.${BUILD_NUMBER} > build.properties103 -echo eclipse.home=/usr/local/eclipse >> build.properties 104 -echo user.home=${WORKSPACE} >> build.properties 102 +echo build.version=3.4.${SVN_REVISION} > wolips/build.properties 103 +echo eclipse.home=/usr/local/eclipse >> wolips/build.properties 104 +echo user.home=${WORKSPACE} >> wolips/build.properties 105 105 106 106 {{/code}} 107 107 ... ... @@ -120,6 +120,12 @@ 120 120 121 121 {{/code}} 122 122 123 +1. Copy eclipse with the necessary plugins installed to your build server. In this example it has been copied to /usr/local/eclipse 124 +The currently required plugins for a deployment build are 125 +1*. JProfiler ([[Update Site>>http://webobjects.mdimension.com/jprofiler6/]]) 126 +1*. m2Eclipse Maven ([[Update Site>>http://m2eclipse.sonatype.org/sites/m2e]]) 127 +1*. JRebel ([[Update Site>>http://www.zeroturnaround.com/update-site/]]) 128 + 123 123 == Preparation for building WOLips on Windows operating systems (NT 5.0 and higher) == 124 124 125 125 For building WOLips on Windows operating systems, some minor changes have to be made. Instead of following and solving the build errors, you may follow the steps described below.