>
>
Yes, use the task
depend:
<depend srcdir="${java.dir}"
destdir="${build.classes}"
cache="depcache"
closure="yes"/>
In this example classes in the ${build.classes} directory will be
removed if they depend on out-of-date classes. Classes are considered
out of date with respect to the source in the ${java.dir} directory
using the same mechanism as the javac task. In this instance the depend
task caches its dependency information in the depcache directory.
bye bernhard
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]