For what it's worth, here is the trivial NAnt script:
<?xml version="1.0"?>
<project name="hdtcc" default="run-QATest" >
<description>
This is created on the fly to carry variables to the CC.NET test box
for use by QATest.build
</description>
<property name="nant.output" value="C:\Temp\QATest.build.out" />
<delete file="${nant.output}" failonerror="false" />
<target name="run-QATest" >
<exec program="nant"
commandline="-buildfile:QATest.build
-D:msi=\\ctrl1\NAntNightly\562\hdt\BOM\Internal\setup.msi
-D:rebootafter=true
-D:gui=false run "
failonerror="false"
resultproperty="nant.rc"
output="${nant.output}" />
<echo message="QATest.build return code=${nant.rc}. Console output in
'${nant.output}'." />
</target>
</project>
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users