(posted this to stackoverflow too - http://stackoverflow.com/questions/9371253/eclipse-ivy-plugin-says-jruby-has-an-unresolved-dependency-but-jruby-1-6-6-does)
I'm getting this error when I try to add jruby as a dependency using the ivy Eclipse plugin: Impossible to resolve dependencies of com.restphone#;working@James-Moores-iMac.local unresolved dependency: org.jruby.extras#bytelist;1.0.8: not found This is in my ivy.xml: <dependency org="org.jruby" name="jruby-complete" rev="1.6.6" /> And this is in ivysettings.xml: <ivysettings> <settings defaultResolver="chain"/> <resolvers> <chain name="chain"> <ibiblio name="codehaus" m2compatible="true" root="http://repository.codehaus.org/"/> </chain> </resolvers> </ivysettings> But according to the jruby mailing list, jruby [has no dependencies for runtime, compile or test scope][1]. Do I need to give the ivy plugin more information somewhere? [1]: http://www.ruby-forum.com/topic/3552651 -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/