drrb / rust-netbeans

NetBeans Rust plugin
GNU General Public License v3.0
52 stars 20 forks source link

Doesn't package on OS X #5

Closed francisl closed 9 years ago

francisl commented 9 years ago

on Master

mvn package failed with

[INFO] --- antlr4-maven-plugin:4.0:antlr4 (default) @ rust-netbeans ---
[INFO] ANTLR 4: Processing source directory /Volumes/HD2/Downloads/rust-netbeans/src/main/antlr4
[INFO] Processing grammar: com/github/drrb/rust/netbeans/parsing/Rust.g4
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
...
[ERROR] Failed to execute goal org.antlr:antlr4-maven-plugin:4.0:antlr4 (default) on project rust-netbeans: Execution default of goal org.antlr:antlr4-maven-plugin:4.0:antlr4 failed: Index: 0, Size: 0 -> [Help 1]
drrb commented 9 years ago

Thanks for opening this issue. The old ANTLR-based parser has now been removed, so the project should now compile.