I have the following in my ant task to test for the existence of an xml file after processing
<available file="CSV\csvArt.xml" property="artAvailable" /> What I want to do is run <exec> based on the above property value of true. I can't seem to find a task to do this. Any help will be appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]