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=18504>. 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=18504 Junit report broken Summary: Junit report broken Product: Ant Version: 1.5.1 Platform: All URL: http://objectstyle.org/cayenne/lists/cayenne- devel/2003/03/0170.html OS/Version: All Status: NEW Severity: Major Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This is not exactly Ant bug, but JunitReport task becomes unusable as a result. Description of the problem: After upgrading from JDK 1.4.0 to 1.4.1, JUnitReport task now takes up to half an hour to execute on about 100+ XML reports. It takes 100% CPU all this time. Here is a snip from the ant buildfile: <junitreport todir="${test.report}"> <fileset dir="${test.output}"> <include name="TEST-*.xml"/> </fileset> <report format="frames" todir="${test.report}"/> </junitreport>