Yes, i've got the very same problem.

In build-impl.xml the ant task is defined as this:

  | <taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
  |             <classpath path="${j2ee.platform.wsimport.classpath}"/>
  | </taskdef>
  | 

Changing the classpath to be: 

  | <classpath path="${libs.jaxws20.classpath}"/>
  | 
fixes the build.

I defined a library (JAX-WS) to point to the jwsdp-2.0 jars.
But this fix breaks if build-impl.xml is regenerated next time by netbeans :-).

I'm using netbeans 5.5.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995268
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to