When I run my build script, I get the following error message:
D:\dev2\deploy\scm\cost\common not found.
>From build.xml:
<delete verbose="true" quiet="true">
<fileset dir="${deploy.project.dir}">
<include name="*cost*.jar"/>
</fileset>
</delete>
Shouldn't turning quiet on prevent errors? Or is it because I have the nested fileset
tags?
Kyle
- Re: Quiet delete Kyle Adams
- Re: Quiet delete Stefan Bodewig
