Changes for page wolips.properties
Last modified by D Tim Cummings on 2012/08/06 15:27
From version 11.1
edited by frank
on 2009/12/03 10:06
on 2009/12/03 10:06
Change comment:
There is no comment for this version
To version 16.1
edited by Kieran Kelleher
on 2009/11/17 12:35
on 2009/11/17 12:35
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. frank1 +XWiki.kieran - Content
-
... ... @@ -1,4 +1,4 @@ 1 -The wolips.properties file tells WOLips (and the Ant based build) where t ofind 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 the 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 ... ... @@ -25,19 +25,4 @@ 25 25 26 26 {{/code}} 27 27 28 -Example on Windows: 29 - 30 -{{code}} 31 - 32 -wo.system.root=C:/Apple 33 -wo.system.frameworks=C:/Apple/Library/Frameworks 34 -wo.bootstrapjar=C:/Apple/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar 35 -wo.extensions=C:/Apple/Local/Library/WebObjects/Extensions 36 -wo.user.root=C:/username 37 -wo.local.frameworks=C:/Apple/Local/Library/Frameworks 38 -wo.apps.root=C:/Apple/Library/WebObjects/JavaApplications 39 -wo.local.root=C:/Apple/Local 40 - 41 -{{/code}} 42 - 43 43 See [[Using WOLips With Multiple Versions of WebObjects]] for how to use different wolips.properties files with different WO version.