Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 182.1
edited by Kieran Kelleher
on 2011/03/25 19:12
on 2011/03/25 19:12
Change comment:
There is no comment for this version
To version 194.1
edited by Kieran Kelleher
on 2011/03/25 19:18
on 2011/03/25 19:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,6 +24,9 @@ 24 24 # Navigate into the working copy root 25 25 cd WonderSource 26 26 27 +# If you are still using old WebObjects 5.3.3, then you need to execute one git command at this point 28 +# before you build Wonder to switch to the branch that is source-compatible with WO 5.3.3. See the tip at the bottom of the page. 29 + 27 27 # Build the frameworks from the source (Assumes you are using WebObjects 5.4.3, 28 28 # which is currently compatible with 'master' branch. See note below for WebObjects 5.3.3 compatible install) 29 29 ant frameworks ... ... @@ -34,6 +34,17 @@ 34 34 35 35 {{/code}} 36 36 40 +{{info value="Legacy WebObjects 5.3.3 Compatability"}} 41 + 42 +If you are still stuck on WebObjects 5.3.3, for whatever reason, then you need to checkout and switch to the Wonder_5_0_0_Legacy branch *before* you build (before you run 'ant frameworks'). And this is *much* easier with git than it used to be with subversion. Just one command: 43 + 44 +{code} 45 +git checkout --track origin/Wonder_5_0_0_Legacy 46 +{code} 47 + 48 + 49 +{{/info}} 50 + 37 37 == Source Frameworks Upgrade Installation == 38 38 39 39 Assuming you already cloned and installed Wonder from source using the method outlined above, you can use the following procedure pull the latest changes into your local repository. ... ... @@ -57,6 +57,8 @@ 57 57 58 58 {{/code}} 59 59 74 + 75 + 60 60 {{info}} 61 61 62 62 If you have any trouble or errors due to your local repository getting hosed, then simply delete the entire local repository directory, the \~/Roots directory and just start over using the initial source clone and installation procedure outlined above. ... ... @@ -84,12 +84,3 @@ 84 84 *Tip:* A custom WebServer install directory can be specified to Wonder by adding the property 'wo.server.root' to the custom wolips properties file also. 85 85 86 86 {{/info}} 87 - 88 -{{info value="Legacy WebObjects 5.3.3 Compatability"}} 89 - 90 -If you are still stuck on WebObjects 5.3.3, for whatever reason, then you need to checkout and switch to the Wonder_5_0_0_Legacy branch *before* you build (before you run 'ant frameworks'). And this is *much* easier with git than it used to be with subversion. Just one command: 91 -{code} 92 -git checkout --track origin/Wonder_5_0_0_Legacy 93 -{code} 94 - 95 -{{/info}}