java - Intellij IDEA - IvyCache does not recognize dependencies -
intellij ultimate - 12.1 jdk 1.7.0_10 (sun/oracle) ivyidea - 1.0.8
they seem latest version of plugins/ides. when import new project eclipse, idea not recognize libraries (eclipse nicely detected , added these libraries classpath).
i added ivyidea facet , supplied ivy.xml, ivy-settings.xml , build.properties did tools -> resolve modules prints me following (when enable ivyidea logging @ info level)
--------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | runtime | 55 | 49 | 0 | 8 || 157 | 0 | | war-runtime | 47 | 41 | 0 | 7 || 140 | 0 | | build-war | 47 | 41 | 0 | 7 || 140 | 0 | | build-main | 47 | 41 | 0 | 7 || 140 | 0 | | build-tests-unit | 52 | 46 | 0 | 7 || 152 | 0 | |build-tests-integr| 50 | 44 | 0 | 7 || 148 | 0 | ---------------------------------------------------------------------
no problems detected during resolve module
but after nothing happens i.e, no libraries added project. missing , how go debugging this?
Comments
Post a Comment