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 > >