The mailing list documents the many issues that folks have found. AFAIK, the problem is caused by bugs in 2.7 that don't exist in version 2.5.1.
http://appfuse.markmail.org/search/?q=maven-eclipse-plugin There is a version 2.8 out now that you might want to try. Matt On Dec 6, 2010, at 8:54 AM, Ice-Man wrote: > Matt, > > Why maven-eclipse version 2.7 cause errors when converting a Archtype AppFuse > to Eclipse Project??! > Tnx in advance, > > Derlon > > > 2010/11/17 Vanessa Pacheco <vpach...@bowmansystems.com> > I had to change the maven-eclipse plugin version to 2.5.1 as this is what I > read from one of the posts. 2.7 makes you run into errors > > V > ----- Original Message ----- > From: "Matt Raible" <m...@raibledesigns.com> > To: users@appfuse.dev.java.net > Sent: Wednesday, November 17, 2010 1:04:08 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] latest appfuse version > > Can you send the command you're using to create the project. I want to see if > I can reproduce. > > > On Wed, Nov 17, 2010 at 7:00 PM, Vanessa Pacheco < vpach...@bowmansystems.com > > wrote: > > > I created a brand new project, then used mvn to build. That's when I got the > error. > > Sorry to bother so much and Thnx in advance for all the help > > Vanessa > > > > ----- Original Message ----- > From: "Matt Raible" < m...@raibledesigns.com > > To: users@appfuse.dev.java.net > Sent: Wednesday, November 17, 2010 12:56:59 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] latest appfuse version > > Do get this error when you create a new project or when you try to upgrade > your existing 2.x project to Spring 3? > > > On Wed, Nov 17, 2010 at 6:34 PM, Vanessa Pacheco < vpach...@bowmansystems.com > > wrote: > > > Is anyone running into build problems with latest Appfuse and SPring3. I run > into a test issues....the spring***test:jar cannot be downloaded. Also does > the new appfuse use @PathVariable, @RequestMapping in the controller code? > > Missing: > ---------- > 1) org.springframework:spring-test:jar:3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.springframework -DartifactId=spring > -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=spring-t > est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId= > [id] > > Path to dependency: > 1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT > 2) org.springframework:spring-test:jar:3 > > ---------- > 1 required artifact is missing. > > Vanessa > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > > > > -- > Derlon > > Siga-me no meu blog... > Engenharia de Software > > http://blig.ig.com.br/derlon/ > > > >