> je suis tres occupe en ce moment a me chercher un nouveau job.
Congratulations.
Kev
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org
Merci Nicolas,
je suis tres occupe en ce moment a me chercher un nouveau job.
Antoine
On 4/27/11 6:19 PM, Nicolas Lalevée wrote:
Le 21 avr. 2011 à 23:26, Nicolas Lalevée a écrit :
Le 21 avr. 2011 à 18:48, Antoine Levy-Lambert a écrit :
I have dived in and committed the code attached to 505
Le 21 avr. 2011 à 23:26, Nicolas Lalevée a écrit :
>
> Le 21 avr. 2011 à 18:48, Antoine Levy-Lambert a écrit :
>
>> I have dived in and committed the code attached to 50507, and also made
>> flush a no op in LineOrientedOutputStream. See my commits [1] and [2].
>> Something does not feel 100% r
Le 21 avr. 2011 à 18:48, Antoine Levy-Lambert a écrit :
> I have dived in and committed the code attached to 50507, and also made
> flush a no op in LineOrientedOutputStream. See my commits [1] and [2].
> Something does not feel 100% right though. In the second commit I have
> tweaked unit tests
I have dived in and committed the code attached to 50507, and also made
flush a no op in LineOrientedOutputStream. See my commits [1] and [2].
Something does not feel 100% right though. In the second commit I have
tweaked unit tests to deal with some consequences of having made flush a
no op.
see
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
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
>
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
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
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
In fact we have a number of open bugs concerning the handling of streams
in exec and java :
[1] Pipe Broken
[2] Exec task may mix the stderr and stdout output while logging it
[3] exec task sometimes inserts extraneous newlines
[4] read on System.in hangs for forked java task
Antoine
[1] https
there is an interesting patch in this bug report :
https://issues.apache.org/bugzilla/show_bug.cgi?id=50507
Regards,
Antoine
On 4/18/2011 4:14 AM, Nicolas Lalevée wrote:
Le 18 avr. 2011 à 08:10, Conor MacNeill a écrit :
Nicolas,
The change you introduced to address this bug
https://issues
Le 18 avr. 2011 à 08:10, Conor MacNeill a écrit :
> Nicolas,
>
> The change you introduced to address this bug
>
> https://issues.apache.org/bugzilla/show_bug.cgi?id=50960
>
> really breaks my output when running java processes because the
> autoflush is flushing at 128 byte boundaries. The lo
Nicolas,
The change you introduced to address this bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=50960
really breaks my output when running java processes because the
autoflush is flushing at 128 byte boundaries. The log output stream
always writes a line when flush is called.
Here is
14 matches
Mail list logo