show/hide this revision's text 2 deleted 1 characters in body

You need to specify the full path to the assembly argument I think...

   <exec program="${output.dir}SpecUnit.Report.exe" verbose="true">
      <arg value="${output.dir}\${acceptance.tests.assembly}value="${output.dir}${acceptance.tests.assembly}" />
    </exec>
show/hide this revision's text 1

You need to specify the full path to the assembly argument I think...

   <exec program="${output.dir}SpecUnit.Report.exe" verbose="true">
      <arg value="${output.dir}\${acceptance.tests.assembly}" />
    </exec>