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