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

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

Summary

Details

Page properties
Content
... ... @@ -37,17 +37,6 @@
37 37  
38 38  {{/code}}
39 39  
40 -{{info value="Legacy WebObjects 5.3.3 Compatability"}}
41 -
42 -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:
43 -
44 -{code}
45 -git checkout --track origin/Wonder_5_0_0_Legacy
46 -{code}
47 -
48 -
49 -{{/info}}
50 -
51 51  == Source Frameworks Upgrade Installation ==
52 52  
53 53  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.
... ... @@ -71,8 +71,6 @@
71 71  
72 72  {{/code}}
73 73  
74 -
75 -
76 76  {{info}}
77 77  
78 78  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.
... ... @@ -100,3 +100,14 @@
100 100  *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.
101 101  
102 102  {{/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 +
95 +{code}
96 +git checkout --track origin/Wonder_5_0_0_Legacy
97 +{code}
98 +
99 +
100 +{{/info}}