You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a great tool, and I'd like to use it but lack the Java foo. So far, I tried "mvn compile" and "mvn package", but no sources are build. When I apply the following patch,
[ERROR] Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider org.kohsuke.args4j.apt.AnnotationProcessorImpl could not be instantiated: java.lang.NullPointerException
However, I'd like to check with you before digging any further, I assume I'm just not running the right command or version of Maven or JDK? Thanks!
The text was updated successfully, but these errors were encountered:
This looks like a great tool, and I'd like to use it but lack the Java foo. So far, I tried "mvn compile" and "mvn package", but no sources are build. When I apply the following patch,
The next error is:
However, I'd like to check with you before digging any further, I assume I'm just not running the right command or version of Maven or JDK? Thanks!
The text was updated successfully, but these errors were encountered: