Richard Griffiths wrote:

...
<exec program="c:\program files\ncover\ncover.console.exe"
workingdir="${Build.Dir.Latest}"
basedir="${Build.Dir.Latest}" verbose="true" >
        <arg line="/q" />
        <arg line="/o ${Build.Dir.Latest}\coverage.xml" />
        <arg line="/c &quot;${xat.name} /t:TextMode &quot;"/>
</exec>           
</target>

I think you have the last &quot; in the wrong place.  Try

  <arg line="/c &quot;${xat.name}&quot; /t:TextMode" />

Gary




------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to