RE: problem with artifact constraint on dependency

2008-08-25 Thread Shawn Castrianni
008 11:57 AM To: ivy-user@ant.apache.org Subject: Re: problem with artifact constraint on dependency On Sun, Aug 24, 2008 at 10:09 AM, Shawn Castrianni < [EMAIL PROTECTED]> wrote: > I am trying to use the artifact restriction on a dependency: > >

Re: problem with artifact constraint on dependency

2008-08-25 Thread Xavier Hanin
On Sun, Aug 24, 2008 at 10:09 AM, Shawn Castrianni < [EMAIL PROTECTED]> wrote: > I am trying to use the artifact restriction on a dependency: > > rev="latest.development" transitive="false" conf="*->@"> > type="jar" ex

problem with artifact constraint on dependency

2008-08-24 Thread Shawn Castrianni
I am trying to use the artifact restriction on a dependency: However, this seems to be messing up other dependencies higher up in the chain. For example, if A is dependent on B wit