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





------- Additional Comments From [EMAIL PROTECTED]  2003-12-02 14:11 -------
Well, my point is that the current behaviour seems inconsistent. I am able to 
check that B.class is uptodate with respect to A.class (not A.java) by putting 
bin_a on the classpath when I check bin_b against src_b, but only as long as 
A.class is not also present in destdir. If it is, for instance if bin_a happens 
to be equal to bin_b I see no way to perform this check. 

Adding src_a to the srcdir attribute is one workaround, but it also means that 
any subproject that is built to a certain destdir must have access to the 
source of all other projects built to the same directory. This couples (at 
least my) subproject build files tighter than I would like.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to