...
- Mac OS X:
/Library/Frameworks/
or/Library/WebObjects/Versions/WebObjects543/Library/Frameworks/
- Linux:
/Local/Library/Frameworks
Setting the user.home
property is necessary. Otherwise ant
will think user.home
is /var/root
and frameworks.install
would look for built frameworks in /var/root/Roots
and would miss any custom locations set for wo.local.frameworks
that are set in your wolips.properties
file.
You can combine the build and install steps by simply executing this Ant command:
...