I am using ant 1.4.1.
I have this in build.xml:
<delete failonerror="true" quiet="false" verbose="true"
file="${root_dir}/${release_version}/wlconf.${prod_mach_1}/cluster${nosi_web
logic_port}/conf/DB2DataSync.properties" />
If one of the properties (say ${release_version}) is not defined then I
would expect the delete task to fail since the file does not exist. It
doesn't and the Ant build continues along its merry way.
Am I missing something?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>