AW: FixCRLF and Concat classes question

2006-07-05 Thread Jan.Materne
line.separator is set by the JVM. Why you dont use "eol" attribute? Jan >-Ursprüngliche Nachricht- >Von: Alex Egg [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 5. Juli 2006 22:58 >An: user@ant.apache.org >Betreff: FixCRLF and Concat classes question > >

FixCRLF and Concat classes question

2006-07-05 Thread Alex Egg
Hi, I notice that the Concat class constructor called a reset method which reads a system property called line.separator, like this: public Concat () { reset (); } /** * Reset state to default. */ public void reset () { append = false; forceOverwrite =