[jboss-user] [JBossWS] - Re: beginner needs help

rknechtel do-not-reply at jboss.com
Thu Aug 16 16:01:22 EDT 2007


I figured it out. 

I changed:

  | <taskdef name="wscompile" classpath="${wscompile.classpath}" classname="com.sun.xml.rpc.tools.ant.Wscompile" />
  | 

To:

  | 	<taskdef name="wscompile" classname="com.sun.xml.rpc.tools.ant.Wscompile">
  | 	  <classpath>
  | 	    <fileset dir="${wscompile.classpath}">
  | 	      <include name='**/*.jar'/>
  | 	    </fileset>
  | 	  </classpath>
  | 	</taskdef>
  | 

That seemed to take care of the problem.

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

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



More information about the jboss-user mailing list