Re: Execution of windows command in ant's build.xml

2007-07-18 Thread Dominique Devienne
On 7/18/07, Alec Fernandez <[EMAIL PROTECTED]> wrote: Excellent clarifications gentleman, many thanks. You got me curious so I dug up a working example of quoting that I use. Try as I may, I can't seem to escape from the msdos command line processor. Bill's enduring gift to humanity. At le

RE: Execution of windows command in ant's build.xml

2007-07-18 Thread Alec Fernandez
--Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 12:06 PM To: Ant Users List Subject: Re: Execution of windows command in ant's build.xml On 7/18/07, Jack J. Woehr <[EMAIL PROTECTED]>

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread Peter Reilly
On 7/18/07, Jack J. Woehr <[EMAIL PROTECTED]> wrote: On Jul 18, 2007, at 9:55 AM, Peter Reilly wrote: > > Remember that a lot of directories have spaces in windows > and this, combined with the multiple layers of quoting and > interpretation > (ant, Java, cmd and the other commands) > mean that

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread Jack J. Woehr
On Jul 18, 2007, at 9:55 AM, Peter Reilly wrote: Remember that a lot of directories have spaces in windows and this, combined with the multiple layers of quoting and interpretation (ant, Java, cmd and the other commands) mean that things may not work as expected. Entreprerneurial opportunity

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread Peter Reilly
last quote character on the command line, preserving any text after the last quote character. -Original Message- From: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:07 AM To: user@ant.apache.org Subject: Execution of windows command in ant's bu

RE: Execution of windows command in ant's build.xml

2007-07-18 Thread Alec Fernandez
er and remove the last quote character on the command line, preserving any text after the last quote character. -Original Message- From: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:07 AM To: user@ant.apache.org Subject: Execution of wind

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread cuillandre frederic
check out this http://ant.apache.org/manual/CoreTasks/exec.html > Hi All, > > Need to execute windows 'cls' command in the Ant's build.xml file. > > Can somebody please help. > > Regards > Irfan. > > Frederic Cuillandre + 33 176616524 + 33 661948720 [EMAIL PROTECTED] www.airweb.fr

Execution of windows command in ant's build.xml

2007-07-18 Thread Sayed, Irfan (Irfan)
Hi All, Need to execute windows 'cls' command in the Ant's build.xml file. Can somebody please help. Regards Irfan.