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=21089>. 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=21089 RMIC Ant Task API has no way to get number of files compiled Summary: RMIC Ant Task API has no way to get number of files compiled Product: Ant Version: 1.5 Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] org.apache.tools.ant.taskdefs.Rmic getFileList or getCompileList always returns 0 because compileList is cleared before execute ends. There should be a way to get the number of files compiled (and even their names if possible) during a build process so that callers can know if the build is up-to-date or updated etc. Javac task has such a method javac.getFileList() which returns the correct value. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
