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

From version 177.1
edited by Kieran Kelleher
on 2011/03/25 18:54
Change comment: There is no comment for this version
To version 179.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
... ... @@ -84,3 +84,11 @@
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 +
94 +{{/info}}