Changes for page wolips.properties

Last modified by D Tim Cummings on 2012/08/06 15:27

From version 7.1
edited by juch80
on 2011/08/18 09:30
Change comment: There is no comment for this version
To version 9.1
edited by Kieran Kelleher
on 2012/08/06 15:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.juch80
1 +XWiki.kieran
Content
... ... @@ -1,4 +1,4 @@
1 -The wolips.properties file tells WOLips (and the Ant based build) where to find the various parts of WebObjects and friends. This replaces the wobuild.properties files used by earlier version (pre-New Hotness) of WOLips.
1 +The wolips.properties file tells WOLips (and the Ant based build) where to find the various parts of WebObjects and friends. This replaces the wobuild.properties files used by earlier version (pre-New Hotness) of WOLips, though the wobuild.properties file still gets used by ant builds of the Wonder frameworks and applications.
2 2  
3 3  The location of this file differs by operating system:
4 4  
... ... @@ -11,17 +11,39 @@
11 11  
12 12  {{code}}
13 13  
14 +# Directory path that contains Library/Frameworks/[Apple WebObjects frameworks]
14 14  wo.system.root=/System
16 +
17 +# Directory that contains [user WebObjects frameworks]
15 15  wo.user.frameworks=/Users/chuck/Library/Frameworks
19 +
20 +# Directory that contains [Apple WebObjects frameworks]
16 16  wo.system.frameworks=/System/Library/Frameworks
22 +
17 17  wo.bootstrapjar=/System/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar
24 +
25 +# Directory that contains network shared [WebObjects frameworks]
18 18  wo.network.frameworks=/Network/Library/Frameworks
27 +
28 +# Directory for javadoc lookup by Eclipse
19 19  wo.api.root=/Developer/ADC%20Reference%20Library/documentation/WebObjects/Reference/API/
30 +
31 +# Directory path that contains Library/Frameworks/[network shared WebObjects frameworks]
20 20  wo.network.root=/Network
33 +
34 +# Directory that contains unmanaged unversioned global jars available to WebObjects runtime (generally a bad idea)
21 21  wo.extensions=/Library/WebObjects/Extensions
36 +
37 +# User home directory
22 22  wo.user.root=/Users/chuck
39 +
40 +# A directory containing [non-Apple WebObjects frameworks]
23 23  wo.local.frameworks=/Library/Frameworks
42 +
43 +# A directory where WebObjects applications are installed
24 24  wo.apps.root=/Library/WebObjects/Applications
45 +
46 +# Directory path that contains Library/Frameworks/[non-Apple WebObjects frameworks]
25 25  wo.local.root=/
26 26  
27 27  {{/code}}