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 2005/07/28 19:37:20 UTC

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

dims        2005/07/28 10:37:20

  Modified:    java/test/wsdl/interop4/groupi build.xml
  Log:
  Fix for AXIS-1989 brings out problem in our test suite.
  
  Revision  Changes    Path
  1.6       +1 -0      ws-axis/java/test/wsdl/interop4/groupi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/test/wsdl/interop4/groupi/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	2 Jun 2004 17:05:20 -0000	1.5
  +++ build.xml	28 Jul 2005 17:37:20 -0000	1.6
  @@ -54,6 +54,7 @@
       <!-- generate skeletons -->
       <wsdl2java url="${axis.home}/test/wsdl/interop4/groupi/round4XSD.wsdl"
                  output="${root.dir}/build/work" skeletonDeploy="no"
  +               wrapArrays="true"
                  serverSide="yes">
           <mapping namespace="http://soapinterop.org/" package="test.wsdl.interop4.groupi"/>
           <mapping namespace="http://soapinterop.org/xsd" package="test.wsdl.interop4.groupi.xsd"/>