Good Morning All:

The Ant Task <delete sub="dir"/>
which in its current usage is
not able to delete all or any of the files within the subdirectories within
sub parameter
not able to delete all or any of the subdirectories within the specified sub
parameter

I have replaced with my own
called DeleteSub

<java jvm="${java.home}\bin\java.exe" dir="F:\United\MyExec" fork="yes"
classname="MyExec.MyExec" failonerror="true">
   <classpath>
    <pathelement path="${classpath}" />
    <pathelement location="${jdev.home}/jdbc/lib/classes12.jar" />
    <pathelement location="${java.home}\jre\lib\rt.jar"/>
    <pathelement location="F:\United\MyExec\MyExec.jar"/>
   </classpath>
         <jvmarg value="MyExec.DeleteSub"/>
                <jvmarg value="${srcpath}\com"/>
</java>

Please indicate procedure to submit this task for inclusion to replace
<delete sub="dir"/>
task. I am attaching the class for your review-

Thank You,

Martin Gainty
287 Alewife Brook Parkway
Somerville MA 02144 (US)

001-617-852-7822

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

Reply via email to