Christian Willy Asmussen wrote:

>On the build.xml in maven repository, the delegators maven:run-singletest
>and maven:test point to: ${maven.home}/pluginx/test/build.xml
>Shouldn't this be plugins instead of pluginx?
>
True !

A forgotten typo, i guess ...
Here is the patch, anyway.

St�phane

Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/build.xml,v
retrieving revision 1.36
diff -u -r1.36 build.xml
--- build.xml   15 May 2002 19:26:26 -0000      1.36
+++ build.xml   19 May 2002 00:55:47 -0000
@@ -81,7 +81,7 @@
     </target>

     <target name="maven:run-singletest">
-      <ant antfile="${maven.home}/pluginx/test/build.xml" target="run-singletest"/>
+      <ant antfile="${maven.home}/plugins/test/build.xml" target="run-singletest"/>
     </target>

     <target name="maven:compile">


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to