I'm trying to use javaparser plugin of JQAssistant using command line. I have done the following:
- Copied "jqassistant.plugin.javaparser-1.8.0.jar" to "plugin" folder.
- I also noticed plugin has runtime dependency to "com.github.javaparser:javaparser-core:3.6.25". So I copied "javaparser-core-3.6.25.jar" to plugin folder too.
But when I try to scan a Java file I get the following error: "ANTLR Tool version 4.9.2 used for code generation does not match the current runtime version 4.7.2"
The ANTLR version bundled with JQAssistant is 4.9.2 but plugin is expecting older version 4.7.2. Has anyone been able to use javaparser plugin?