If you think Ivy is resolving too many things from Spring, you could declare the Spring dependency as transitive="false". This would cause Ivy to retrieve Spring and nothing else.
When you get the error "bad revision found" or "bad organisation found" or "bad branch found", it means that the repository structure does not match the pattern that the resolver expects. Try setting checkconsistency="false" on the resolver. From: gervais [mailto:[email protected]] Sent: Tuesday, December 15, 2009 4:45 AM To: [email protected] Subject: Depency to Spring fail I everyone, I have the following dependencies : <dependencies> <!--<dependency org="dom4j" name="dom4j" rev="1+"/>--> <dependency org="org.springframework" name="spring" rev="2+"/> <!--<dependency org="org.springframework.security" name="spring-security-core" rev="2+"/>--> </dependencies> When I want to resolve theses dependencies, Ivy resolve (too) much things and finally fail to resolve (ivy output as attachment). Can you help me to solve my problem ? Thanks ***CONFIDENTIALITY NOTICE and DISCLAIMER*** This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and solely for the use of the person(s) or entity to whom it is intended. If you have received this message in error and are not the intended recipient, please notify the sender immediately and delete this message and any attachment from your system. If you are not the intended recipient, be advised that any use of this message is prohibited and may be unlawful, and you must not copy this message or attachment or disclose the contents to any other person.
