You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2006/03/21 04:47:04 UTC

svn commit: r387393 - /webservices/wss4j/trunk/build.xml

Author: dims
Date: Mon Mar 20 19:47:02 2006
New Revision: 387393

URL: http://svn.apache.org/viewcvs?rev=387393&view=rev
Log:
flag to skip the tests

Modified:
    webservices/wss4j/trunk/build.xml

Modified: webservices/wss4j/trunk/build.xml
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/build.xml?rev=387393&r1=387392&r2=387393&view=diff
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/trunk/build.xml Mon Mar 20 19:47:02 2006
@@ -406,7 +406,7 @@
         </ant>
     </target>
 
-    <target name="systemTests" depends="compile"
+    <target name="systemTests" unless="skip.tests" depends="compile"
         if="junit.present"
         description="Runs all JUnit tests">
         <runaxisfunctionaltests
@@ -500,7 +500,7 @@
         <echo message="Running system tests - END..."/>
     </target>
 
-    <target name="unitTests" depends="compile">
+    <target name="unitTests" unless="skip.tests" depends="compile">
         <junit printsummary="yes"
             haltonfailure="yes"
             fork="yes"



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