Re: AW: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-12 Thread Alexey N. Solofnenko
-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

Re: AW: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-12 Thread Alexey N. Solofnenko
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

RE: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-12 Thread Anderson, Rob (Global Trade)
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

WG: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-12 Thread Christine Gerstenmayer
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

AW: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-12 Thread Christine Gerstenmayer
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

Re: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-04 Thread Alexey N. Solofnenko
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. ... --

Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-04 Thread Christine Gerstenmayer
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