NAnt + NCover
NAnt + NCover
Hi all,
How can I pass the "workingFolder" as a NAnt property to NCover? I tried everything but nothig seems to work.
I tried stuff like:
...
arg value="//w & quot;${ncover_work_dir}& quot;" ( I put a space between & and quot, you wouldn't see anything otherwise )
...
but I got an error... even NCover NAnt task does not work... any suggestion?
RE: NAnt + NCover
czerny,
what errror did you get?