Re: Concat With Newline

2005-09-15 Thread Antoine Levy-Lambert
Urciolo, Kevin wrote: >I am using concat to write out configuration files. The text is >embedded within the concat. What is the best way to write out a new >line at the end? > >thanks > > > Hello Kevin, jdbc.host=server1.foobar.com jdbc.user=joeking will write a 2 lines file with a line sep

Re: Concat With Newline

2005-09-15 Thread Jeffrey E Care
${line.separator} -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Urciolo, Kevin" <[EMAIL PROTECTED]> wrote on 09/15/2005 01:13:39 PM: > I am using concat to write out configuration files. The text is > embedded within the con

Concat With Newline

2005-09-15 Thread Urciolo, Kevin
I am using concat to write out configuration files. The text is embedded within the concat. What is the best way to write out a new line at the end? thanks