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

Enable Javac to update jar file

           Summary: Enable Javac to update jar file
           Product: Ant
           Version: 1.5.3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It would be useful to be able to specify a jar file which was to be updated 
with any new class files created. This might speed up incremental builds.

[[Might be tricky to work out the names of nested class files.
One way might be to parse the -verbose output; another might be to write the 
class files into a temporary directory first.]]

If the target jar file did not exist, then the update command should probably 
be ignored, as the build is probably a full build.

Reply via email to