AW: build.xml losing empty lines

2009-01-11 Thread Jan.Materne
che Nachricht- >Von: David Hadley [mailto:david.e.had...@gmail.com] >Gesendet: Freitag, 9. Januar 2009 23:48 >An: user@ant.apache.org >Betreff: build.xml losing empty lines > >The following tag in my build.xml is forcing my build.xml to be >overwritten with it's same content

build.xml losing empty lines

2009-01-09 Thread David Hadley
The following tag in my build.xml is forcing my build.xml to be overwritten with it's same contents only without empty lines. This is undesirable as it makes the file less readable and alters the timestamp on the file. Has anyone solved this or similar problems? ---