RE: Question on charater return and ant

2004-09-20 Thread Robert MacMunn
Use ${line.separator} as in: ${a}${line.separator} Peter Robert MacMunn wrote: >Hello all, > I am trying to concatenate 2 strings to a file. How to a add a >character return to the string in this line : > > ${CSHARPNAME} ${CRD} > >Any help would be appreciated. &g

Question on charater return and ant

2004-09-20 Thread Robert MacMunn
Hello all, I am trying to concatenate 2 strings to a file. How to a add a character return to the string in this line : ${CSHARPNAME} ${CRD} Any help would be appreciated. Thanks in advance Bob - To unsubscribe, e-mai

RE: Question of checking file size

2004-05-19 Thread Robert MacMunn
Bob -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 4:54 AM To: Ant Developers List Subject: Re: Question of checking file size Robert MacMunn wrote: > > Hello, > I just started using Ant. I was wondering if anyone could tell >

Question of checking file size

2004-05-18 Thread Robert MacMunn
Hello, I just started using Ant. I was wondering if anyone could tell me how to check a size of a file. I want to skip a process if a certain file is empty. Thanks Bob