views:

108

answers:

0

Hi

I'm trying to get NCover to work with our hudson server. The .NET jobs are run on a windows slave while the master is a linux box. After a job finishs successfully (also generating ncover+nunit reports), the NCover.Plugin tries to copy the report files from the ncover output directory to the job's directory. Here is the error message:

ERROR: Directory 'd:\hudson\workspace\myproj\coveragedir' exists but failed copying to '/home/hudson/.hudson/jobs/myproj/ncover'.
ERROR: This is especially strange since your build otherwise succeeded.
Finished: FAILURE

This fails as /home/hudson... is on the master's file system (which is a linux machine). Doesn't the plugin work on master/slave systems?

Cheers

bja