-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Jenkins 2.280
Xcode-Plugin 2.0.14
Xcode 12.4, Build version 12D4e
macOS 10.15.7 Catalina
java openjdk version "11.0.9" 2020-10-20
-
-
2.0.17-565.v1c48051d46ef
When I execute unit test in Xcode job, the test runs correctly, but the report generator fails to create the xml:
Test Case '-[FooTests testBundle]' passed (0.001 seconds). Test Suite 'FooTests' passed at 2021-02-22 11:07:56.161.FATAL: Implementation of JAXB-API has not been found on module path or classpath.
- is duplicated by
-
JENKINS-62038 xcode-integration plugin not compatible with jdk11, complains about jaxb missing
-
- Closed
-
- links to
[JENKINS-64917] Xcode Plugin fails to generate unit test report on macOS Catalina: JAXB-API issue
Description |
Original:
When I execute unit test in Xcode job, the test runs correctly, but the report generator fails to create the xml:
{{Test Case '-[FooTests testBundle]' passed (0.001 seconds). Test Suite '}}{{Foo}}{{Tests' passed at 2021-02-22 11:07:56.161.FATAL: Implementation of JAXB-API has not been found on module path or classpath. }} |
New:
When I execute unit test in Xcode job, the test runs correctly, but the report generator fails to create the xml:
{code} Test Case '-[FooTests testBundle]' passed (0.001 seconds). Test Suite 'FooTests' passed at 2021-02-22 11:07:56.161.FATAL: Implementation of JAXB-API has not been found on module path or classpath. {code} |
Link |
New:
This issue is duplicated by |
Assignee | New: Kazuhide Takahashi [ kazuhidet ] |
Maybe the Xcode PlugIn just need to add the JAXB PlugIn dependancy, like described here: https://plugins.jenkins.io/jaxb/