It looks like I ran into the Windows problem where the value of an environment property was too long. After doing subst and passing -Dmaven.repo.local things are working again for me.
Jarek On 3/3/07, James Mao <[EMAIL PROTECTED]> wrote:
Can you try clean build, what's the jdk version of your platform? Or maybe try mvn -X, to dump more exception info., Or try clean the .m2 dir, and download the jars again. I didn't see any fail on my windows box. James. > 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 >
