Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 175.1
edited by Kieran Kelleher
on 2011/03/25 18:47
on 2011/03/25 18:47
Change comment:
There is no comment for this version
To version 178.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,7 +24,8 @@ 24 24 # Navigate into the working copy root 25 25 cd WonderSource 26 26 27 -# Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir) 27 +# Build the frameworks from the source (Assumes you are using WebObjects 5.4.3, 28 +# which is currently compatible with 'master' branch. See note below for WebObjects 5.3.3 compatible install) 28 28 ant frameworks 29 29 30 30 # Install the frameworks (this just copies the built frameworks from ~/Roots to ... ... @@ -37,7 +37,7 @@ 37 37 38 38 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. 39 39 40 -{{code title=" ProcedureforWebObjects 5.3.Xor5.4.X"}}41 +{{code title="Updating your Source"}} 41 41 42 42 # Navigate to the Roots directory that was automatically created by the initial Source installation procedure above 43 43 cd ~/Roots/ ... ... @@ -83,3 +83,11 @@ 83 83 *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. 84 84 85 85 {{/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 + 94 +{{/info}}