You can use your tbuild.xml with -f
$ ant -f tbuild.xml
For parameter you can write inside your build file
eg.
...="${yourFile}" ...
$ ant -f tbuild.xml -DyourFile=someFile.java
rgds,
--- On Sat, 11/1/08, Ben Stover <[EMAIL PROTECTED]> wrote:
> From: Ben Stover <[EMAIL PROTECTED]>
> Subj
; 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]
> > Gese
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
> > Betreff: Can Ant Edit/r
Hi,
Danke.
Thanks a lot for your prompt reply. It works.
rgds,
--- [EMAIL PROTECTED] wrote:
>
>
>
>
> Jan
>
> > -Ursprüngliche Nachricht-
> > Von: Sann Maung [mailto:[EMAIL PROTECTED]
> > Gesendet: Mittwoch, 20. Februar 2008 14:30
>
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
Hi,
I just read this message. If you already have the
solution, sorry.
I think you need the (activation.jar) as well.
rgds,
--- David Weintraub <[EMAIL PROTECTED]> wrote:
> I just tried that. I downloaded mail-1.4.jar from
> Sun, put it in
> ~ant/lib, created a symbolic link from mail.jar -
Hi,
Kanji characters are not included in build.xml.
Only there are some file names with kanji characters
are included in some directory.
rgds,
Sann Maung
--- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote:
> Hello Sann,
>
>
> On Feb 9, 2007, at 10:54 PM, Sann Maung wro
I am using FTP task to transfer the files using ant.
Under normal circumstances, it is working fine.
However, if the filenames are in Japanese characters,
(eg. Kanji) then it becomes an error and the file
transfer cannot continue.
I thought that kanji needs UTF-16, so I tried t