-Ursprüngliche Nachricht-
Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 05. Juli 2005 00:20
An: Ant Users List
Betreff: Re: Howto do this in Ant: Replace a placeholder in a file with the
content in another file
I would suggest using
http://ant.apache.org/manual
N. Solofnenko [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 05. Juli 2005 00:20
An: Ant Users List
Betreff: Re: Howto do this in Ant: Replace a placeholder in a file with the
content in another file
I would suggest using
http://ant.apache.org/manual/CoreTasks/loadfile.html
with http://ant.ap
e a manual for
> Ant 1.6.2 ?
>
> Please help.
> Regards
> Christine
>
> -Ursprüngliche Nachricht-
> Von: Christine Gerstenmayer [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 12. Juli 2005 21:46
> An: 'Alexey N. Solofnenko'
> Cc: 'Ant Us
PROTECTED]
Gesendet: Dienstag, 12. Juli 2005 21:46
An: 'Alexey N. Solofnenko'
Cc: 'Ant Users List'
Betreff: AW: Howto do this in Ant: Replace a placeholder in a file with the
content in another file
Hello Alexey
Thanks very much for your help but I have another problem:
Loadfile w
Re: Howto do this in Ant: Replace a placeholder in a file with the
content in another file
I would suggest using
http://ant.apache.org/manual/CoreTasks/loadfile.html
with http://ant.apache.org/manual/CoreTasks/replace.html
- Alexey.
Christine Gerstenmayer wrote:
> Hi all,
>
> I ne
I would suggest using
http://ant.apache.org/manual/CoreTasks/loadfile.html
with http://ant.apache.org/manual/CoreTasks/replace.html
- Alexey.
Christine Gerstenmayer wrote:
Hi all,
I need your help.
I want to replace a placeholder in a file with the content of another
file.
...
--
Hi all,
I need your help.
I want to replace a placeholder in a file with the content of another file.
e.g.
File 1:
Xxx
X
Xxx
&place
File 2:
Abcdefg
Abcdefg
Abcdefg
I want to replace "&place" in File 1 with the content of File 2 so