Simple Maven example fails with unusual error
Mark Raynsford
org.openjdk at io7m.com
Mon Jul 23 10:03:08 UTC 2018
On 2018-07-23T10:49:29 +0100
Paul Ray Russell <paulrussell70 at gmail.com> wrote:
> Mark,
>
> I do find the following:
> https://github.com/eclipse/jetty.project/issues/2397 - and I notice in your
> POM you're using an annotation processor path.
Removed that. Same error, unfortunately.
I feel like we may be looking at two separate issues here. One appears
to be that the non-platform-specific artifacts are named such that the
JVM attempts to derive an automatic module name from them and can't due
to the structure of the version number. The other issue appears to be
some sort of compiler bug.
There's a new release of the compiler plugin due out soon that I hope
might fix the latter, but I think the former is going to require a
version number format change - it's not possible to get around the fact
that Maven is going to name the jar files a certain way on disk, and
that the JVM doesn't like what it names them.
--
Mark Raynsford | http://www.io7m.com
More information about the openjfx-dev
mailing list