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

Fatal error compiling: CompilerException: NullPointerException #645

Open
piegamesde opened this issue Sep 27, 2019 · 1 comment
Open

Fatal error compiling: CompilerException: NullPointerException #645

piegamesde opened this issue Sep 27, 2019 · 1 comment

Comments

@piegamesde
Copy link

Operating system: Arch linux
Java version: openjdk 12.0.2
Maven version: 3.6.2

~/Downloads/Elegit(master) » mvn clean compile jfx:build-jar assembly:single


[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for elegit:Elegit:jar:1.1.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 41, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
Downloading from central: https://repo.maven.apache.org/maven2/com/zenjava/javafx-maven-plugin/8.5.0/javafx-maven-plugin-8.5.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/zenjava/javafx-maven-plugin/8.5.0/javafx-maven-plugin-8.5.0.pom (15 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/zenjava/javafx-maven-plugin/8.5.0/javafx-maven-plugin-8.5.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/zenjava/javafx-maven-plugin/8.5.0/javafx-maven-plugin-8.5.0.jar (84 kB at 428 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.pom (16 kB at 304 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.jar (241 kB at 988 kB/s)
[INFO] 
[INFO] ---------------------------< elegit:Elegit >----------------------------
[INFO] Building Elegit 1.1.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Elegit ---
[INFO] Deleting ~/Downloads/Elegit/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Elegit ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 32 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ Elegit ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 108 source files to ~/Downloads/Elegit/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.607 s
[INFO] Finished at: 2019-09-27T13:28:29+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Elegit: Fatal error compiling: CompilerException: NullPointerException -> [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
@dmusican
Copy link
Owner

dmusican commented Oct 3, 2019

Thanks. This is almost certainly related to issue #637.

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

No branches or pull requests

2 participants