I don't know if it helps, but try loading your project without using Mavenide. I had some problems with my Maven plugin for Eclipse as well, it was not loading the jars artifacts correctly, and everything worked when I imported the project as a plain old Java one ;)
Cheers, Gabriel stefpet wrote: > > I'm using AppFuse 2.0.2 with Maven 2.0.9 on Windows XP, trying to generate > an appfuse-basic-spring project as a NetBeans project (I'm using the > latest update of 6.1). > > These are the steps I perform (after some pom.xml editing to fix the usual > errors (space in path, pluginrepository agilejava for the netbeans > plugin)): > > - mvn archetype:create ... > - run mvn in project directory > - mvn jetty:run-war > - mvn war:inplace > - mvn appfuse:full-source > - mvn netbeans:netbeans > > All steps seem to run fine with BUILD SUCCESSFUL at then end. > > I have the Maven 3.1.1 (Mevenide) plugin installed in NetBeans. > > The project opens in NetBeans 6.1 as AppFuse Spring MVC Application. > However, now nothing works. > > Looking at a source file more or less everything is marked red due to > "package not exist". > > Trying to build the project results in java.lang.IllegalArgumentException: > Malformed \uxxxx encoding. > > What step am I missing? I thought everything should "just work"... > > Thanks in advance for any suggestions. > > / Stefan > -- View this message in context: http://www.nabble.com/Generating-Spring-MVC-NetBeans-project-w-o-success-tp17451997s2369p17452690.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
