You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ga...@apache.org on 2004/04/13 01:40:32 UTC

cvs commit: ws-fx/addressing maven.xml

gawor       2004/04/12 16:40:32

  Modified:    addressing maven.xml
  Log:
  don't generate the ws-addressing stubs
  
  Revision  Changes    Path
  1.4       +5 -4      ws-fx/addressing/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/addressing/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	7 Apr 2004 19:35:05 -0000	1.3
  +++ maven.xml	12 Apr 2004 23:40:32 -0000	1.4
  @@ -31,11 +31,12 @@
         <arg value="-o"/>  
         <arg value="${maven.build.dir}/stubs/src"/>
         <arg value="-Nhttp://schemas.xmlsoap.org/ws/2003/03/addressing=org.apache.axis.message.addressing"/>
  +      <!-- Don't generate classes for ws-addressing types as we already 
  +           have them -->
  +      <arg value="-x"/>
  +      <arg value="http://schemas.xmlsoap.org/ws/2003/03/addressing"/>
         <arg value="test/addressing/tools/ping_service.wsdl"/>
        </java>
  -     <!-- XXX: Have to delete the generated stubs so that they do not
  -          conflict with our ws-addressing API -->
  -     <delete dir="${maven.build.dir}/stubs/src/org"/>
        <javac  srcdir="${maven.build.dir}/stubs/src"
   	     destdir="${maven.build.dir}/test-classes"
    	     includes="**/*.java"