werner      2005/06/05 12:14:13

  Modified:    wss4j    build.xml
  Log:
  Disable JAX-RPC testcase until problem is fixed.
  
  Revision  Changes    Path
  1.27      +5 -5      ws-fx/wss4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/wss4j/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 5 Jun 2005 18:53:54 -0000       1.26
  +++ build.xml 5 Jun 2005 19:14:13 -0000       1.27
  @@ -49,7 +49,7 @@
           <property name='product.Version' 
value='${product.version.major}.${product.version.minor}.${product.version.level}'/>
           <property name='product.version' 
value='${product.version.major}.${product.version.minor}.${product.version.level}'/>
           <property name='product_version' 
value='${product.version.major}_${product.version.minor}_${product.version.level}'/>
  -        <property name="year" value="2004"/>
  +        <property name="year" value="2005"/>
           <property name="copyright" value="Copyright &#169; ${year} Apache 
WS-Security Project. All Rights Reserved."/>
   
           <!-- Give user a chance to override without editing this file
  @@ -450,7 +450,7 @@
               <classpath refid="classpath.library"/>
               <arg line="${deploy_xml_property}"/>
           </java>
  -<!--
  +
           <junit printsummary="yes"
               haltonfailure="yes"
               fork="yes"
  @@ -469,14 +469,14 @@
                   </fileset>
               </batchtest>
           </junit>
  --->
  +
           <java classname="org.apache.axis.utils.Admin" fork="true">
               <classpath refid="classpath.library"/>
               <arg value="client"/>
               <arg 
file="${build.work}/org/apache/ws/axis/oasis/ping/undeploy.wsdd"/>
           </java>
           
  -
  +<!--
           <junit printsummary="yes"
               haltonfailure="yes"
               fork="yes"
  @@ -495,7 +495,7 @@
                   </fileset>
               </batchtest>
           </junit>
  -
  +-->
   
           <java classname="org.apache.axis.client.AdminClient" fork="yes">
               <classpath refid="classpath.library"/>
  
  
  

Reply via email to