Hi!

My local version synched with the jackrabbit trunk fails to build in contrib/bdb if the following command is emitted:

maven -Dmaven.skip.test=true clean jar:jar

Because the clean goal triggers test:clean goal which failes to delete applications/test/version directory and applications/test/tx.

Attached is a patch for this problem.

cheers,

./alex
--
.w( the_mindstorm )p.
Index: maven.xml
===================================================================
--- maven.xml   (revision 312862)
+++ maven.xml   (working copy)
@@ -43,13 +43,7 @@
             </ant:fileset>
         </ant:delete>
 
-        <ant:delete includeEmptyDirs="true">
-            <ant:fileset dir="applications/test/version">
-                <ant:include name="**/*"/>
-            </ant:fileset>
-        </ant:delete>        
 
-        <ant:delete dir="applications/test/tx"/>
     </goal>
     
     <!--

Reply via email to