Changes for page Using WOLips With Multiple Versions of WebObjects
Last modified by D Tim Cummings on 2022/07/27 02:24
From version 45.1
edited by Kieran Kelleher
on 2009/06/27 06:28
on 2009/06/27 06:28
Change comment:
There is no comment for this version
To version 47.1
edited by David Avendasora
on 2009/06/25 14:33
on 2009/06/25 14:33
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. kieran1 +XWiki.avendasora - Content
-
... ... @@ -60,12 +60,4 @@ 60 60 [[image:http://wiki.objectstyle.org/confluence/download/attachments/5275708/media_1245681896724.png?version=7||align="centre"]] 61 61 Currently, the Eclipse Ant builder is not controlled by the "WOLips -> Build" setting in Eclipse's Preferences. You need to explicitly tell it to use your modified wolips.properties file. In your project, open the build.properties file in your project and add the fully-qualified path to your customized wolips.properties file. 62 62 63 -==== OPTIONAL - Building Project from the Command Line Using Ant ==== 64 - 65 -Along with the usual argument that tells ant where the woproject.jar file is, you simply add another argument using the standard java command line property argument. Essentially we set a property telling the build.xml where the wolips properties file is and the build.xml in turn reads in all the properties from that. 66 - 67 -{{code title="Example"}} 68 - 69 -$ ant -lib /path/to/woproject.jar -Dwolips.properties=/path/to/wolips.533.properties clean build 70 - 71 -{{/code}} 63 +If you don't build your application for deployment from within Eclipse, then you don't need to follow this step, but you will need to somehow tell your build system where to find the WebObjects frameworks, which I'll leave as an excercise for the reader.