Re: RE: Escape " in ANT script and Use CVS task

2005-02-19 Thread hrd
Thank you for your interest in BitWise, we have received your email and will process it shortly. We will get in touch with you as needed. *** This is auto responder, please do not reply to this message. *** - To unsubscribe, e-m

RE: Escape " in ANT script and Use CVS task

2005-02-19 Thread Vadim Kazakov
Try " -Original Message- From: Michael Wang (IT) [mailto:[EMAIL PROTECTED] Sent: February 18, 2005 1:12 PM To: Ant Users List Subject: Escape " in ANT script and Use CVS task Hi, I wanna use task to add and commit some files. What's the correct format to do it? So

Re: Escape " in ANT script and Use CVS task

2005-02-18 Thread David A. Bartmess
Oops, you're right... was reverting to my Perl scripting days... THanks for the correction! On Friday 18 February 2005 03:34 pm, Dominique Devienne wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > > Behalf > > > The "command" attribute is a text str

RE: Escape " in ANT script and Use CVS task

2005-02-18 Thread Dominique Devienne
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > > The "command" attribute is a text string passed directly to cvs, so use > whatever command you normally would use. And for the comment, you can use > any variable set prior to the call. For example, to a

Re: Escape " in ANT script and Use CVS task

2005-02-18 Thread David A Bartmess
The "command" attribute is a text string passed directly to cvs, so use whatever command you normally would use. And for the comment, you can use any variable set prior to the call. For example, to add a file with a given comment (either in a build.properties, a prior target, or the command line),

Escape " in ANT script and Use CVS task

2005-02-18 Thread Michael Wang \(IT\)
Hi, I wanna use task to add and commit some files. What's the correct format to do it? So far, for commit, here is a sample ant is there a way to put message or lable there when commit? I still don't figure out how to add a new file