Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs DefaultExcludesTest.java DemuxOutputTask.java

2003-07-17 Thread Stefan Bodewig
On Thu, 17 Jul 2003, Conor MacNeill [EMAIL PROTECTED] wrote: Since messages now typically contains the end-of-line characters, the log processing code will now strip line.separator chars from the end of a message since the output logger will println anyway. The log processing code or just

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs DefaultExcludesTest.java DemuxOutputTask.java

2003-07-17 Thread Conor MacNeill
On Thu, 17 Jul 2003 09:52 pm, Stefan Bodewig wrote: On Thu, 17 Jul 2003, Conor MacNeill [EMAIL PROTECTED] wrote: Since messages now typically contains the end-of-line characters, the log processing code will now strip line.separator chars from the end of a message since the output logger

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs DefaultExcludesTest.java DemuxOutputTask.java

2003-07-17 Thread Stefan Bodewig
On Thu, 17 Jul 2003, Conor MacNeill [EMAIL PROTECTED] wrote: As it stands the content going to the listeners is largely the same as pre-change. OK, so it has been wrong before and we must keep it to remain backwards compatible. Nothing we could do, I guess. Stefan

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs DefaultExcludesTest.java DemuxOutputTask.java

2003-07-17 Thread Antoine Levy-Lambert
Hi Conor, I am +1 on your changes. The Ant output handling now will pass every character through to the generating task without inserting line breaks at buffer full intervals. Also line breaks will not be converted to the platform line separator. So, if a java application running on Windows