http://ant.apache.org/manual/using.html#built-in-props "Ant provides access to all system properties"
Jan > -----Urspr�ngliche Nachricht----- > Von: Robert MacMunn [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 20. September 2004 16:33 > An: Ant Developers List > Betreff: RE: Question on charater return and ant > > Thanks. > > I tried looking through the doc and google and couldn't find it. > I appreciate it. > > Bob > > > > -----Original Message----- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Monday, September 20, 2004 10:25 AM > To: Ant Developers List > Subject: Re: Question on charater return and ant > > Use ${line.separator} > as in: > <concat destfile="build_info.txt">${a}${line.separator}</concat> > 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 : > > > > <concat destfile="build_info.txt">${CSHARPNAME} ${CRD}</concat> > > > >Any help would be appreciated. > > > >Thanks in advance > > > >Bob > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
