I took a quick look at the code for ReplaceRegex, and I believe that it is not deleting a complete line because it uses a println, when it should simply be using a write. I haven't had a chance to try this out yet, but if I'm correct this is a bug fix, and not enhanced functionality since the println, is adding in the carriage return. I should get sometime to do this tomorrow.
----- Original Message ----- From: "Diane Holt" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 4:04 PM Subject: Re: [VOTE] Ant 1.5 Final Release > --- Magesh Umasankar <[EMAIL PROTECTED]> wrote: > > -0 to get it into 1.5 for the sole reason > > that it would open the flood gates for other > > such similar small enhancement patch requests. > > Is this such a blocker as to get it into 1.5? > > In 1.6, by all means... > > It was a blockage for the guy who needed it, in order just to be able to > convert to Ant -- but I've sent him the modified version. So, no, it's not > really -- I just told him I'd at least put it out there, so he could get > back in sync. And now I've done that :) > > Diane > > ===== > ([EMAIL PROTECTED]) > > > > __________________________________________________ > Do You Yahoo!? > Sign up for SBC Yahoo! Dial - First Month Free > http://sbc.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
