You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/11/09 09:39:31 UTC

DO NOT REPLY [Bug 32125] - javac doesnt use JAR files for dependencies

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32125>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32125

javac doesnt use JAR files for dependencies

stevel@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|javac task classpath        |javac doesnt use JAR files
                   |attribute does not behave   |for dependencies
                   |appropriately               |



------- Additional Comments From stevel@apache.org  2004-11-09 08:39 -------
>From the docs: "Ant uses only the names of the source and class files to find
the classes that need a rebuild."

<depend> does a bit of a better job, but JAR file dependencies are not processed
by that either, which is something that could be added if someone (you?) chose
to add it.

If you use jikes the compile is so fast you may as well clean build a few times
a day...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org