patch (ivy): log conflict results at verbose

2009-01-01 Thread Robey Pointer
When ivy is in log="download-only" mode, it will still log potentially dozens of lines (in a large project) of "conflicts". They aren't actually conflicts, just instances of multiple versions of a package in the cache, so besides being noisy, the messages are also a source of confusion/worr

Re: patch (ivy): log conflict results at verbose

2009-01-06 Thread Maarten Coene
y, January 2, 2009 5:56:07 AM Subject: patch (ivy): log conflict results at verbose When ivy is in log="download-only" mode, it will still log potentially dozens of lines (in a large project) of "conflicts". They aren't actually conflicts, just instances of multiple ver

Re: patch (ivy): log conflict results at verbose

2009-01-06 Thread Robey Pointer
On 6 Jan 2009, at 12:14, Maarten Coene wrote: I'm not convinced that this is the proper way to solve your problem. If they are not conflicts, they shouldn't get logged as conflict. Could you give us more info and an example of your log? I agree, since they aren't conflicts, even the word "co

Re: patch (ivy): log conflict results at verbose

2009-01-07 Thread Maarten Coene
, January 7, 2009 5:29:01 AM Subject: Re: patch (ivy): log conflict results at verbose On 6 Jan 2009, at 12:14, Maarten Coene wrote: > I'm not convinced that this is the proper way to solve your problem. > If they are not conflicts, they shouldn't get logged as conflict. Could you > gi

Re: patch (ivy): log conflict results at verbose

2009-01-08 Thread Xavier Hanin
> To: Ant Developers List > Sent: Wednesday, January 7, 2009 5:29:01 AM > Subject: Re: patch (ivy): log conflict results at verbose > > On 6 Jan 2009, at 12:14, Maarten Coene wrote: > > > I'm not convinced that this is the proper way to solve your problem. > > If t

Re: patch (ivy): log conflict results at verbose

2009-01-09 Thread Robey Pointer
On 8 Jan 2009, at 08:12, Xavier Hanin wrote: These log messages are confusing, beacause they are not resolve time conflicts, but retrieve time conflicts: when Ivy retrieves a set of artifact, if it has to retrieve two artifacts to the same location, it complains about a conflict. For instance if