Re: [NAnt-users] Exec task not releasing exe

2010-11-23 Thread Bob Archer
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

[NAnt-users] Exec task not releasing exe

2010-11-17 Thread Bob Archer
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

Re: [NAnt-users] Exec task streaming standard out

2008-02-18 Thread Martin Gainty
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

Re: [NAnt-users] Exec task streaming standard out

2008-02-18 Thread Jeff Richter
: 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

Re: [NAnt-users] Exec task streaming standard out

2008-02-18 Thread Gert Driesen
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

[NAnt-users] Exec task streaming standard out

2008-02-18 Thread Jeff Richter
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

Re: [NAnt-users] Exec task

2006-05-16 Thread Gary Feldman
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

RE: [NAnt-users] Exec task

2006-05-16 Thread Paul Rempel
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

[NAnt-users] Exec task

2006-05-16 Thread Rebecca Kedziora
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

RE: [NAnt-users] Exec task

2006-05-15 Thread Paul Rempel
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

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

[Nant-users] EXEC Task Output

2005-07-19 Thread Bill Bither
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

[Nant-users] exec task no longer identifies the file being executed

2004-08-26 Thread Gary Feldman
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

[Nant-users] Exec task and return codes

2004-03-15 Thread Horsfield, Peter A
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,

Re: [Nant-users] Exec task with vsvars32.bat

2003-10-13 Thread Gert Driesen
, 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

[Nant-users] Exec task with vsvars32.bat

2003-10-13 Thread Scott Ford
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

Re: [Nant-users] EXEC task and full-paths

2003-03-31 Thread Scott Hernandez
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

[Nant-users] EXEC task and full-paths

2003-03-31 Thread Nicholas Robinson
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