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
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
Hi,
couldn't you make use of immutable properties and specify several
starting with the most specific one and ending with the most generic
one.
Just an idea.
Greetings
Chris
> -Original Message-
> From: Chris Gibble [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 07, 2006 7:
${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
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.
>
>
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
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 mailing list archive at Nabble.com.
-