Created
October 22, 2014 13:04
-
-
Save dreammonkey/1c969c671fe0c6ea3529 to your computer and use it in GitHub Desktop.
ant mac osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requires you have java installed | |
# requires ant binaries are in /usr/local/ant | |
export ANT_HOME=/usr/local/ant | |
export JAVA_HOME= | |
export PATH=${PATH}:${ANT_HOME}/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment