Skip to content

Instantly share code, notes, and snippets.

@dreammonkey
Created October 22, 2014 13:04
Show Gist options
  • Save dreammonkey/1c969c671fe0c6ea3529 to your computer and use it in GitHub Desktop.
Save dreammonkey/1c969c671fe0c6ea3529 to your computer and use it in GitHub Desktop.
ant mac osx
# 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