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,
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
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,
>
/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
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
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
---