Re: AW: How to set the CR and/or LF code at property

2006-04-11 Thread trad-ex
ant.apache.org >>Betreff: How to set the CR and/or LF code at property >> >>Hi all, >> >>I'd like to set strings like below in one property: >> >>abc >>def >>ghi >> >>but my example doesn't work: >> >> >

AW: How to set the CR and/or LF code at property

2006-04-11 Thread Jan.Materne
${line.separator} Jan >-Ursprüngliche Nachricht- >Von: trad-ex [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 12. April 2006 08:04 >An: user@ant.apache.org >Betreff: How to set the CR and/or LF code at property > >Hi all, > >I'd like to set strings li

How to set the CR and/or LF code at property

2006-04-11 Thread trad-ex
Hi all, I'd like to set strings like below in one property: abc def ghi but my example doesn't work: \n also doesn't work. Do you know the proper grammer ? or please point the reference out ! Best regards, trad-ex - To uns