Changes for page Building WOLips

Last modified by Johann Werner on 2015/02/13 01:40

From version 120.1
edited by Pascal Robert
on 2012/01/18 17:37
Change comment: There is no comment for this version
To version 119.1
edited by Pascal Robert
on 2011/09/18 12:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -89,40 +89,19 @@
89 89  
90 90  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.
91 91  
92 -1. Install Eclipse 3.7. You need it to be able to build WOLips.
93 -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
94 -The currently required plugins for a deployment build are
95 -
96 -{{color}}
97 -\* JProfiler (Update Site: 
98 -{{/color}}
99 -
100 -http:~/~/webobjects.mdimension.com/jprofiler6/{{color}}){{/color}}
101 -
102 -{{color}}
103 -\* m2Eclipse Maven (Update Site: 
104 -{{/color}}
105 -
106 -http:~/~/m2eclipse.sonatype.org/sites/m2e{{color}}){{/color}}
107 -
108 -{{color}}
109 -\* JRebel (
110 -{{/color}}
111 -
112 -{{color}}Update Site : {{/color}}http:~/~/www.zeroturnaround.com/update-site/)
113 -
114 114  1. Add a new job with the following configuration
115 -11. Project Name: WOLips
116 -11. Git Repositories: git:~/~/github.com/wolips/wolips.git
117 -11. Use update: Checked
118 -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)//
119 119  1. Add the following build tasks to the job
120 120  
121 121  {{code title="Execute Shell"}}
122 122  
123 -echo build.version=3.7.${BUILD_NUMBER} > build.properties
124 -echo eclipse.home=/usr/local/eclipse >> build.properties
125 -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
126 126  
127 127  {{/code}}
128 128  
... ... @@ -141,6 +141,12 @@
141 141  
142 142  {{/code}}
143 143  
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 +
144 144  == Preparation for building WOLips on Windows operating systems (NT 5.0 and higher) ==
145 145  
146 146  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.