Oddly enough, all my fooling around with ivysettings.xml file seems to have fixed it!!!! But I had to point to the chain but in another email you sent you said I should not have to :(. I switched to artifactory 2.2.5 thinking maybe the new release 2.3.1 had issues.
I still have the issue of 1.0.+ not working though. From what I understand of artifactory, I have to point to chain, because it is not found in the first ibiblio resolver(even though in artifactory, I see the default of that virtual repository points to my releases-local and then next to the remote repositories, that resolver can't find it maybe). Maybe I should turn up logging and paste that in an email? I am not sure if this is user error or not being so new to this. Thanks, Dean -----Original Message----- From: Maarten Coene [mailto:[email protected]] Sent: Monday, December 13, 2010 4:17 PM To: [email protected] Subject: Re: excluded dependencies still downloaded? This should work. Are you sure that you don't depend on junit using another dependency path? (don't trust on ivy:report for this) If you are sure of it, could you open a JIRA issue and provide if possible a simple example so we can reproduce the problem? Maarten ----- Original Message ---- From: "Hiller, Dean (Contractor)" <[email protected]> To: [email protected] Sent: Fri, December 10, 2010 7:18:54 PM Subject: excluded dependencies still downloaded? I have a virtual module with ivy.xml and all it has for a test is <dependency org="org.apache.hadoop" name="hadoop-core" rev="0.20.2" conf="runtime->default,sources,javadoc"> <exclude matcher="glob" name="junit"></exclude> </dependency> And it "correctly" does NOT download junit. Then, I have a many modules to use this virtual module and this module DOES download junit and when I run the ivy:report It says the junit came from the line above L. Does this not work transitively so I should get all the jars of my virtual module Exactly as the virtual module defined it? Thanks, Dean This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system.
