For submitting patches the best way is to open a bugzilla bug
(... that should be written somewhere ...)

<delete sub=""/> ?  Never heard from "sub" attribute - nothing in the code.


Jan


> -----Ursprüngliche Nachricht-----
> Von: Martin Gainty [mailto:[EMAIL PROTECTED]
> Gesendet am: Freitag, 3. September 2004 14:43
> An: [EMAIL PROTECTED]
> Betreff: Submittal
> 
> 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
> 
> 

Reply via email to