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 2003/09/09 18:01:44 UTC

DO NOT REPLY [Bug 23035] New: - javac always recompiles when multiple src paths are given

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=23035>.
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=23035

javac always recompiles when multiple src paths are given

           Summary: javac always recompiles when multiple src paths are
                    given
           Product: Ant
           Version: 1.5.4
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: thomas.diesler@iotronics.com


With this it always recompiles all sources. My project contains 1200 files, 
which then is a problem.




Is there a solution?




<javac destdir="${build.dir}">


   <src path="${src.dir}/packone"/>


   <src path="${src.dir}/packtwo"/>


</javac>




Thanks 


thomas

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