ccount. So, I had to login as the build
user, run psexec, accept the licese, then restart the ccnet service (to pick up
the path change). After I did that all was well.
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Wednesday, November 17, 2010 1:11 PM
To: nant-users@lists.sourceforge.net
Our build server crashed so I had to build a new one. It was Windows 2003 not
on Windows 2008R2 64-bit. Our build script seems to have an issue... one of the
build tools that is run with an exec task doesn't exit when run via nant.
However, if I run it at the command line it exits fine.
If I en
Subject: [NAnt-users] Exec task streaming standard out
Hi All,
The default behavior of the Exec task seems to be to stream standard error to
the console, but to butter standard out and only dump the buffer to the console
(or log file for that matter) when the exec'd task comp
: Jeff Richter; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Exec task streaming standard out
Hey Jeff,
We're actually not using log4net for our regular build output.
Also, we do not treat stderr any different from stdout (except for the
logging level).
Do you h
PROTECTED] On Behalf Of Jeff Richter
Sent: maandag 18 februari 2008 19:59
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Exec task streaming standard out
Hi All,
The default behavior of the Exec task seems to be to stream standard error
to the console, but to butter standard ou
Hi All,
The default behavior of the Exec task seems to be to stream standard
error to the console, but to butter standard out and only dump the
buffer to the console (or log file for that matter) when the exec'd task
completes.
Can anyone tell me if there is also a way to also stream the st
Rebecca Kedziora wrote:
How do you see what is happening when you execute something using the
exec task? I am running something but I can't see anything happening
though it is working. Do I have to pipe it to a file?
NAnt will include any output to stdout in its output. However, it may
be
Set the verbose attribute to true
Ex.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rebecca
Kedziora
Sent: Wednesday, May 10, 2006 10:56 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Exec task
Hi,
How do you see what is happening
Hi,
How do you see what is happening when you execute something using the
exec task? I am running something but I can't see anything happening
though it is working. Do I have to pipe it to a file?
Thanks,
Rebecca
---
Using Tomcat but need
Sorry sent that before I was finished...
Set the verbose attribute to true
-Original Message-
From: Paul Rempel
Sent: Monday, May 15, 2006 10:05 AM
To: 'Rebecca Kedziora'; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Exec task
Set the verbose attribute t
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
---
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? In particular I would like the output
to devenv to be included in the NAnt log. What we have been doing is
writing it to a s
I just upgraded to the latest nightly, after using one from back at the
beginning of July, and discovered that the logging behavior of has
changed.
It used to print out the program file that was being executed, but doesn't
do that any more. The comment in the log for ExecTask.cs says that this
r
Hello everyone, we're jumping on the Nant train and I had a question:
1. Are return codes handled properly by the exec task? I've had to embed a
work around where I write the error code to a file, then test from within
the
build file.
We've got a whole bunch of pre-existing build systems, makes,
, 2003 9:58 PM
Subject: [Nant-users] Exec task with vsvars32.bat
I am pulling my hair out over this one. I have stepped through the code
and I cannot see anything that would cause this to fail, but for some
reason it does not work. I am able to run the batch file from Start->Run
just fin
I am pulling my hair out over this one. I have stepped through the code
and I cannot see anything that would cause this to fail, but for some
reason it does not work. I am able to run the batch file from Start->Run
just fine. I have also tried many variations, without trailing "\" on
the path and w
What does the verbose output look like? What version of NAnt are you using?
Is perl in your path?
What does your build file look like?
- Original Message -
From: "Nicholas Robinson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 31, 2003 4:23 A
Hi,
I did a search but didnt find anything so I hope I am not duplication someone elses
recent
question...
I wish to run Perl from within a NANT script, but the problem is when I use the EXEC
task, I get
"The system cannot find the specified file" error. However, putting in the full path
fails
23 matches
Mail list logo