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

From version 89.1
edited by Lachlan Deck
on 2009/02/08 04:09
Change comment: There is no comment for this version
To version 87.1
edited by Kieran Kelleher
on 2010/01/11 12:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ldeck
1 +XWiki.kieran
Content
... ... @@ -39,11 +39,17 @@
39 39  
40 40  * Follow the "Building with Ant" instructions in the BUILD.txt document in the Wonder directory
41 41  
42 -== Concepts ==
42 +{{warning title="WebObjects 5.4.X Compatability"}}
43 43  
44 -This complete procedure results in you having
44 +The default instructions in Wonder's BUILD.txt produce binaries that are compatable with WO 5.3.3. If you are using WO 5.4.X, then you need to add the "-Dwonder.patch=54" option to the ant commands. For example:
45 45  
46 +ant -Dwonder.patch=54 frameworks; sudo ant -Dwonder.patch=54 frameworks.install
47 +
48 +
49 +h2. Concepts
50 +This complete procedure results in you having
46 46  * a Wonder directory with the whole Wonder source tree (directories, projects, frameworks, example apps, miscellaneous, etc.) inside.
47 47  * The binary Wonder frameworks ("ant frameworks") will be installed in /Library/Frameworks.
48 48  * If you ran "ant applications", they will be installed in ...
49 -* If you ran "ant examples", they will be installed in ...
54 +* If you ran "ant examples", they will be installed in ..
55 +{{/warning}}