Re: Log Flushing

2011-04-19 Thread Antoine Levy-Lambert
I just created a test for the bug 50507. I did this one as JUnit, not AntUnit although it is similar in its form to AntUnit. The capturing of the output of the "ant" task did not seem to work when running all this in the context of antunit. Stefan might have an idea why ? Antoine On 4/19/201

Re: Log Flushing

2011-04-19 Thread Conor MacNeill
One other possibility is to not bother doing anything in the LogOutputStream when flushed. Conor On Tue, Apr 19, 2011 at 06:03, Antoine Levy-Lambert wrote: > there is an interesting patch in this bug report : > > https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 > > Regards, > > Antoine >

Re: Log Flushing

2011-04-19 Thread Nicolas Lalevée
Le 19 avr. 2011 à 16:42, Antoine Levy-Lambert a écrit : > On 4/19/2011 8:29 AM, Nicolas Lalevée wrote: >> Thank you very much for the pointers. The patch for the bug report #50507 >> seems to tackle the streaming issue. >> >> I guess that in Ant we always want to see the log by line, rather tha

Re: Log Flushing

2011-04-19 Thread Antoine Levy-Lambert
On 4/19/2011 8:29 AM, Nicolas Lalevée wrote: Thank you very much for the pointers. The patch for the bug report #50507 seems to tackle the streaming issue. I guess that in Ant we always want to see the log by line, rather than with usual unix tools where the output is streamed. With unix tools

Re: Ivy virtual dependencies

2011-04-19 Thread aditsu
Nicolas Lalevée wrote: > > Ivy doesn't support that kind of dependency per se. > > But I had a similar case when implementing the OSGi support for Ivy. [...] > Well, I currently don't want to have anything to do with OSGi, I'm looking for this feature directly in Ivy. If it's not there, then t

Re: Sources of the ant jars into the maven repository

2011-04-19 Thread Antoine Levy-Lambert
We will see when we will do the next release. Regards, Antoine On 4/19/2011 8:05 AM, Nicolas Lalevée wrote: I have updated the build with the publication the source and javadoc jars (r1095053). I hope it will work fine with nexus since I am not used to use Ivy with nexus and I cannot actuall

Re: Log Flushing

2011-04-19 Thread Nicolas Lalevée
Thank you very much for the pointers. The patch for the bug report #50507 seems to tackle the streaming issue. I guess that in Ant we always want to see the log by line, rather than with usual unix tools where the output is streamed. With unix tools, streaming is useful when pipelining commands

Re: Sources of the ant jars into the maven repository

2011-04-19 Thread Nicolas Lalevée
I have updated the build with the publication the source and javadoc jars (r1095053). I hope it will work fine with nexus since I am not used to use Ivy with nexus and I cannot actually test it. Nicolas Le 13 avr. 2011 à 14:36, Jesse Glick a écrit : > On 04/12/2011 02:06 PM, Nicolas Lalevée wr

Re: Ivy virtual dependencies

2011-04-19 Thread Nicolas Lalevée
Le 18 avr. 2011 à 11:50, aditsu a écrit : > Hi, is it possible in Ivy to define a dependency that can be satisfied by any > one of several modules? > Specifically, the dependency would refer to certain functionality required > by the current module, and other modules would declare that they > sat