hi,
it seems that the new method in the interface TestReporter ain't called by the
framework. is this supposed to be the case?
and i get an error on my linux box in the in the HtmlCodeWriter class on line
38. it is because of the system dependent file separator you used. why don't
you use the File.separatorChar variable. works os-independently.
File srcFile = new File(srcDir.getPath(),className.replace('.',
File.separatorChar) + ".java");
mihael knezevic
|