Looks like a bug, could you create a JIRA issue for this? https://issues.apache.org/jira/browse/IVY
thanks, Maarten ________________________________ From: marcdb <mdeb...@gmail.com> To: ivy-user@ant.apache.org Sent: Thursday, July 14, 2011 8:45 AM Subject: Re: defaultconf attribute in dependencies I fixed my problem by replacing the wildcards in the defaultconf-attribute by enumerating all the configurations. So this works correctly when resolving: <dependencies defaultconfmapping="* -> #" defaultconf="compile,rad,ear" > But the following doesn't work correctly (you get no errors, but the result of a resolve is wrong): <dependencies defaultconfmapping="* -> #" defaultconf="*,!wsdl" > Regards, Marc -- View this message in context: http://old.nabble.com/defaultconf-attribute-in-dependencies-tp32044618p32059067.html Sent from the ivy-user mailing list archive at Nabble.com.