IntelliJ Java IDE
The moose likes Ant, Maven and Other Build Tools and the fly likes module not found: org.springframework#org.springframework.core;3.0.0.RELEASE Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "module not found: org.springframework#org.springframework.core;3.0.0.RELEASE" Watch "module not found: org.springframework#org.springframework.core;3.0.0.RELEASE" New topic
Author

module not found: org.springframework#org.springframework.core;3.0.0.RELEASE

Rajkumar Masanaiyan
Greenhorn

Joined: Sep 17, 2011
Posts: 24
I am trying to resolve dependencies in my project using Ant+Ivy but I am getting the "module not found: org.springframework#org.springframework.core;3.0.0.RELEASE". I have given the ivy.xml and the ant output below for reference. Would you please help correct the problem code?




Buildfile: C:\Users\rajkumarm\workspace\HelloSpring\build.xml
resolve:
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = C:\Users\rajkumarm\workspace\HelloSpring\ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: Infosys#HelloSpring;working@CHNMCT66780L
[ivy:retrieve] confs: [default]
[ivy:retrieve] :: resolution report :: resolve 193ms :: artifacts dl 0ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 0 | 0 | 0 || 0 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] module not found: org.springframework#org.springframework.core;3.0.0.RELEASE
[ivy:retrieve] ==== com.springsource.repository.bundles.release: tried
[ivy:retrieve] http://repository.springsource.com/ ivy/bundles/release/org.springframework/ org.springframework.core/3.0.0.RELEASE/ivy-3.0.0.RELEASE.xml
[ivy:retrieve] -- artifact org.springframework#org.springframework.core;3.0.0.RELEASE!org.springframework.core.jar:
[ivy:retrieve] http://repository.springsource.com/ ivy/bundles/release/org.springframework/ org.springframework.core/3.0.0.RELEASE/org.springframework.core-3.0.0.RELEASE.jar
[ivy:retrieve] ==== com.springsource.repository.bundles.external: tried
[ivy:retrieve] http://repository.springsource.com/ ivy/bundles/external/org.springframework/ org.springframework.core/3.0.0.RELEASE/ivy-3.0.0.RELEASE.xml
[ivy:retrieve] -- artifact org.springframework#org.springframework.core;3.0.0.RELEASE!org.springframework.core.jar:
[ivy:retrieve] http://repository.springsource.com/ ivy/bundles/external/org.springframework/ org.springframework.core/3.0.0.RELEASE/org.springframework.core-3.0.0.RELEASE.jar
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: UNRESOLVED DEPENDENCIES ::
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: org.springframework#org.springframework.core;3.0.0.RELEASE: not found
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
C:\Users\rajkumarm\workspace\HelloSpring\build.xml:26: impossible to resolve dependencies:
resolve failed - see output for details

Total time: 815 milliseconds
Rajkumar Masanaiyan
Greenhorn

Joined: Sep 17, 2011
Posts: 24
This is a proxy issue and I was able to resolve it by connecting the PC directly to internet.
 
IntelliJ Java IDE
 
subject: module not found: org.springframework#org.springframework.core;3.0.0.RELEASE
 
Threads others viewed
Could not resolve dependencies
Ivy Settings Issue
Could not resolve dependencies for maven project
springframework dependancy is missing.
Incorrect hibernate version or maven ignore and didn't download hibernate jar file.
MyEclipse, The Clear Choice