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 2002/09/11 19:31:00 UTC

cvs commit: xml-axis/java/test/wsdl/_import build.xml NStoPkg.properties

dims        2002/09/11 10:31:00

  Modified:    java/test/wsdl/_import build.xml NStoPkg.properties
  Log:
  Cleanup package names such that the tests can be run using "ant compile run" in the test\wsdl\_import directory.
  
  Revision  Changes    Path
  1.6       +11 -10    xml-axis/java/test/wsdl/_import/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/_import/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	10 Sep 2002 16:06:53 -0000	1.5
  +++ build.xml	11 Sep 2002 17:31:00 -0000	1.6
  @@ -70,10 +70,11 @@
                  noimports="no"
                  verbose="no"
                  testcase="yes">
  -        <mapping namespace="urn:import" package="test.wsdl.import"/>
  -        <mapping namespace="urn:importBinding1" package="test.wsdl.import.binding1"/>
  -        <mapping namespace="urn:importBinding2" package="test.wsdl.import.binding2"/>
  +        <mapping namespace="urn:import" package="test.wsdl._import.test1"/>
  +        <mapping namespace="urn:importBinding1" package="test.wsdl._import.test1.binding1"/>
  +        <mapping namespace="urn:importBinding2" package="test.wsdl._import.test1.binding2"/>
       </wsdl2java>
  +
       <!-- Import Test 2:  all namespace->package mappings from the -->
       <!--                 command line.                            -->
       <wsdl2java url="${axis.home}/test/wsdl/_import/Import.wsdl"
  @@ -84,12 +85,12 @@
                  noimports="no"
                  verbose="no"
                  testcase="yes">
  -        <mapping namespace="urn:import" package="test.import2"/>
  -        <mapping namespace="urn:importBinding1" package="test.import2.binding1"/>
  -        <mapping namespace="urn:importBinding2" package="test.import2.binding2"/>
  -        <mapping namespace="urn:types.import.test" package="test.import2.types"/>
  -        <mapping namespace="urn:iface.import.test" package="test.import2.iface"/>
  -        <mapping namespace="urn:messages.import.test" package="test.import2.messages"/>
  +        <mapping namespace="urn:import" package="test.wsdl._import.test2"/>
  +        <mapping namespace="urn:importBinding1" package="test.wsdl._import.test2.binding1"/>
  +        <mapping namespace="urn:importBinding2" package="test.wsdl._import.test2.binding2"/>
  +        <mapping namespace="urn:types.import.test" package="test.wsdl._import.test2.types"/>
  +        <mapping namespace="urn:iface.import.test" package="test.wsdl._import.test2.iface"/>
  +        <mapping namespace="urn:messages.import.test" package="test.wsdl._import.test2.messages"/>
       </wsdl2java>
   
       <!-- Import Test 3:  all namespace->package mappings from the -->
  @@ -99,7 +100,7 @@
       <wsdl2java url="${axis.home}/test/wsdl/_import/ImportMessagesXSDImport.wsdl"
                  output="${axis.home}/build/work"
                  noimports="no">
  -        <mapping namespace="urn:types.import.test" package="test.import.test3"/>
  +        <mapping namespace="urn:types.import.test" package="test.wsdl._import.test3"/>
       </wsdl2java>
   
       <javac srcdir="${build.dir}/work" destdir="${build.dest}" fork="${javac.fork}"
  
  
  
  1.2       +3 -1      xml-axis/java/test/wsdl/_import/NStoPkg.properties
  
  Index: NStoPkg.properties
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/_import/NStoPkg.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NStoPkg.properties	16 Jan 2002 14:07:59 -0000	1.1
  +++ NStoPkg.properties	11 Sep 2002 17:31:00 -0000	1.2
  @@ -1 +1,3 @@
  -urn\:types.import.test=test.import3
  +urn\:types.import.test=test.wsdl._import.test1.types
  +urn\:iface.import.test=test.wsdl._import.test1.iface
  +urn\:messages.import.test=test.wsdl._import.test1.messages