You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Kyle Adams <ka...@gfs.com> on 2001/08/21 16:16:24 UTC

Quiet delete

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

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 21 Aug 2001, Kyle Adams <ka...@gfs.com> wrote:

> Shouldn't turning quiet on prevent errors?

I think this is fixed in 1.4beta, please give it a try.

Stefan