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

Reply via email to