Am Dienstag, den 04.09.2007, 11:30 -0400 schrieb Daniel Kulp: > On Monday 03 September 2007, Benson Margulies wrote: > > I get two of these. Is there a reason not to fix them? > > > > Severity and Description Path Resource Location > > Creation Time Id > > > > Got an exception - Unexpected character 0x23 in identifier > > cxf-http-basic/src/main/resources/archetype-resources/src/main/java > > HelloWorld.java line 1 1188867435897 11 > > > Technically, the cxf-http-basic project should not be imported into > eclipse. It's not really a java project. It's a maven archtype. > The "HelloWorld.java" file in there is really a velocity template used > by the archtype plugin to create a HelloWorld.java file. Thus, there > are invalid java constructs in there. I've updated the page on the > wiki to say to not import that project.
Can't that HelloWorld.java file just be renamed HelloWorld.java.vm instead? That should fix the problem with Eclipse, without the hassle of needing to explicitly exclude the cxf-http-basic subproject. Glen
