[jbossws-dev] [Design of JBoss Web Services] - Re: Simplify deploy/undeploy cycles for different stacks

thomas.diesler@jboss.com do-not-reply at jboss.com
Wed Feb 20 04:15:15 EST 2008


AFAIKS client jars would be the problem with this approach


  |       <!-- CLIENT JARS -->
  |       <copy todir="${jboss501.home}/client" overwrite="true">
  |         <fileset dir="@{stacklibs}">
  |           <include name="jboss-jaxrpc.jar"/>
  |           <include name="jboss-jaxws.jar"/>
  |           <include name="jboss-jaxws-ext.jar"/>
  |           <include name="jboss-saaj.jar"/>
  |           <include name="jbossws-client.jar"/>
  |         </fileset>
  |         <fileset dir="@{thirdpartylibs}">
  |           <include name="policy.jar"/>
  |           <include name="jaxb-api.jar"/>
  |           <include name="jaxb-impl.jar"/>
  |           <include name="jaxb-xjc.jar"/>
  |           <include name="jaxws-tools.jar"/>
  |           <include name="jaxws-rt.jar"/>
  |           <include name="stax-ex.jar"/>
  |           <include name="streambuffer.jar"/>
  |           <include name="wsdl4j.jar"/>
  |         </fileset>
  |       </copy>
  |       <copy todir="${jboss501.home}/lib" overwrite="true">
  |         <fileset dir="@{thirdpartylibs}">
  |           <include name="jaxb-api.jar"/>
  |           <include name="jaxb-impl.jar"/>
  |         </fileset>
  |       </copy>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130655#4130655

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130655



More information about the jbossws-dev mailing list