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.

Reply via email to