I've followed the instructions at http://cxf.apache.org/setting-up-eclipse.html to create an Eclipse project using the current trunk code, but Eclipse gives me a bunch of Checkstyle errors as well as a bunch of warnings. Here's a representative sampling of the Checkstyle errors (89 in all):
Got an exception - unexpected char: 0xFFFF AddNumbers.java /cxf-systests-jaxws/src/test/java/org/apache/cxf/systest/handlers/types line 93 Checkstyle Problem Missing a header - not enough lines in file. package-info.java /cxf-systests-jaxws/src/test/java/org/apache/cxf/systest/handlers/types line 1 Checkstyle Problem Wrong order for 'org.apache.cxf.binding.soap.Soap11.SOAP_NAMESPACE' import. MAPAggregatorTest.java /cxf-rt-ws-addr/src/test/java/org/apache/cxf/ws/addressing line 69 Checkstyle Problem The warnings (346) all appear to relate to svn files included in the src tree: The resource is a duplicate of src/main/java/.svn/all-wcprops and was not copied to the output folder all-wcprops /cxf-systests-java2ws/src/main/resources/.svn Unknown Java Problem The resource is a duplicate of src/main/java/.svn/all-wcprops and was not copied to the output folder all-wcprops /cxf-xerces-xsd-validation/src/main/resources/.svn Unknown Java Problem The resource is a duplicate of src/main/java/.svn/entries and was not copied to the output folder entries /cxf-systests-java2ws/src/main/resources/.svn Unknown Java Problem The resource is a duplicate of src/main/java/.svn/entries and was not copied to the output folder entries /cxf-xerces-xsd-validation/src/main/resources/.svn Unknown Java Problem Are these all expected problems, or do I have something misconfigured? Thanks, - Dennis -- Dennis M. Sosnoski Java SOA and Web Services Consulting <http://www.sosnoski.com/consult.html> Axis2/CXF/Metro SOA and Web Services Training <http://www.sosnoski.com/training.html> Web Services Jump-Start <http://www.sosnoski.com/jumpstart.html>
