Here's what I see building the latest cxf code (on Windows XP):

[INFO] Surefire report directory: c:\development\test\cxf\tools\wsdl2java\target
\surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdl2java.processor.WSDLToJavaMIMETest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 sec
Running org.apache.cxf.tools.wsdl2java.processor.WSDLToJavaProcessorTest
C:\development\test\cxf\tools\wsdl2java\target\test-classes\org\apache\cxf\tool
s\common\resources\org\apache\hello_world_soap_http\BadRecordLitFault.java:22: p
ackage javax.xml.ws does not exist
import javax.xml.ws.WebFault;
                    ^
C:\development\test\cxf\tools\wsdl2java\target\test-classes\org\apache\cxf\tool
s\common\resources\org\apache\hello_world_soap_http\Greeter.java:22: package jav
ax.jws.WebParam does not exist
import javax.jws.WebParam.Mode;

(and tons more of these)

On a linux box things build fine.

Jarek

Reply via email to