--- Lou Fox <[EMAIL PROTECTED]> wrote: > I'm using 1.5beta2. The files are currently close to a gig. And they > are growing. I have no problem with using foreach, but I don't see how > it would help.
Well, it would've helped with the way I was going to suggest you do it -- but if your files are that huge, using <loadfile> probably isn't going to be such a good idea. So the other option (which would still need <foreach>, until [if] I add <fileset> support) is to use the <scrunch> task I've written (its class name is DeleteBlankLines -- I just <taskdef>'d it as "scrunch", since it's shorter to type and more fun :) Unfortunately, at the moment, it's failing to rename the temp file to the original file, and I have no idea why (yet), which means it's pretty much useless at the moment -- but other than that, it works like a champ :) Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
