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 2002/05/02 19:25:35 UTC

DO NOT REPLY [Bug 8749] New: - compiling of dependency files

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

compiling of dependency files

           Summary: compiling of dependency files
           Product: Ant
           Version: 1.4.1
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: saurav@openpages.com


Hi all,

I have to compile 5 java files of my project. When I use the "javac" task, it 
also copiles all the dependency java files (which in this situation I do not 
know). So eventually 50 java files are compiled.
Java files to compile (say "ACTUAL") = 5
Depency Java files (say "DEPENDANT") = 45

Next time when I run ant again, if one of the "ACTUAL" java files is changed, 
ant picks it up recompiles it. But if one of the "DEPENDANT" files get changed, 
ant does not recompile anything. Can this feature be incorporated into ant.

Thanks
Saurav Biswas

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>