Last modified by Pascal Robert on 2013/12/18 02:55

From version 24.1
edited by David Avendasora
on 2011/04/29 14:44
Change comment: There is no comment for this version
To version 27.1
edited by David Avendasora
on 2011/04/25 17:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -51,9 +51,6 @@
51 51  === Eclipse/WOLips ===
52 52  
53 53  * h5. Standard WebObjects Framework
54 -Right-Click on your project in Eclipse and select **WOLips Ant Tools > Install**
55 -[[image:WOLipsAntInstall.png||border="1"]]
56 -This will build and install the framework in the location defined in the WOLips preferences, overwriting any previously installed version of the framework.
57 57  
58 58  * h5. Project Wonder Frameworks
59 59  **You can not build projects from Wonder this way.** You must either use the command line or Hudson/Jenkins methods
... ... @@ -60,12 +60,10 @@
60 60  
61 61  === Hudson/Jenkins ===
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/WOlips directly (except for Project Wonder's frameworks).
60 +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  = Customizing the Build =
66 66  
67 -By modifying the values in the build.properties and wolips.properties files or by passing in arguments to the Ant command, you can change where Ant will look for dependencies (binary frameworks, libraries, etc.) and where it will install the build products.
68 -
69 69  = Installing =
70 70  
71 71  Assuming you already cloned and built Wonder from source using the method outlined above, you can use the following procedure pull the latest changes into your local repository.