mbenson 2005/03/07 09:02:46
Modified: . build.xml
Log:
Move DirectoryScanner.getScannedDirs() to package-private access;
add DirectoryScannerTest to tests.and.ant.share.classloader tests.
Revision Changes Path
1.460 +2 -0 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -r1.459 -r1.460
--- build.xml 7 Mar 2005 13:42:52 -0000 1.459
+++ build.xml 7 Mar 2005 17:02:46 -0000 1.460
@@ -1612,6 +1612,8 @@
<!-- These tests only passes if testcases and Ant classes have
been loaded by the same classloader - will throw
IllegalAccessExceptions otherwise. -->
+ <exclude name="${ant.package}/DirectoryScannerTest.java"
+ unless="tests.and.ant.share.classloader"/>
<exclude name="${ant.package}/taskdefs/SQLExecTest.java"
unless="tests.and.ant.share.classloader"/>
<exclude
name="${ant.package}/taskdefs/cvslib/ChangeLogWriterTest.java"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]