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=19037>. 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=19037 The 'jar' and 'war' tasks should accept the 'srcdir' attribute Summary: The 'jar' and 'war' tasks should accept the 'srcdir' attribute Product: Ant Version: 1.5.3 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] By now, the 'jar' and 'war' tasks ALWAYS create the target file, even if 'class' files are missing due to errors in 'java' sources. My enhancement request is that the 'jar' and 'war' tasks should accept the 'srcdir' attribute : The 'jar' or 'war' task would first verify that for each 'java' source found in the path given as value to the 'srcdir' attribute, there is a corresponding up-to-date 'class' file among those to be included in the target file, and would NOT create the target file if any 'class' file is missing or outdated.