Jason,

I do have the jars in the task classpath 


  | 
  |     <!-- WSTools Classpath -->
  |     <path id="wstools.classpath">
  |       <fileset dir="${jboss.home}/client">
  |         <include name="activation.jar"/>
  |         <include name="commons-logging.jar"/>
  |         <include name="javassist.jar"/>
  |         <include name="jbossall-client.jar"/>
  |         <include name="jbossws14-client.jar"/>
  |         <include name="log4j.jar"/>
  |         <include name="mail.jar"/>
  |         <include name="jbossretro-rt.jar"/>
  |         <include name="jboss-backport-concurrent.jar"/>
  |       </fileset>
  |     </path>
  | 
  |     <!-- Define a taskdef for the wstools ant task -->
  |     <taskdef name="wstools" classname="org.jboss.ws.tools.ant.wstools">
  |         <classpath refid="wstools.classpath" />
  |     </taskdef>
  | 
  | 
  |    <target name="generate-ws-sources" description="Generate the deployment 
resources.">
  | 
  |     <wstools dest="${build.src.metadata}/META-INF"
  |       config="${src.metadata}/webservices/hello/wstools-config.xml"/>
  | 
  |   </target>
  | 


Thanks. Please advise. 



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

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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to