Re: Ant Task to Write to a file

2006-11-09 Thread Jacob Kjome
Or, if you want to deal with XML in a more robust way, look into XMLTask... http://www.oopsconsultancy.com/software/xmltask/ Jake Quoting James Abley <[EMAIL PROTECTED]>: > ${some.property} > > http://ant.apache.org/manual/CoreTasks/echo.html > > me_zeta wrote: > > > > The val

Re: Ant Task to Write to a file

2006-11-09 Thread Mark Miller
Also take a look at the concat core task. On 11/9/06, me_zeta <[EMAIL PROTECTED]> wrote: Hi all, Is there any ant task to write some data to a file. zeta -- View this message in context: http://www.nabble.com/Ant-Task-to-Write-to-a-file-tf2600638.html#a7255092 Sent from the Ant - Users

Re: Ant Task to Write to a file

2006-11-09 Thread James Abley
${some.property} http://ant.apache.org/manual/CoreTasks/echo.html me_zeta wrote: The value i want to write to a file is an xml string of the form {data comes here} how can this be done?? Tom Corcoran-2 wrote: Here's an example which creates the file datetime.inc in your

RE: Ant Task to Write to a file

2006-11-09 Thread me_zeta
The value i want to write to a file is an xml string of the form {data comes here} how can this be done?? Tom Corcoran-2 wrote: > > Here's an example which creates the file datetime.inc in your classes > directory : > > >file="${build}/datetime.inc"> > > > > Tom. > >

RE: Ant Task to Write to a file

2006-11-09 Thread Tom Corcoran
Here's an example which creates the file datetime.inc in your classes directory : Tom. -Original Message- From: me_zeta [mailto:[EMAIL PROTECTED] Sent: 09 November 2006 09:38 To: user@ant.apache.org Subject: Ant Task to Write to a file Hi all, Is there any ant tas