You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by se...@apache.org on 2002/09/10 22:09:40 UTC

cvs commit: xml-axis/java/test/wsdl/interop3/groupE Interop3GroupE.xml

seibert     2002/09/10 13:09:40

  Modified:    java/test/wsdl/interop3/groupE Interop3GroupE.xml
  Log:
  Fixed a non-relative reference
  
  Revision  Changes    Path
  1.7       +10 -10    xml-axis/java/test/wsdl/interop3/groupE/Interop3GroupE.xml
  
  Index: Interop3GroupE.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/groupE/Interop3GroupE.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Interop3GroupE.xml	9 Sep 2002 19:54:52 -0000	1.6
  +++ Interop3GroupE.xml	10 Sep 2002 20:09:40 -0000	1.7
  @@ -72,22 +72,22 @@
           </javac>
   
           <!-- Now create WSDL files from the Java classes -->
  -        <echo message="test/wsdl/interop3/groupE/InteropTestDocLit is rpc/enc and should be doc/lit"/>
  -        <java2wsdl output="build/work/test/wsdl/interop3/groupE/InteropTestDocLit.wsdl"
  +        <echo message="${axis.home}/test/wsdl/interop3/groupE/InteropTestDocLit is rpc/enc and should be doc/lit"/>
  +        <java2wsdl output="${axis.home}/build/work/test/wsdl/interop3/groupE/InteropTestDocLit.wsdl"
               className="test.wsdl.interop3.groupE.InteropTestDocLit"
               namespace="http://soapinterop.org/WSDLInteropTestDocLit"
               location="http://localhost:8080/axis/services/InteropTestDocLit">
               <mapping namespace="http://soapinterop.org/xsd"
                        package="test.wsdl.interop3.groupE"/>
           </java2wsdl>
  -        <java2wsdl output="build/work/test/wsdl/interop3/groupE/InteropTestRpcEnc.wsdl"
  +        <java2wsdl output="${axis.home}/build/work/test/wsdl/interop3/groupE/InteropTestRpcEnc.wsdl"
               className="test.wsdl.interop3.groupE.InteropTestRpcEnc"
               namespace="http://soapinterop.org/WSDLInteropTestRpcEnc"
               location="http://localhost:8080/axis/services/InteropTestRpcEnc">
               <mapping namespace="http://soapinterop.org/xsd"
                        package="test.wsdl.interop3.groupE"/>
           </java2wsdl>
  -        <java2wsdl output="build/work/test/wsdl/interop3/groupE/InteropTestList.wsdl"
  +        <java2wsdl output="${axis.home}/build/work/test/wsdl/interop3/groupE/InteropTestList.wsdl"
               className="test.wsdl.interop3.groupE.InteropTestList"
               namespace="http://soapinterop.org/WSDLInteropTestList"
               location="http://localhost:8080/axis/services/InteropTestList">
  @@ -96,8 +96,8 @@
           </java2wsdl>
   
           <!-- Create Java files from the WSDL -->
  -        <wsdl2java url="build/work/test/wsdl/interop3/groupE/InteropTestDocLit.wsdl"
  -                   output="build/work"
  +        <wsdl2java url="${axis.home}/build/work/test/wsdl/interop3/groupE/InteropTestDocLit.wsdl"
  +                   output="${axis.home}/build/work"
                      deployscope="session"
                      noimports="no"
                      verbose="no"
  @@ -107,8 +107,8 @@
               <mapping namespace="http://soapinterop.org/xsd"
                        package="test.wsdl.interop3.groupE.client"/>
           </wsdl2java>
  -        <wsdl2java url="build/work/test/wsdl/interop3/groupE/InteropTestRpcEnc.wsdl"
  -                   output="build/work"
  +        <wsdl2java url="${axis.home}/build/work/test/wsdl/interop3/groupE/InteropTestRpcEnc.wsdl"
  +                   output="${axis.home}/build/work"
                      deployscope="session"
                      noimports="no"
                      verbose="no"
  @@ -118,8 +118,8 @@
               <mapping namespace="http://soapinterop.org/xsd"
                        package="test.wsdl.interop3.groupE.client"/>
           </wsdl2java>
  -        <wsdl2java url="build/work/test/wsdl/interop3/groupE/InteropTestList.wsdl"
  -                   output="build/work"
  +        <wsdl2java url="${axis.home}/build/work/test/wsdl/interop3/groupE/InteropTestList.wsdl"
  +                   output="${axis.home}/build/work"
                      deployscope="session"
                      noimports="no"
                      verbose="no"