--- Gene Margolin <[EMAIL PROTECTED]> wrote:
> I've changed "deltree" by "delete".
> The same result.
> No error messages.
> All directories are still here.

Try:
<target name="clean" depends="compile">
  <delete includeEmptyDirs="yes">
    <fileset dir="${destdir.dir}/com/futuresource/jmaf">
      <include name="charts/*.class"/>
      <include name="lang/expression/**"/>
      <include name="tuple/**"/>
    </fileset>
  </delete>
</target>

If that doesn't work, try running with -verbose and sending the
(relevant)output.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to