Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.5
-
Labels:None
-
Number of attachments :
Description
java.io.FileNotFoundException: /home/tplbuild/cruisecontrol/checkout/tr3/java/retriever/target/docs/jcoverage/au/com/tradingroom/retriever/capitaladjustment/package-frame.html (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
I believe this occurs because the capitaladjustment package has its source in target/jaxb (generated code).
Possibly the best (only?) solution in the plugin is to use the compile.src.set path instead of the source directory, if jcoverage supports it.
OK, I'll fix this. JCoverage report tag doesn't support multiple source directory, so, I'll copy all dirs in one and use it for report.