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=25097>. 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=25097 Depend does not work when different source dirs are compiled to same destination [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-12-02 11:45 ------- Your first invocation doesn't tell <depend> where to find the B sources, your second doesn't tell it where to find the A sources - so there is no way for the task to (1) find the source or (2) determine the timestamp of A.java (and thus the task doesn't know that A.class is out of date). This here should work <depend srcdir="src_a:src_b" destdir="bin" closure="true"/> srcdir is a PATH and can take multiple source directories. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]