Hi! Following my previous problem of "Unresolved dependencies - spring-context", I have installed the non-official ivy.jar (built from trunk on 29th June).
Based on http://www.mvnrepository.com/artifact/org.slf4j.slf4j/slf4j-jdk14/1.1.0-RC0, <dependency> <groupId>org.slf4j.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.1.0-RC0</version> </dependency> I created below Ivy dependency, <dependency org="org.slf4j.slf4j" name="slf4j-jdk14" rev="1.1.0-RC0" /> When run, I got another unresolved dependencies :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: [ org.slf4j.slf4j | slf4j-jdk14 | 1.1.0-RC0 ]: not found :::::::::::::::::::::::::::::::::::::::::::::: :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS Do you have any idea how to resolve this problem? How to turn-on the debug message level to see more details? -- Hez
