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

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

Summary

Details

Page properties
Content
... ... @@ -60,6 +60,17 @@
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 +
63 63  {{info}}
64 64  
65 65  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.
... ... @@ -87,12 +87,3 @@
87 87  *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.
88 88  
89 89  {{/info}}
90 -
91 -{{info value="Legacy WebObjects 5.3.3 Compatability"}}
92 -
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 -{code}
95 -git checkout --track origin/Wonder_5_0_0_Legacy
96 -{code}
97 -
98 -{{/info}}