Changes for page Building WOLips

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

From version 54.1
edited by Pascal Robert
on 2011/09/18 10:58
Change comment: There is no comment for this version
To version 57.1
edited by wessman
on 2011/06/23 19:25
Change comment: Updated WOLips 3.6 update site to the new, valid location

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.wessman
Content
... ... @@ -1,9 +1,7 @@
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}}
1 +{{tip title="Not Required!"}}
4 4  
5 - {{tip title="Not Required!"}}
6 6  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 +
7 7  {{/tip}}
8 8  
9 9  {{note}}
... ... @@ -14,8 +14,10 @@
14 14  
15 15  Prior to building WOLips, you will want to get your dependencies installed properly. Check out the [[Installing WOLips]] page for information on the dependencies for WOLips.
16 16  
17 -WOLips is now located GitHub at [[https://github.com/wolips/wolips/]]. The SVN repository at objectstyle is now deprecated.
15 +WOLips is now located in Subversion at ##objectstyle.org##. The CVS repository at sourceforge is now deprecated.
18 18  
17 +The subversion repository path is [[https://svn.objectstyle.org/repos/woproject]]
18 +
19 19  == Prerequisites ==
20 20  
21 21  ==== Install Subclipse (the Subversion plugins) ====
... ... @@ -42,7 +42,7 @@
42 42  == Checking out and Building from the Commandline ==
43 43  
44 44  1. Checkout the ##trunk/woproject## folder from Subversion
45 -##git clone## ##[[git://github.com/wolips/wolips.git]]## ##.##
45 +##svn co## ##[[https://svn.objectstyle.org/repos/woproject/trunk]]## ##.##
46 46  1. ##cd woproject##
47 47  1. ##ant##
48 48  1. The first build will fail out telling you that it couldn't find ##wobuild.properties## ~-~- That's OK
... ... @@ -55,7 +55,8 @@
55 55  
56 56  == Checking out and Building inside of Eclipse for Deployment ==
57 57  
58 -1. Add the wolips Git repository [[https://github.com/wolips/wolips/]] in the Git Perspective's Repository View
58 +1. Add the wolips SVN repository [[https://svn.objectstyle.org/repos/woproject]] in the SVN Perspective's Repository View
59 +1. In SVN perspective, browse WOLips repository on HEAD, checkout ##trunk/woproject##
59 59  1. Right-click (or equiv) on the ##build.xml## inside of the "woproject" project and Run As=>Ant Build ...
60 60  1. Switch to the Properties tab and check for the definition of eclipse.home in the Properties list
61 61  1. If ##eclipse.home## does not exist, uncheck "Use global properties" and then click "Add Property"
... ... @@ -66,7 +66,7 @@
66 66  
67 67  == Checking out and Building inside of Eclipse for Development (PDE) ==
68 68  
69 -1. Add the wolips Git repository [[https://github.com/wolips/wolips/]] in the Git Perspective's Repository View
70 +1. Add the wolips SVN repository [[https://svn.objectstyle.org/repos/woproject]] in the SVN Perspective's Repository View
70 70  1. You can select individual plugins you would like to work on by browsing to ##trunk/woproject/wolips/## in the Subversion repository and checking out the plugins you are interested in. To checkout complete sets of plugins, you could also use the [[Eclipse Team Project Set]].
71 71  
72 72  == An approach to setting up the development and test environment for WOLips Plugin. ==
... ... @@ -81,13 +81,13 @@
81 81  
82 82  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.
83 83  
84 -== Building WOLips with Jenkins Continuous Build server ==
85 +== Building WOLips with Hudson Continuous Build server ==
85 85  
86 86  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.
87 87  
88 88  1. Add a new job with the following configuration
89 89  Project Name: WOLips
90 -Git Repositories: [[https://github.com/wolips/wolips.git]]
91 +Subversion: [[http://svn.objectstyle.org/repos/woproject/trunk/woproject]]
91 91  Local module directory (optional): wolips
92 92  Use update: Checked
93 93  Poll SCM: 59 * ** * ** //(59 can be replaced with any number between 0 and 59)//