I added the attribute quite=true to the <delete> task. When I checked in
this code, it worked.
However, I'm using Ant 1.3 and it is not working:
I have:
<target name="package-zip"
depends="package"
description="--> generates the Turbine distribution as .zip">
<delete file="../${final.name}.zip" quiet="true"/>
<zip zipfile="../${final.name}.zip" basedir="../"
includes="**/${final.name}/**"/>
</target>
I'm getting:
package-zip:
[delete] Could not find file
/Users/jon/checkout/jakarta-velocity/velocity-0.
75.zip to delete.
[zip] Building zip:
/Users/jon/checkout/jakarta-velocity/velocity-0.75.zip
What the heck?
-jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]