ng
>
>
>
> -Original Message-
> From: Alec Fernandez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 20, 2008 8:41 AM
> To: Ant Users List
> Subject: RE: Can Ant Edit/replace some words in a
> file
>
> Just be careful if you are using
> filtercha
; files. Much has been written on this topic and I
> would pay close attention.
>
> -alec
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 20, 2008 8:33 AM
> To: user@ant.apache.org
> Subject:
; > An: Ant Users List
> > Betreff: Can Ant Edit/replace some words in a file
> >
> > Hi,
> >
> > I am using Ant to copy some files (eg. program
> files
> > like template program).
> > Then I want to replace some keywords inside the
> file
>
/copy.html#encoding
-Original Message-
From: Alec Fernandez [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 20, 2008 8:41 AM
To: Ant Users List
Subject: RE: Can Ant Edit/replace some words in a file
Just be careful if you are using filterchain/filterreplace on binary files.
Encoding issues
] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 20, 2008 8:33 AM
To: user@ant.apache.org
Subject: AW: Can Ant Edit/replace some words in a file
Jan
-Ursprüngliche Nachricht-
Von: Sann Maung [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 20. Februar 2008 14:30
An: Ant Users
PROTECTED]
Sent: Wednesday, February 20, 2008 8:33 AM
To: user@ant.apache.org
Subject: AW: Can Ant Edit/replace some words in a file
Jan
> -Ursprüngliche Nachricht-
> Von: Sann Maung [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 20. Februar 2008 14:30
> An: Ant Users List
&g
Jan
> -Ursprüngliche Nachricht-
> Von: Sann Maung [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 20. Februar 2008 14:30
> An: Ant Users List
> Betreff: Can Ant Edit/replace some words in a file
>
> Hi,
>
> I am using Ant to copy some files (eg. pr
Hi,
I am using Ant to copy some files (eg. program files
like template program).
Then I want to replace some keywords inside the file
with another word.
Can I use Ant to do it?
If possible please guide me.
What I am thinking is to change the words with (sed)
and use Ant to run that (sed). But