bodewig 2005/03/17 00:13:57 Modified: . Tag: ANT_16_BRANCH CONTRIBUTORS WHATSNEW docs/manual/OptionalTasks Tag: ANT_16_BRANCH junit.html src/main/org/apache/tools/ant/taskdefs/optional/junit Tag: ANT_16_BRANCH JUnitTestRunner.java Log: merge Revision Changes Path No revision No revision 1.1.2.34 +1 -0 ant/CONTRIBUTORS Index: CONTRIBUTORS =================================================================== RCS file: /home/cvs/ant/CONTRIBUTORS,v retrieving revision 1.1.2.33 retrieving revision 1.1.2.34 diff -u -r1.1.2.33 -r1.1.2.34 --- CONTRIBUTORS 14 Mar 2005 10:43:28 -0000 1.1.2.33 +++ CONTRIBUTORS 17 Mar 2005 08:13:56 -0000 1.1.2.34 @@ -58,6 +58,7 @@ Don Jeffery Drew Sudell Eli Tucker +Emmanuel Bourg Eric Pugh Erik Hatcher Erik Langenbach 1.503.2.201 +5 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.200 retrieving revision 1.503.2.201 diff -u -r1.503.2.200 -r1.503.2.201 --- WHATSNEW 16 Mar 2005 16:52:25 -0000 1.503.2.200 +++ WHATSNEW 17 Mar 2005 08:13:56 -0000 1.503.2.201 @@ -15,6 +15,11 @@ handled to nested projects. Bugzilla report 25777 +* <junit> with filtertrace="true" will now also swallow lines for the + sun.reflect package. If you need to see them in your stack trace, + you must set filtertrace to false. + Bugzilla Report 22758 + Other changes: -------------- No revision No revision 1.30.2.7 +2 -1 ant/docs/manual/OptionalTasks/junit.html Index: junit.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/junit.html,v retrieving revision 1.30.2.6 retrieving revision 1.30.2.7 diff -u -r1.30.2.6 -r1.30.2.7 --- junit.html 11 May 2004 11:48:42 -0000 1.30.2.6 +++ junit.html 17 Mar 2005 08:13:56 -0000 1.30.2.7 @@ -198,6 +198,7 @@ "junit.awtui.TestRunner" "junit.textui.TestRunner" "java.lang.reflect.Method.invoke(" + "sun.reflect." "org.apache.tools.ant."</pre></p> <h3><a name="nested">Nested Elements</a></h3> @@ -566,7 +567,7 @@ <code>${reports.tests}</code>.</p> <hr> -<p align="center">Copyright © 2000-2004 The Apache Software Foundation. All rights +<p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.</p> </body> </html> No revision No revision 1.42.2.8 +2 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java Index: JUnitTestRunner.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java,v retrieving revision 1.42.2.7 retrieving revision 1.42.2.8 diff -u -r1.42.2.7 -r1.42.2.8 --- JUnitTestRunner.java 12 Nov 2004 11:08:01 -0000 1.42.2.7 +++ JUnitTestRunner.java 17 Mar 2005 08:13:56 -0000 1.42.2.8 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 The Apache Software Foundation + * Copyright 2000-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -112,6 +112,7 @@ "junit.awtui.TestRunner", "junit.textui.TestRunner", "java.lang.reflect.Method.invoke(", + "sun.reflect.", "org.apache.tools.ant." };
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]