• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a proxy issue and I was able to resolve it by connecting the PC directly to internet.
 
He puts the "turd" in "saturday". Speaking of which, have you smelled this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic