RE: String replace.

2007-08-23 Thread Chon, Ae H
Try, this...CDATA will look for that literal string and will not read it as special chars. Ae Hwa Chon [EMAIL PROTECTED] (W) 703-824-5863 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Goktepe Sent: Wednesday, Augu

Using 'exec' task with special characters in argument line.

2006-12-05 Thread Chon, Ae H
Need help! I'm having problems getting trying to run a command in windows using ant "exec" task: In windows, I would would the following command: cleartool find . -version "created_since(yesterday)&&!(created_since(now))" -print I tried to simulate this using 'exec' task...but it doesn't take

RE: Problems using 'mail' task, not able to attach html file

2006-01-06 Thread Chon, Ae H
.home}/lib or ${user.home}/.ant/lib. Regards Ivan [1]http://ant.apache.org/manual/install.html#librarydependencies --- "Chon, Ae H" <[EMAIL PROTECTED]> wrote: > I removed the charset attribute and getting the > following message. > > [mail] Failed to initialise MI

RE: Problems using 'mail' task, not able to attach html file

2006-01-03 Thread Chon, Ae H
List Subject: Re: Problems using 'mail' task, not able to attach html file Hello, Can you try without charset attribute? Regards Ivan --- "Chon, Ae H" <[EMAIL PROTECTED]> wrote: > All, > > > > I have the following ant mail task configured. But &

Problems using 'mail' task, not able to attach html file

2006-01-03 Thread Chon, Ae H
All, I have the following ant mail task configured. But it is unable to attach the 'build.html' file as part of the email but rather expand file as part of the email message. Build failed due to errors!

Failed to initialise MIME mail

2005-12-16 Thread Chon, Ae H
All, Following is the mail task setting...and I'm getting a "Failed to initialize MIME mail" error message. Don't really know what's going on. Build failed due to errors! View attached log file for details. (Also look for a separate ema

RE: Using Ant's Entity task : issues with directory with spaces.

2004-02-26 Thread Chon, Ae H
I'm using ANT 1.5.4 -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 11:23 AM To: Ant Users List Subject: Re: Using Ant's Entity task : issues with directory with spaces. --- "Chon, Ae H" <[EMAIL PROTECTED]> wr