Thanks James - that did the trick.
I should have payed more attention to earlier mails on the same subject :(
Andrea.
James Mao wrote:
i guess you are using windows xp or windows 2000
one thing you can do is
subst the .m2 to a driver name (e.g s:)
mvn install -Dmaven.repo.local=s:
I guess it's a bug in new surefire.
but i'm not 100% sure.
Hope this help.
James.
After an svn update I am seeing these errors in wsdl2java:
-------------------------------------------------------
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.873
sec
Running org.apache.cxf.tools.wsdl2java.processor.WSDLToJavaProcessorTest
C:\svn\main\cxf\tools\wsdl2java\target\test-classes\org\apache\cxf\tools\common\resources\org\apache\hello_world_soap_http\BadRecordLitFault.java:22:
package javax.xml.ws does not exist
import javax.xml.ws.WebFault;
^
C:\svn\main\cxf\tools\wsdl2java\target\test-classes\org\apache\cxf\tools\common\resources\org\apache\hello_world_soap_http\Greeter.java:22:
package javax.jws.WebParam does not exist
import javax.jws.WebParam.Mode;
^
C:\svn\main\cxf\tools\wsdl2java\target\test-classes\org\apache\cxf\tools\common\resources\org\apache\hello_world_soap_http\Greeter.java:23:
package javax.jws does not exist
import javax.jws.WebParam;
....
Wiping out my local repository did not help either. Is anyone else
seeing this?
Andrea.