I have defined a property: <property name="mypropname" value="/opt/odi/success.txt"/>
If the /opt/odi/success.txt file does not yet exist, I get a java.io.FileNotFound Exception and the build fails. Is there any way around this? I'd like to just set this property up with the name of a file that will exist later. I imagine I could wait to set this up until after I know the file has been created, but why won't Ant let me do it the way I'd like? Thanks, -jim- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
