Created
November 24, 2015 00:32
-
-
Save rlandas/4494ce83866f8543d9dd to your computer and use it in GitHub Desktop.
APACHE ANT : Find executable anywhere in the environment PATH
This file contains hidden or 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
<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