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 2005/09/26 22:54:23 UTC

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

Author: dims
Date: Mon Sep 26 13:54:22 2005
New Revision: 291746

URL: http://svn.apache.org/viewcvs?rev=291746&view=rev
Log:
get "ant test" working out-of-the-box in jdk1.3 


Modified:
    webservices/wss4j/trunk/build.xml

Modified: webservices/wss4j/trunk/build.xml
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/build.xml?rev=291746&r1=291745&r2=291746&view=diff
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/trunk/build.xml Mon Sep 26 13:54:22 2005
@@ -312,7 +312,7 @@
             description="Target for the gump run"/>
 
     <target name="compile" 
-            depends="compile.library, compile.samples, compile.tests, compile.interops"
+            depends="compile.library, compile.samples, compile.tests, compile.interops, fix.properties"
             description="compile everything"/>
 
     <target name="test"
@@ -320,6 +320,13 @@
             description="tests everything"/>        
 
     <!-- #################################################################### -->
+
+    <target name="fix.properties" if="jdk13.present">
+        <replace dir="${build.dir}" value="org.apache.ws.security.components.crypto.BouncyCastle">
+            <include name="**/*.properties"/>
+            <replacetoken>org.apache.ws.security.components.crypto.Merlin</replacetoken>
+        </replace>
+    </target>
 
     <target name="compile.library" depends="prepare-src">
         <!-- Compile the java code from ${dir.src} into ${build.classes} -->



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