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

From version 185.1
edited by Kieran Kelleher
on 2011/03/25 19:15
Change comment: There is no comment for this version
To version 183.1
edited by Kieran Kelleher
on 2011/03/25 19:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,9 +24,6 @@
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 30  # Build the frameworks from the source (Assumes you are using WebObjects 5.4.3,
31 31  # which is currently compatible with 'master' branch. See note below for WebObjects 5.3.3 compatible install)
32 32  ant frameworks
... ... @@ -91,10 +91,8 @@
91 91  {{info value="Legacy WebObjects 5.3.3 Compatability"}}
92 92  
93 93  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:
94 -
95 95  {code}
96 96  git checkout --track origin/Wonder_5_0_0_Legacy
97 97  {code}
98 98  
99 -
100 100  {{/info}}