Re: svn commit: r1553704 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/MessageLoggerEngine.java

2014-04-01 Thread Charles Duffy
The amount of fun otherwise involved when two separate threads called into Ivy code in parallel was considerable, and was regularly resulting in a logger stack with no relationship with any individual thread's call stack. On Mar 25, 2014 7:27 AM, Maarten Coene maarten_co...@yahoo.com wrote:

Re: Ivy performance fix

2014-04-01 Thread Maarten Coene
Hi Josh, yes I think we can merge this in the 2.4.0 final release, but we'll have to review a bit in more detail first. However, could you create a JIRA issue containing a link to the patch? thanks! Maarten Van: Antoine Levy Lambert anto...@gmx.de Aan: Ant

Re: Ivy performance fix

2014-04-01 Thread Josh Suereth
Done: https://issues.apache.org/jira/browse/IVY-1465 On Tue, Apr 1, 2014 at 3:40 PM, Josh Suereth joshua.suer...@gmail.comwrote: Can do. I'll have to find a jira account. On Tue, Apr 1, 2014 at 3:36 PM, Maarten Coene maarten_co...@yahoo.comwrote: Hi Josh, yes I think we can merge this

[ANNOUNCE] Apache Ivy 2.4.0-RC1 released

2014-04-01 Thread Maarten Coene
The Apache Ivy project is pleased to announce its 2.4.0-RC1 release. Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility, configurability, and tight integration with Apache Ant. Key features of this 2.4.0-RC1 release

Re: [ANNOUNCE] Apache Ivy 2.4.0-RC1 released

2014-04-01 Thread Maarten Coene
Should I add this release to http://ant.apache.org/index.html? Or is that only reserved for final releases? Maarten Van: Maarten Coene maarten_co...@yahoo.com Aan: ant-dev dev@ant.apache.org Verzonden: dinsdag 1 april 22:43 2014 Onderwerp: [ANNOUNCE] Apache

Re: Ivy performance fix

2014-04-01 Thread Maarten Coene
Thanks! I'll try to have a look at it soon. Maarten Van: Josh Suereth joshua.suer...@gmail.com Aan: Ant Developers List dev@ant.apache.org; Maarten Coene maarten_co...@yahoo.com Verzonden: dinsdag 1 april 21:47 2014 Onderwerp: Re: Ivy performance fix

Re: [ANNOUNCE] Apache Ivy 2.4.0-RC1 released

2014-04-01 Thread Antoine Levy Lambert
Hello Maarten, please add this to http://ant.apache.org/index.html Regards, Antoine On Apr 1, 2014, at 4:46 PM, Maarten Coene maarten_co...@yahoo.com wrote: Should I add this release to http://ant.apache.org/index.html? Or is that only reserved for final releases? Maarten

Re: svn commit: r1553704 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/MessageLoggerEngine.java

2014-04-01 Thread Matt Sicker
Oh man those logger call stacks are notoriously difficult to deal with. On 1 April 2014 01:24, Charles Duffy char...@dyfis.net wrote: The amount of fun otherwise involved when two separate threads called into Ivy code in parallel was considerable, and was regularly resulting in a logger