Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Error #904

Closed
mzch opened this issue Apr 1, 2019 · 3 comments
Closed

Build Error #904

mzch opened this issue Apr 1, 2019 · 3 comments

Comments

@mzch
Copy link

mzch commented Apr 1, 2019

Hi, can't build by using the latest source. Any idea?

# ./mvnw clean package
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building CommaFeed 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ commafeed ---
[INFO] Deleting /srv/commafeed/target
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.13:revision (default) @ commafeed ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ commafeed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commafeed ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 125 source files to /srv/commafeed/target/classes
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by lombok.javac.apt.Processor to field com.sun.tools.javac.processing.JavacProcessingEnvironment.processorClassLoader
WARNING: Please consider reporting this to the maintainers of lombok.javac.apt.Processor
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.051 s
[INFO] Finished at: 2019-04-01T00:18:19-07:00
[INFO] Final Memory: 35M/120M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project commafeed: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
@mzch
Copy link
Author

mzch commented Apr 1, 2019

Sorry, I used Java 11...

@mzch mzch closed this as completed Apr 1, 2019
@Athou
Copy link
Owner

Athou commented Apr 3, 2019

I'll have a look at java9+ support when I have some time, thanks for the report.

@Athou Athou reopened this Apr 3, 2019
@Athou
Copy link
Owner

Athou commented Apr 22, 2019

CommaFeed should now work with java 9 and up (71ac2bf).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants