Changes for page Building WOLips
Last modified by Johann Werner on 2015/02/13 01:40
From version 56.1
edited by Pascal Robert
on 2011/09/12 01:15
on 2011/09/12 01:15
Change comment:
There is no comment for this version
To version 54.1
edited by Pascal Robert
on 2011/09/18 10:58
on 2011/09/18 10:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,9 @@ 1 -{{tip title="Not Required!"}} 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 +{{/warning}} 2 2 5 + {{tip title="Not Required!"}} 3 3 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/WOLips36Stable/lastSuccessfulBuild/artifact/site/] 4 - 5 5 {{/tip}} 6 6 7 7 {{note}} ... ... @@ -79,13 +79,13 @@ 79 79 80 80 1. When you need to repeat the process, shut down the Test Environment, delete the org.objectstyle. files in the features and plugins directories under the /Users/<me>/Developer/eclipse directory. Change the source code in the primary environment and build. (Each build took 3 min 37 seconds on my Mac Book Pro 17"). Once the build is done, then reinstall the plugin in the Test Environment. The Local Site should still be selected. 81 81 82 -== Building WOLips with Hudson Continuous Build server ==84 +== Building WOLips with Jenkins Continuous Build server == 83 83 84 84 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. 85 85 86 86 1. Add a new job with the following configuration 87 87 Project Name: WOLips 88 - Subversion: [[https://github.com/wolips/wolips/]]90 +Git Repositories: [[https://github.com/wolips/wolips.git]] 89 89 Local module directory (optional): wolips 90 90 Use update: Checked 91 91 Poll SCM: 59 * ** * ** //(59 can be replaced with any number between 0 and 59)//