Last modified by Bastian Triller on 2013/10/05 10:40

From version 171.1
edited by Kieran Kelleher
on 2011/03/25 19:17
Change comment: There is no comment for this version
To version 174.1
edited by Kieran Kelleher
on 2011/03/25 18:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,11 +24,7 @@
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 -
30 -# Build the frameworks from the source (Assumes you are using WebObjects 5.4.3,
31 -# which is currently compatible with 'master' branch. See note below for WebObjects 5.3.3 compatible install)
27 +# Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir)
32 32  ant frameworks
33 33  
34 34  # Install the frameworks (this just copies the built frameworks from ~/Roots to
... ... @@ -41,7 +41,7 @@
41 41  
42 42  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.
43 43  
44 -{{code title="Updating your Source"}}
40 +{{code title="Procedure for WebObjects 5.3.X or 5.4.X"}}
45 45  
46 46  # Navigate to the Roots directory that was automatically created by the initial Source installation procedure above
47 47  cd ~/Roots/
... ... @@ -60,17 +60,6 @@
60 60  
61 61  {{/code}}
62 62  
63 -{{info value="Legacy WebObjects 5.3.3 Compatability"}}
64 -
65 -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:
66 -
67 -{code}
68 -git checkout --track origin/Wonder_5_0_0_Legacy
69 -{code}
70 -
71 -
72 -{{/info}}
73 -
74 74  {{info}}
75 75  
76 76  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.