i have a problem with the delete task
i do the following
<trycatch>
<try>
<ant inheritall="false" dir="../module"/>
</try>
<catch>
...
</catch>
<finally>
...
</finally>
</trycatch>
<delete dir="${my.lib}">
The delete does not delete anything in the my.lib directory. The
ant task in the <try> block calls the build.xml in module. This
ant uses (in classpath) some of the jar files i have in my.lib.
Can that cause the problem with the delete?
When I put the delete before doing the build on module, it deletes
the the my.lib. But I want to do the delete after the module's
build.
Any idea why the <delete> in example is not working?
Thanks
-Hari
__________________________________________________________
Give your Company an email address like
ravi @ ravi-exports.com. Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
- RE: <delete> task problem Hari Kodungallur
- RE: <delete> task problem Dominique Devienne
- Re: <delete> task problem Stefan Bodewig
