jvanzyl 2002/12/08 10:16:51
Modified: src/plugins-build/test plugin.jelly
Log:
o Changing the compilation of the tests to use a path reference so that
it can be modified by test generation tools like mock maker. Thanks again
to Joe Walnes for the idea and hopefully a MockMaker plugin :-)
Revision Changes Path
1.26 +1 -2 jakarta-turbine-maven/src/plugins-build/test/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/test/plugin.jelly,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- plugin.jelly 8 Dec 2002 03:14:34 -0000 1.25
+++ plugin.jelly 8 Dec 2002 18:16:51 -0000 1.26
@@ -33,10 +33,9 @@
<pathelement path="${plugin.getDependencyPath('junit')}"/>
</classpath>
<src>
- <path location="${pom.build.unitTestSourceDirectory}"/>
+ <path refid="maven.test.compile.src.set"/>
</src>
</javac>
-
</j:if>
<j:if test="${!unitTestSourcesPresent}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>