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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to