SyntaxFix
Write A Post
Hire A Developer
Questions
Available and Condition
<target name="check-abc"> <available file="abc.txt" property="abc.present"/> </target> <target name="do-if-abc" depends="check-abc" if="abc.present"> ... </target>