Changes for page wolips.properties

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

From version 22.1
edited by Kieran Kelleher
on 2012/08/06 15:26
Change comment: There is no comment for this version
To version 25.1
edited by Kieran Kelleher
on 2012/08/06 15:27
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Home
Content
... ... @@ -1,37 +1,48 @@
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.
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  
5 -**OS X**: ##/Users/<user>/Library/Application Support/WOLips/wolips.properties##
6 -**Linux**: ##/home/<user>/Library/Application Support/WOLips/wolips.properties##
7 -**Windows**: ##C:ocuments and Settingsuser>ibrarypplication SupportOLipsolips.properties##
8 -**Windows 7**: ##C:sersuser>ppDataoamingOLipsolips.properties##
5 +**OS X**: {{code language="none"}}/Users/<user>/Library/Application Support/WOLips/wolips.properties{{/code}}
6 + **Linux**: {{code language="none"}}/home/<user>/Library/Application Support/WOLips/wolips.properties{{/code}}
7 + **Windows**: {{code language="none"}}C:\Documents and Settings\<user>\Library\Application Support\WOLips\wolips.properties{{/code}}
8 + **Windows 7**: {{code language="none"}}C:\Users\<user>\AppData\Roaming\WOLips\wolips.properties{{/code}}
9 9  
10 -The wolips.properties file should be created automatically, but if this does not happen, it can be created manually (e.g. with a text editor). Example contents of this file (modify to match the locations on your machine):
10 +The wolips.properties file should be created automatically, but if this does not happen, it can be created manually (e.g. with a text editor). Example contents of this file (modify to match the locations on your machine):
11 11  
12 12  {{code}}
13 13  
14 14  # Directory path that contains Library/Frameworks/[Apple WebObjects frameworks]
15 15  wo.system.root=/System
16 +
16 16  # Directory that contains [user WebObjects frameworks]
17 17  wo.user.frameworks=/Users/chuck/Library/Frameworks
19 +
18 18  # Directory that contains [Apple WebObjects frameworks]
19 19  wo.system.frameworks=/System/Library/Frameworks
22 +
20 20  wo.bootstrapjar=/System/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar
24 +
21 21  # Directory that contains network shared [WebObjects frameworks]
22 22  wo.network.frameworks=/Network/Library/Frameworks
27 +
23 23  # Directory for javadoc lookup by Eclipse
24 24  wo.api.root=/Developer/ADC%20Reference%20Library/documentation/WebObjects/Reference/API/
30 +
25 25  # Directory path that contains Library/Frameworks/[network shared WebObjects frameworks]
26 26  wo.network.root=/Network
33 +
27 27  # Directory that contains unmanaged unversioned global jars available to WebObjects runtime (generally a bad idea)
28 28  wo.extensions=/Library/WebObjects/Extensions
36 +
29 29  # User home directory
30 30  wo.user.root=/Users/chuck
39 +
31 31  # A directory containing [non-Apple WebObjects frameworks]
32 32  wo.local.frameworks=/Library/Frameworks
42 +
33 33  # A directory where WebObjects applications are installed
34 34  wo.apps.root=/Library/WebObjects/Applications
45 +
35 35  # Directory path that contains Library/Frameworks/[non-Apple WebObjects frameworks]
36 36  wo.local.root=/
37 37  
... ... @@ -52,4 +52,4 @@
52 52  
53 53  {{/code}}
54 54  
55 -See [[Using WOLips With Multiple Versions of WebObjects]] for how to use different wolips.properties files with different WO version.
66 +See [[doc:Using WOLips With Multiple Versions of WebObjects]] for how to use different wolips.properties files with different WO version.
XWiki.XWikiComments[0]
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.frank
Comment
... ... @@ -1,0 +1,6 @@
1 +On windows Vista you can find the wolips.properties in the %APPDATA%/WOLips/wolips.properties.
2 + There you can add:
3 + wo.system.root=C:/Apple
4 + wo.local.root=C:/Apple/Local
5 +
6 +Attention: it is indeed C:/Apple and not C:\Apple
Date
... ... @@ -1,0 +1,1 @@
1 +2009-12-02 16:24:04.0