Skip to content

Commit

Permalink
BUILD.txt updated to reflect that you must pass $HOME environment var…
Browse files Browse the repository at this point in the history
…iable on ant builds
  • Loading branch information
T Worman authored and darkv committed Oct 13, 2015
1 parent b11de56 commit 7cf445e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Ant should be found in /usr/share/ant/bin/ant

4. Invoke ant -projecthelp, but normally you would do for WO:

ant clean frameworks; sudo ant frameworks.install
ant applications; sudo ant applications.install
ant examples; sudo ant examples.install
ant clean frameworks; sudo ant -Duser.home=$HOME frameworks.install
ant applications; sudo ant -Duser.home=$HOME applications.install
ant examples; sudo ant -Duser.home=$HOME examples.install

If you have write privileges in /Library/Frameworks, /Library/WebObjects/JavaApplications, and
/Library/WebServer/Documents/WebObjects/Frameworks, you may do without the "sudo".
Expand Down

0 comments on commit 7cf445e

Please sign in to comment.