[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%"
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
> -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
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
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";>