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/08/14 00:07:58 UTC

cvs commit: xml-axis/java/test/wsdl/interop buildComponent.xml

seibert     2002/08/13 15:07:58

  Modified:    java/test/wsdl/interop buildComponent.xml
  Log:
  I had done this a few days ago, but never committed it up.  Looking at Russell's
  commit from a little while ago, I beleive it is now actually needed:
  
  Added compliation for:
  
  <include name="test/wsdl/interop3/import2/step6/**/*.java" />
  
  Revision  Changes    Path
  1.3       +4 -0      xml-axis/java/test/wsdl/interop/buildComponent.xml
  
  Index: buildComponent.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop/buildComponent.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildComponent.xml	7 Aug 2002 20:22:14 -0000	1.2
  +++ buildComponent.xml	13 Aug 2002 22:07:58 -0000	1.3
  @@ -230,6 +230,10 @@
           <mapping namespace="http://soapinterop.org/definitions/" package="test.wsdl.interop3.import2.step6.definitions"/>
           <mapping namespace="http://soapinterop.org/xsd" package="test.wsdl.interop3.import2.step6.xsd"/>
       </wsdl2java>
  +      <javac srcdir="${build.dir}/work" destdir="${build.dest}" debug="on">
  +        <classpath refid="classpath" />
  +        <include name="test/wsdl/interop3/import2/step6/**/*.java" />
  +      </javac>
       <!-- Step 7:  see test/wsdl/interop3/Import2TestCase.java -->
       <!-- Step 8:  see test/wsdl/interop3/Import2TestCase.java -->
       <!-- SOAP Builder's round III web services       -->