Re: How to pass a file to an Ant build.xml process from command line?

2008-10-31 Thread Sann Maung
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

RE: Can Ant Edit/replace some words in a file

2008-02-20 Thread Sann Maung
; 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

RE: Can Ant Edit/replace some words in a file

2008-02-20 Thread Sann Maung
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

Re: AW: Can Ant Edit/replace some words in a file

2008-02-20 Thread Sann Maung
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 >

Can Ant Edit/replace some words in a file

2008-02-20 Thread Sann Maung
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

Re: Mail failing in build.xml file

2007-06-13 Thread Sann Maung
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 -

Re: FTP for Japanese file names

2007-02-13 Thread Sann Maung
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

FTP for Japanese file names

2007-02-09 Thread Sann Maung
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