Wiki source code of wolips.properties
Version 17.1 by Chuck Hill on 2009/11/17 12:11
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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 | |||
| 3 | The location of this file differs by operating system: | ||
| 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 Settingsyour user>ibrarypplication SupportOLipsolips.properties## | ||
| 8 | |||
| 9 | 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 | |||
| 11 | {{code}} | ||
| 12 | |||
| 13 | wo.system.root=/System | ||
| 14 | wo.user.frameworks=/Users/chuck/Library/Frameworks | ||
| 15 | wo.system.frameworks=/System/Library/Frameworks | ||
| 16 | wo.bootstrapjar=/System/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar | ||
| 17 | wo.network.frameworks=/Network/Library/Frameworks | ||
| 18 | wo.api.root=/Developer/ADC%20Reference%20Library/documentation/WebObjects/Reference/API/ | ||
| 19 | wo.network.root=/Network | ||
| 20 | wo.extensions=/Library/WebObjects/Extensions | ||
| 21 | wo.user.root=/Users/chuck | ||
| 22 | wo.local.frameworks=/Library/Frameworks | ||
| 23 | wo.apps.root=/Library/WebObjects/Applications | ||
| 24 | wo.local.root=/ | ||
| 25 | |||
| 26 | {{/code}} | ||
| 27 | |||
| 28 | See [[Using WOLips With Multiple Versions of WebObjects]] for how to use different wolips.properties files with different WO version. |