eis / wildfly-swarm-example

Wildfly Swarm example app. NOTE: Wildfly Swarm product has been discontinued.
0 stars 0 forks source link

Compiling fails on jdk9 #1

Open eis opened 6 years ago

eis commented 6 years ago

ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project wildfly-swarm-example: Fatal error compiling: java.lang.NoClassDefFoundError: com/sun/tools/javac/file/BaseFileObject: com.sun.tools.javac.file.BaseFileObject -> [Help 1]

See https://github.com/rzwitserloot/lombok/issues/985 for more information

eis commented 6 years ago

See java9 branch for attempts to fix this. Doesn't seem to be successful at this point.