DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7529>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7529 depend task can't handle nested/inner classes with closure="yes" [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-04-09 10:22 ------- Thanks for the detailed report. In general, the depend task does not care about the time dependencies between classfiles in the destination directory. Mostly, it cares about time dependencies between src and class files. It does, however, care about time dependencies between class files and classes in the depend classpath. It is this dependency which is catching you you out. If you remove the path.compile reference from the depend invocation it would be OK. You don't need to add the destination directory to the depend and javac, since they automatically pick this up from the destdir attribute. In any case I have added a tolerance of 100 milliseconds to the time check between class files and files on the classpath. This allows your example to work. Please try the next nightly build -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
