You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2005/08/25 07:26:51 UTC

svn commit: r239996 - /webservices/jaxme/trunk/ant/js.xml

Author: jochen
Date: Wed Aug 24 22:26:48 2005
New Revision: 239996

URL: http://svn.apache.org/viewcvs?rev=239996&view=rev
Log:
The VersionTest cannot be executed within Gump. It fails, because the
hsqldb database is still locked.

Modified:
    webservices/jaxme/trunk/ant/js.xml

Modified: webservices/jaxme/trunk/ant/js.xml
URL: http://svn.apache.org/viewcvs/webservices/jaxme/trunk/ant/js.xml?rev=239996&r1=239995&r2=239996&view=diff
==============================================================================
--- webservices/jaxme/trunk/ant/js.xml (original)
+++ webservices/jaxme/trunk/ant/js.xml Wed Aug 24 22:26:48 2005
@@ -173,6 +173,7 @@
                 <fileset dir="${src.js}">
                     <include name="org/apache/ws/jaxme/js/junit/**/*Test.java"/>
                     <include name="org/apache/ws/jaxme/sqls/junit/**/*Test.java"/>
+                    <exclude name="org/apache/ws/jaxme/js/junit/VersionTest.java"/>
                 </fileset>
             </tests>
             <properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org