jvanzyl 2004/01/30 21:53:40
Modified: surefire plugin.jelly project.xml
Removed: surefire/src/main/org/apache/maven/test
IsolatedClassLoader.class IsolatedClassLoader.java
TestRunnerBooter.class TestRunnerBooter.java
Log:
Revision Changes Path
1.2 +5 -4 maven-plugins/surefire/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/surefire/plugin.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.jelly 9 Jan 2004 16:22:59 -0000 1.1
+++ plugin.jelly 31 Jan 2004 05:53:40 -0000 1.2
@@ -27,6 +27,8 @@
<j:if test="${unitTestSourcesPresent == 'true'}">
<javac
+ srcdir="${pom.testCompileSourceRoots}"
+
classpath="${pom.dependencyClasspath}:${maven.build.dest}:${plugin.getDependencyPath('junit')}"
destdir="${maven.test.dest}"
excludes="**/package.html"
debug="${maven.compile.debug}"
@@ -35,15 +37,14 @@
<j:if test="${context.getVariable('maven.test.source') != null}">
<setProperty name="source" value="${maven.test.source}" />
</j:if>
+ <!--
<classpath>
<pathelement path="${maven.test.dest}"/>
<pathelement path="${maven.build.dest}"/>
- <path refid="maven.dependency.classpath"/>
+ <pathelement path="${pom.dependencyClasspath}"/>
<pathelement path="${plugin.getDependencyPath('junit')}"/>
</classpath>
- <src>
- <path refid="maven.test.compile.src.set"/>
- </src>
+ -->
<j:if test="${context.getVariable('maven.compile.compilerargs') != null}">
<compilerarg line="${maven.compile.compilerargs}" />
</j:if>
1.3 +0 -20 maven-plugins/surefire/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/surefire/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 27 Jan 2004 14:26:49 -0000 1.2
+++ project.xml 31 Jan 2004 05:53:40 -0000 1.3
@@ -19,29 +19,9 @@
</developers>
<dependencies>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- </dependency>
- <dependency>
- <groupId>maven</groupId>
- <artifactId>test-runner</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>maven</groupId>
- <artifactId>maven-model</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>plexus</groupId>
- <artifactId>plexus</artifactId>
- <version>0.14-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]