Hi Lukas,
indeed this seems to be an issue with the args4j version we're using. This have been improved with later versions:
https://github.com/kohsuke/args4j/commit/8bf2b9ec70be6016175bf76c4d423c428ade3378
If I remember correctly we can't update to newer versions of the lib as JaCoCo still supports Java 5 runtimes.
We could probably configure the locale in the build to english so we don't step into this issues at least with the build.
Regards,
-marc
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/00fdd674-11bd-463b-b94c-f8d2a200a7eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Here is a simple fix at least for the build:
Regards,
-marc
On 2018-05-07 15:59, Lukas S. wrote:
--