Skip to content

Instantly share code, notes, and snippets.

@rlandas
Created November 24, 2015 00:32
Show Gist options
  • Save rlandas/4494ce83866f8543d9dd to your computer and use it in GitHub Desktop.
Save rlandas/4494ce83866f8543d9dd to your computer and use it in GitHub Desktop.
APACHE ANT : Find executable anywhere in the environment PATH
<property environment="env" />
<available file="commandname"
filepath="${env.PATH}"
property="commandname.present"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment