Changes for page wolips.properties

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

From version 21.1
edited by Ray Kiddy
on 2012/01/03 10:57
Change comment: add note, in case someone is hereby tempted to delete their wobuild.properties file
To version 19.1
edited by pgr
on 2009/11/19 09:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.pgr
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, 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.
2 2  
3 3  The location of this file differs by operating system:
4 4  
... ... @@ -5,7 +5,6 @@
5 5  **OS X**: ##/Users/<user>/Library/Application Support/WOLips/wolips.properties##
6 6  **Linux**: ##/home/<user>/Library/Application Support/WOLips/wolips.properties##
7 7  **Windows**: ##C:ocuments and Settingsuser>ibrarypplication SupportOLipsolips.properties##
8 -**Windows 7**: ##C:sersuser>ppDataoamingOLipsolips.properties##
9 9  
10 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  
... ... @@ -26,19 +26,4 @@
26 26  
27 27  {{/code}}
28 28  
29 -Example on Windows:
30 -
31 -{{code}}
32 -
33 -wo.system.root=C:/Apple
34 -wo.system.frameworks=C:/Apple/Library/Frameworks
35 -wo.bootstrapjar=C:/Apple/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar
36 -wo.extensions=C:/Apple/Local/Library/WebObjects/Extensions
37 -wo.user.root=C:/username
38 -wo.local.frameworks=C:/Apple/Local/Library/Frameworks
39 -wo.apps.root=C:/Apple/Library/WebObjects/JavaApplications
40 -wo.local.root=C:/Apple/Local
41 -
42 -{{/code}}
43 -
44 44  See [[Using WOLips With Multiple Versions of WebObjects]] for how to use different wolips.properties files with different WO version.