Skip to content

mvn package fails with compilation error. #44

@sureshg

Description

@sureshg

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions