At 14:24 31/10/2001 -0600, you wrote:
>I've changed "deltree" by "delete".
>The same result.
>No error messages.
>All directories are still here.
>
><target name="clean" depends="compile">
>   <deltree dir="${destdir.dir}/com/futuresource/jmaf/charts/util"/>
>   <deltree dir="${destdir.dir}/com/futuresource/jmaf/charts/*.class"/>
>   <deltree dir="${destdir.dir}/com/futuresource/jmaf/lang/expression"/>
>   <deltree dir="${destdir.dir}/com/futuresource/jmaf/tuple"/>
></target>

These deltree lines say "delete everything under 
${destdir.dir}/com/futuresource/jmaf/charts/util"

Are you in fact wanting to delete everything under ${destdir.dir} instead?

Cheers,
Bevan.



--
"Programming is an Art Form that Fights Back"

Bevan Arps (<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED])
Senior OO Analyst, ACT Financial Systems

This communication  is confidential  to ACT  Financial  Systems  (Asia 
Pacific)  and is intended for  use only by the  addressee.   The  views and 
opinions  expressed in  this email  are the senders  own and do not 
represent  the  views  and  opinions of  ACT  Financial  Systems  (Asia 
Pacific).

Reply via email to