Hi everyone :) I'm new to Ivy, ive checked it out from your svn trunk yesterday, and I want to solve a common problem, I think this question has been answered several time (but I did not find them :'( ). The problem is "Sun binary Jars". They aren't on Maven repositories and I want to make a project with Hibernate / Spring / DWR, that have transitive dependencies to these jars here are my configuration files: build.xml: ivy.xml: ivysettings.xml: In order to solve the javax.security/jacc-1.0 dependency problem, I've downloaded it and putted it in the /lib directory of my project, as "lib/jacc-1.0.jar" I haven't well understood how to set my own local repository for this kind of jar, and expected my really simple configuration working, by putting just the jar (with no xml dependency describer for the jar) in the lib directory of my prject. but of course, it doesn't work... So, what's wrong here please ? ;) Regards, Temsa