gdaniels    2002/10/11 16:24:54

  Modified:    java     build.xml
               java/xmls targets.xml
  Added:       java/test/wsdl/interop4/groupH/complexRPCenc
                        ComplexRpcEncBindingImpl.java
                        ComplexRpcEncServiceTestCase.java build.xml
                        complex-rpc-encoded.wsdl run.sh
  Log:
  Add complexRPCenc test to HEAD
  
  Fix build so building w/o jsse works again
  
  Revision  Changes    Path
  1.205     +2 -0      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.204
  retrieving revision 1.205
  diff -u -r1.204 -r1.205
  --- build.xml 8 Oct 2002 22:24:00 -0000       1.204
  +++ build.xml 11 Oct 2002 23:24:54 -0000      1.205
  @@ -82,6 +82,8 @@
         <exclude name="**/org/apache/axis/components/net/JDK14*.java" 
unless="jdk14.jsse.present"/>
         <exclude name="**/org/apache/axis/components/net/Sun*.java" 
unless="sun.jsse.present"/>
         <exclude name="**/org/apache/axis/components/net/IBM*.java" 
unless="ibmjsse.present"/>
  +      <exclude name="**/org/apache/axis/components/net/JSSE*.java" 
unless="jsse.present"/>
  +        
         <exclude name="**/org/apache/axis/components/image/JimiIO.java" 
unless="jimi.present"/>
          <exclude name="**/org/apache/axis/components/image/MerlinIO.java" 
unless="merlinio.present"/>
         <exclude name="**/org/apache/axis/attachments/AttachmentsImpl.java" 
unless="attachments.present"/>
  
  
  
  1.2       +39 -0     
xml-axis/java/test/wsdl/interop4/groupH/complexRPCenc/ComplexRpcEncBindingImpl.java
  
  
  
  
  1.2       +214 -0    
xml-axis/java/test/wsdl/interop4/groupH/complexRPCenc/ComplexRpcEncServiceTestCase.java
  
  
  
  
  1.2       +80 -0     xml-axis/java/test/wsdl/interop4/groupH/complexRPCenc/build.xml
  
  
  
  
  1.2       +301 -0    
xml-axis/java/test/wsdl/interop4/groupH/complexRPCenc/complex-rpc-encoded.wsdl
  
  
  
  
  1.2       +8 -0      xml-axis/java/test/wsdl/interop4/groupH/complexRPCenc/run.sh
  
  
  
  
  1.42      +4 -0      xml-axis/java/xmls/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/targets.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- targets.xml       8 Oct 2002 22:24:00 -0000       1.41
  +++ targets.xml       11 Oct 2002 23:24:54 -0000      1.42
  @@ -114,6 +114,10 @@
       <available property="httpunit.present"
         classname="com.meterware.httpunit.GetMethodWebRequest"
         classpathref="classpath"/>
  +      
  +    <available property="jsse.present"
  +      classname="javax.net.ssl.SSLSocketFactory"
  +      classpathref="classpath"/> 
   
       <condition property="jdk14.jsse.present" >
         <and>
  
  
  


Reply via email to