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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to