Hi,

I've tested the src tar ball on my windows vista platform with jdk version
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)

and with Maven 2.0.5 and Maven 2.0.6,

I can not see any errors

Can you try

> mvn clean
> mvn install

if it's not work, try upgrade your jdk5 to the latest version.

If it's still not work, try check out the cxf from source repository:

> svn co https://svn.apache.org/repos/asf/incubator/cxf/trunk cxf

and run mvn install

If you see the same problem, try

> cd cxf/tools/validator
> mvn -X install  > outputs.txt

and send me the outputs.txt

I guess it's the env problem.

Good luck
James.

Hi, James:

   I downloaded the cxf-2.0-incubator-RC-src, unpacked it, in the command
prompt typed "mvn", I received
 error message below

"org.apache.cxf.tools.common.ToolException:
line 71 column 56 of file:/C:/cxf-2.0-incubator-RC-src
/tools/validator/target/te
st-classes/validator_wsdl/hello_world_error_attribute.wsdl:
http://www.w3.org/TR
/xml-schema-1#cvc-complex-type.3.2.2?wsdl:part&test
at org.apache.cxf.tools.validator.internal.SchemaValidator.validate
(Sche
maValidator.java:216)
at org.apache.cxf.tools.validator.internal.SchemaValidator.validate
(Sche
maValidator.java:123)
       at org.apache.cxf.tools.validator.internal.SchemaValidator.isValid
(Schem
aValidator.java:107)
       at org.apache.cxf.tools.validator.internal.WSDL11Validator.isValid
(WSDL1
1Validator.java:79)
       at org.apache.cxf.tools.validator.WSDLValidator.execute(
WSDLValidator.ja
..... "


The platform is Micorsoft Windows XP Professional Version 2002 Service Pack
2.
JDK 1.5.0. MVN 2.0.6

Also I run "mvn install" many times, it gives the same error message as
above.

Thanks in advance for your help.

Sincerely
Feng


Reply via email to