jruby / jruby-parser

JRuby's parser customized for IDE usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvn package fails with compilation error.

sureshg opened this issue · comments

Cloned the repo and ran mvn clean package. The build process failed with the following compilation error.

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/rewriter/ReWriteVisitor.java:[168,7] error: ReWriteVisitor is not abstract and does not override abstract method visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) in NodeVisitor
[ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/util/NoopVisitor.java:[124,7] error: NoopVisitor is not abstract and does not override abstract method visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) in NodeVisitor
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.634 s
[INFO] Finished at: 2017-04-04T13:37:09-08:00
[INFO] Final Memory: 18M/389M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project jrubyparser: Compilation failure: Compilation failure:
[ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/rewriter/ReWriteVisitor.java:[168,7] error: ReWriteVisitor is not abstract and does not override abstract method visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) in NodeVisitor
[ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/util/NoopVisitor.java:[124,7] error: NoopVisitor is not abstract and does not override abstract method visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) in NodeVisitor
[ERROR] -> [Help 1]