Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If there are no PMD errors, no XML report is generated and it fails during the report HTML generation.
I guess nobody noticed this because everyone had errors ... ![]()
-Vincent
just recognized that I have it for a (trivial) sub-project here.
As a first workaround,
echo '<?xml version="1.0"?><pmd/>' > target/pmd-raw-report.xml
(linux/bash commandline)
before building the pmd report works.