On Thu, Apr 3, 2008 at 8:56 PM, Matt Reynolds <[EMAIL PROTECTED]> wrote:
> > Despite the message, the problem comes from the dependency from b;1 to > > a;1 > > with conf="*->foo". So the workaround is to put: > > <dependency org="com.example" name="a" rev="1" conf="*->foo(*)"/> > > So, I changed the b1-ivy.xml file to read : > <dependency org="com.example" name="a" rev="1" conf="*->foo(*)"/> > > And I'm still getting the error: > com.example#a;2: configuration(s) not found in com.example#a;2: foo. It > was required from com.example#b;2 default Did you clean your cache? I've made the test on my own and it works as expected for me (with Ivy 2.0 beta 2). > > > Also, this fix would imply that I'll have to go manually edit files in > the already published Ivy repository (aka, modify the published XML > files to include the fallback syntax?), is that correct? Unfortunaly yes, this is why it's a poor workaround. Xavier -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/
