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 we...@apache.org on 2005/09/07 09:54:14 UTC

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

Author: werner
Date: Wed Sep  7 00:54:10 2005
New Revision: 279269

URL: http://svn.apache.org/viewcvs?rev=279269&view=rev
Log:
Exclude the "sandbox" from the compile.library target. Will be
re-enabled if sandbox code is ok.

Modified:
    webservices/wss4j/trunk/build.xml

Modified: webservices/wss4j/trunk/build.xml
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/build.xml?rev=279269&r1=279268&r2=279269&view=diff
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/trunk/build.xml Wed Sep  7 00:54:10 2005
@@ -334,6 +334,7 @@
         <javac srcdir="${dir.src}" destdir="${build.classes}" debug="on">
             <classpath refid="classpath.library"/>
             <exclude name="**/Merlin.java" unless="jdk14.present"/>
+        	<exclude name="**/sandbox/**/*.java" />
         </javac>
         <!-- Copy Property files -->
         <copy todir="${build.classes}">
@@ -476,8 +477,8 @@
             <arg value="client"/>
             <arg file="${build.work}/org/apache/ws/axis/oasis/ping/undeploy.wsdd"/>
         </java>
-        
-        <junit printsummary="yes"
+
+	    <junit printsummary="yes"
             haltonfailure="yes"
             fork="yes"
             dir="${basedir}">



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