<target name="test1"> <!-- if props.someprop --> ##how use some logic based on a property from the props file that will either execute the "exec" or just pass it? <exec executable"myExecutable" > <arg line="-some-command" /> </exec> <!-- end --> </target>
So what im trying to do is only execute if a property is true.. Obviously some pretty simple logic but doing that in ant?
thanks -- View this message in context: http://www.nabble.com/help-with-some-conditional -logic..-tf4133302.html#a11755475 Sent from the Ant - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)