Re: [Nant-users] EXEC Task Output

2005-07-24 Thread John Hardin
Gary Feldman said: > Bill Bither wrote: > >>Is there an easy way to force the output from an EXEC task to be written >>to the console, so that the NAnt log includes the output from the >>external commandline application? >> > This is the default behavior. Are you seeing something different? Yes,

Re: [Nant-users] EXEC Task Output

2005-07-19 Thread Malcolm Anderson
While we're at it, is there any way to force the output from an EXEC task to the value of a property? I've got a quick little script that checks for the existence of an IIS virtual directory, and if it's found, prints "true" and if not, prints "false". Right now, the only solution that I can find

RE: [Nant-users] EXEC Task Output

2005-07-19 Thread Bill Bither
Brilliant! Thank you. Regards, -Bill > -Original Message- > From: Foster, Richard - PAL [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 19, 2005 3:11 PM > To: Bill Bither; nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] EXEC Task Output > > Bill, >

RE: [Nant-users] EXEC Task Output

2005-07-19 Thread Foster, Richard - PAL
/html/vxgrfCommandLineSwitches.asp) confirms it! Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Bither Sent: Tuesday, July 19, 2005 14:51 To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] EXEC Task Output It appears that d

RE: [Nant-users] EXEC Task Output

2005-07-19 Thread Bill Bither
din [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 19, 2005 2:43 PM > To: nant-users@lists.sourceforge.net > Cc: Bill Bither > Subject: Re: [Nant-users] EXEC Task Output > > > Gary Feldman said: > > Bill Bither wrote: > > > >>Is there an easy way to force

Re: [Nant-users] EXEC Task Output

2005-07-19 Thread Gary Feldman
Bill Bither wrote: Is there an easy way to force the output from an EXEC task to be written to the console, so that the NAnt log includes the output from the external commandline application? This is the default behavior. Are you seeing something different? Gary ---