On Wednesday 05 September 2007, Glen Mazza wrote: > Am Dienstag, den 04.09.2007, 11:30 -0400 schrieb Daniel Kulp: > > 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.
If only it worked that way. :-( The maven archtype doesn't do any file renaming when creating a new project based on the archtype. HelloWorld.java.vm would not be renamed to HelloWorld.java. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
