Re: [NAnt-users] Unhandled Exception

2005-12-13 Thread Gary Feldman
[EMAIL PROTECTED] wrote: When executing a nant script from at .bat file, I redirect ALL output to a log file as follows: I can't address the unhandled exception, but it's important to correct an error in understanding: nant -buildfile:.\CPI\BuildCPI.xml -D:CPICodeRoot="%GADOECodeRoot%"

Re: [NAnt-users] Unhandled Exception

2005-12-13 Thread Marc Towersap
While I'm not sure on your real errors (why it fails yet it succeeds), right now you are only re-directing standard out to the log file, but not any errors. You may want to append this command to the end of your command: 2>&1 example: nant -buildfile:.\CPI\BuildCPI.xml -D:CPICodeRoot="%GADOECode

RE: [NAnt-users] Namespaces and Nant

2005-12-13 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Richard Griffiths > Sent: dinsdag 13 december 2005 12:18 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Namespaces and Nant > > > I have the following fragment of xml > > > htt

[NAnt-users] Unhandled Exception

2005-12-13 Thread SBunce
Hello, When executing a nant script from at .bat file, I redirect ALL output to a log file as follows: nant -buildfile:.\CPI\BuildCPI.xml -D:CPICodeRoot="%GADOECodeRoot%"  -D:CurrentVSSLabel=%CurrentVSSLabel% %LogLevel%  %NANTTARGETS%  >> %BuildDetailLog% In this particular build, I get the fol

[NAnt-users] Namespaces and Nant

2005-12-13 Thread Richard Griffiths
I have the following fragment of xml http://www.springframework.net"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.springframework.net http://www.springframework.net/xsd/spring-objects.xsd";>