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 di...@apache.org on 2004/03/29 21:55:52 UTC

cvs commit: ws-axis/java/test/wsdl/selectivefilegen build.xml

dims        2004/03/29 11:55:52

  Modified:    java/test/wsdl/selectivefilegen build.xml
  Log:
  Fix file case.
  
  Revision  Changes    Path
  1.3       +7 -7      ws-axis/java/test/wsdl/selectivefilegen/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/test/wsdl/selectivefilegen/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	26 Feb 2004 21:39:56 -0000	1.2
  +++ build.xml	29 Mar 2004 19:55:52 -0000	1.3
  @@ -86,7 +86,7 @@
       <!-- exluded bean 
       -->
       <echo message="exclude bean test"/>
  -    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectivefilegen.wsdl"
  +    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectiveFileGen.wsdl"
                  output="${axis.home}/build/work"
                  testcase="yes"
                  skeletonDeploy="true"
  @@ -106,7 +106,7 @@
       <!-- excluded service 
                  -->
       <echo message="exclude service test"/>
  -    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectivefilegen.wsdl"
  +    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectiveFileGen.wsdl"
                  output="${axis.home}/build/work"
                  testcase="yes"
                  skeletonDeploy="true"
  @@ -126,7 +126,7 @@
       <!-- include bean 
       -->
       <echo message="include bean test"/>
  -    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectivefilegen.wsdl"
  +    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectiveFileGen.wsdl"
                  output="${axis.home}/build/work"
                  testcase="yes"
                  skeletonDeploy="true"
  @@ -144,7 +144,7 @@
       <!-- included service
                    -->
       <echo message="include service test"/>
  -    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectivefilegen.wsdl"
  +    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectiveFileGen.wsdl"
                  output="${axis.home}/build/work"
                  testcase="yes"
                  skeletonDeploy="true"
  @@ -181,7 +181,7 @@
            <arg value="--NStoPkg"/>
            <arg value="urn:bean2.selectivefilegen.wsdl.test=test.wsdl.selectivefilegen.cmdlinex.bean2"/>
            <arg line="-x urn:bean1.selectivefilegen.wsdl.test"/>
  -         <arg line="${axis.home}/test/wsdl/selectivefilegen/selectivefilegen.wsdl"/>
  +         <arg line="${axis.home}/test/wsdl/selectivefilegen/selectiveFileGen.wsdl"/>
       </java>
   
       <!-- cmd line include test -->
  @@ -207,14 +207,14 @@
            <arg value="urn:bean2.selectivefilegen.wsdl.test=test.wsdl.selectivefilegen.cmdlinei"/>
            <arg line="-i urn:bean1.selectivefilegen.wsdl.test"/>
            <arg line="-i urn:bean2.selectivefilegen.wsdl.test"/>
  -         <arg line="${axis.home}/test/wsdl/selectivefilegen/selectivefilegen.wsdl"/>
  +         <arg line="${axis.home}/test/wsdl/selectivefilegen/selectiveFileGen.wsdl"/>
       </java>
   
       <!-- property test - just look at the factoryProp printout using a 
            compile -verbose option until a better test can be created.
       -->
       <echo message="property test"/>
  -    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectivefilegen.wsdl"
  +    <wsdl2java url="${axis.home}/test/wsdl/selectivefilegen/selectiveFileGen.wsdl"
                  output="${axis.home}/build/work"
                  testcase="yes"
                  skeletonDeploy="true"