Hi all,
I've downloaded and installed the STS today and am having problems creating a SpringMVC Template project.
I create my project, clean it, build it and get the following errors in Eclipse...
1. ArtifactTransferException: Failure to transfer org.springframework:spring-webmvc:jar:3.1.0.RELEASE from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework:spring-webmvc:jar:3.1.0.RELEASE from/to central (http://repo1.maven.org/maven2): No response received after 60000
2. Class 'org.springframework.web.servlet.view.InternalReso urceViewResolver' not found [config set: chrisbeech/web-context]
3. Missing artifact org.springframework:spring-webmvc:jar:3.1.0.RELEASE
4. The container 'Maven Dependencies' references non existing library 'C:\Users\IBM_ADMIN\.m2\repository\org\springframe work\spring-webmvc\3.1.0.RELEASE\spring-webmvc-3.1.0.RELEASE.jar'
I'm new to Spring, but not to Eclipse or Java and realise that the problem is because it's missing a jar file - the question is, how can I get STS to download a copy of that file?
Failing that, where can I download it myself?
Thanks,
Chris
PS I've tried cleaning the project again, and updating via Right click on the project > Maven > Update dependencies but nothing's working!


Reply With Quote