jvanzyl 2004/01/30 19:13:03
Modified: maven-mboot/src/bash maven.functions
maven-mboot/src/main Bootstrapper.java
Log:
o fixing test resoruces file
Revision Changes Path
1.17 +2 -2 maven-components/maven-mboot/src/bash/maven.functions
Index: maven.functions
===================================================================
RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- maven.functions 27 Jan 2004 23:13:01 -0000 1.16
+++ maven.functions 31 Jan 2004 03:13:03 -0000 1.17
@@ -175,11 +175,11 @@
copyResources bootstrap.resources target/classes
- copyResources bootstrap.test.resources target/test-classes
+ copyResources bootstrap.tests.resources target/test-classes
echo "Running tests in `pwd`"
- runTests ".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-0.5.jar"
"$home" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
+ runTests
".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-booter-1.0.jar" "$home"
"$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
if [ "$2" = "default" ]
then
1.13 +1 -1 maven-components/maven-mboot/src/main/Bootstrapper.java
Index: Bootstrapper.java
===================================================================
RCS file: /home/cvs/maven-components/maven-mboot/src/main/Bootstrapper.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Bootstrapper.java 27 Jan 2004 18:58:11 -0000 1.12
+++ Bootstrapper.java 31 Jan 2004 03:13:03 -0000 1.13
@@ -155,7 +155,7 @@
writeFile( "bootstrap.tests.excludes", tests.toString() );
- writeResources( unitTests.getResources(), "bootstrap.test.resources" );
+ writeResources( unitTests.getResources(), "bootstrap.tests.resources" );
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]