You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by sn...@apache.org on 2002/11/21 17:45:09 UTC

cvs commit: xml-soap/java/samples/mime testit.cmd

snichol     2002/11/21 08:45:08

  Modified:    java/samples/doclit Add.java
               java/samples/mime testit.cmd
  Log:
  Provide more feedback.
  
  Revision  Changes    Path
  1.3       +1 -0      xml-soap/java/samples/doclit/Add.java
  
  Index: Add.java
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/samples/doclit/Add.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Add.java	20 Nov 2002 22:27:10 -0000	1.2
  +++ Add.java	21 Nov 2002 16:45:08 -0000	1.3
  @@ -118,6 +118,7 @@
         System.err.println("Caught SOAPException (" +
                            e.getFaultCode() + "): " +
                            e.getMessage());
  +      System.err.println(e.toString());
         return;
       }
   
  
  
  
  1.2       +1 -1      xml-soap/java/samples/mime/testit.cmd
  
  Index: testit.cmd
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/samples/mime/testit.cmd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- testit.cmd	6 Jan 2001 17:16:36 -0000	1.1
  +++ testit.cmd	21 Nov 2002 16:45:08 -0000	1.2
  @@ -3,7 +3,7 @@
   set URL=http://localhost:8080/soap/servlet/rpcrouter
   rem set URL=http://localhost:81/soap/servlet/rpcrouter
   
  -set BASEDIR=/home/projects/soap/xml-soap/build/samples/mime/
  +set BASEDIR=i:/xml-soap/java/build/samples/mime/
   
   echo This test assumes a server URL of:
   echo  %URL%
  
  
  

--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>