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

From version 129.1
edited by David Avendasora
on 2011/04/25 15:18
Change comment: There is no comment for this version
To version 132.1
edited by David Avendasora
on 2011/04/25 15:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +3,3 @@
1 -{{toc maxLevel="2"}}{{/toc}}
2 -
3 3  == Introduction ==
4 4  
5 5  Instead of downloading the Wonder binaries, working from the latest source code directly can have some advantages such as:
... ... @@ -60,7 +60,7 @@
60 60  
61 61  == Building ==
62 62  
63 -In general, it is recommended that you use Hudson/Jenkins to build your WebObjects frameworks and applications, but it is not required. You can build either from the Terminal as outlined below, or from within Eclipse directly.
61 +In general, it is recommended that you use Hudson/Jenkins to build your WebObjects frameworks and applications, but it is not required. You can build either from the Terminal as outlined below, or from within Eclipse directly.
64 64  
65 65  {{tip title="Pro Tip"}}
66 66  If you use Hudson/Jenkins to build your WebObjects applications, then you do not need to actually build or install the Project Wonder frameworks on your development machine, just having the individual Wonder source code projects open in your eclipse workspace is sufficient. Your Hudson/Jenkins server will need the built frameworks installed. See the [Hudson/Jenkins Page|WO:Installing and Using the Hudson build server] for more information.
... ... @@ -68,13 +68,13 @@
68 68  
69 69  {{note title="Requires WebObjects"}}
70 70  
71 -These build instructions require the WebObjects frameworks to already be installed in the normal location:
69 +These build instructions require the WebObjects frameworks to already be installed in the normal location:
72 72  * Mac OS X: {{/System/Library/Framworks/}}
73 73  * Linux: {{/Library/Frameworks}}
74 74  
75 75  Otherwise you will get compiler errors like this:
76 76  {noformat}
77 -[wocompile] /Wonder/WonderGit/WonderSource/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/JSAlertPanel.java:10:
75 +[wocompile] /Wonder/WonderGit/WonderSource/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/JSAlertPanel.java:10:
78 78   package com.webobjects.appserver does not exist
79 79  [wocompile] import com.webobjects.appserver.WOContext;
80 80  {noformat}
... ... @@ -93,7 +93,7 @@
93 93  
94 94  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.
95 95  
96 -===== Install the frameworks =====
94 +===== Install the frameworks =====
97 97  
98 98  {{code value="none"}}
99 99  sudo ant frameworks.install