Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 1.0-alpha
-
Fix Version/s: 1.0-beta
-
Labels:None
-
Environment:Hidejava version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
Maven version: 2.0.8
Java version: 1.6.0_03
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"Showjava version "1.6.0_03" Java(TM) SE Runtime Environment (build 1.6.0_03-b05) Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing) Maven version: 2.0.8 Java version: 1.6.0_03 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
-
Testcase included:yes
Description
When I try to generate a site and the project has test failures, maven exits with an error that seems to originate from the surefire report generation.
A sample project and build log are attached.
Requires some investigation on the surfire way to listen testResult and generate the TEST-.xml
The XMLReporter class expect a StackTraceWriter to expose the failure/error throwable. For un unknow reason, Arnaud Bailly hack to replay the remote jsunit TestResult doesn't expose the expected throwable.