Re: Regular expression for deleting new lines with Ant

2009-11-24 Thread christoforever
That's exactly what I ended up using. I cross-posted this on stack overflow and someone gave me the idea their as well. I'm still curious about why replaceregexp is not noticing the "\n' character. One day when I have the time I will look into it a bit more. foamdino wrote: > > Hi, > > I just

Regular expression for deleting new lines with Ant

2009-11-19 Thread christoforever
I'm trying to remove all the new lines and/or lines full of tabs or white space from a file ... its not working however... I've used the following code. but I've got nothing. I originally posted on the coderanch forums (http://www.coderanch.com/t/471737/