Re: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Gary Feldman
Kedziora, Rebecca wrote: Ah... the " worked! Some places I don't have problems with the spaces in the dir name like when using the move task, but using it in a redirection of the exec task caused me grief. The reason for this is that the move task is handled internally by NAnt, but the re

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Stephen Tunney
: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Exec program can't handle dir name with spaces   Ah... the " worked!   Some places I don't have problems with the spaces in the dir name like when using the move task, but using it in a redirection of the exec

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Kedziora, Rebecca
lto:[EMAIL PROTECTED] On Behalf Of Robert SchneiderSent: Thursday, November 03, 2005 10:08 AMTo: nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Exec program can't handle dir name with spaces Try to use quotes. Hope this helps.   "${buildlog.dir}\${source.

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Robert Schneider
2005 4:55 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Exec program can't handle dir name with spaces   A bug or not with nant .85 rc 3? I am executing a program using the exec task as shown below:         <exec program="${tools.bin.path}\changes.cmd&q

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Stephen Tunney
ailto:[EMAIL PROTECTED] On Behalf Of Kedziora, Rebecca Sent: November 3, 2005 10:55 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Exec program can't handle dir name with spaces   A bug or not with nant .85 rc 3? I am executing a program using the exec task as shown below

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Ryan Davis
filename}&quot;" failonerror="false"/>   Thanks, Ryan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kedziora, Rebecca Sent: Thursday, November 03, 2005 10:55 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Exec program can't hand

[Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Kedziora, Rebecca
Title: Exec program can't handle dir name with spaces A bug or not with nant .85 rc 3? I am executing a program using the exec task as shown below:        

7 matches