[
https://issues.apache.org/jira/browse/MCOMPILER-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte closed MCOMPILER-318.
------------------------------------
Resolution: Not A Problem
Assignee: Robert Scholte
Cool, now we have the same error: {{java.lang.NoSuchFieldError: pid}}
This is not a Maven issue, but a Lombok issue. I know Lombok has some Java9
issues, don't know if this is one of them. You should contact that project for
further help.
Anyhow, this is not a maven-compiler-plugin, so closing it as "not our problem"
> Groovy files not been compiled when used with java9 spring boot
> ---------------------------------------------------------------
>
> Key: MCOMPILER-318
> URL: https://issues.apache.org/jira/browse/MCOMPILER-318
> Project: Maven Compiler Plugin
> Issue Type: Bug
> Affects Versions: 3.6.2, 3.7.0
> Reporter: Yugant H Shah
> Assignee: Robert Scholte
> Priority: Critical
> Attachments: JigsawTest-cleanup.zip, JigsawTest.zip, a.txt
>
>
> Compiling java9+ groovy + maven code base does not compile groovy files.
> Attached is the sample project
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile
> (default-compile) on project api: Compilation failure: Compilation failure:
> [ERROR] lombok/dummy/ForceNewRound0.java:[1,1] file should be on source path,
> or on patch path for module
> [ERROR]
> /Users/yushah/home/git/JigsawTest/com.allstate.jigsaw.api/src/main/java/com/allstate/jigsaw/ServiceA.java:[24,32]
> cannot find symbol
> [ERROR] symbol: class GroovyService
> [ERROR] location: package com.allstate.jigsaw
> [ERROR] -> [Help 1]
> [ERROR]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)