-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot analyze maven project? #21
Comments
could you please report your version of java/javac? |
When I run infer with mvn package I get the same error I reported here |
I get the same error in the mvn project ec2-54-67-1-102:biz monkey$ infer -- mvn install
TODO: print error message
There was nothing to analyze, exiting and java info java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode) |
@martinoluca This is my java and javac version: java -version javac -version |
@monkeytest15 is the |
Closing as a probable duplicate of #30. A workaround for now is to install java and javac at version 1.7. |
I have a maven project with multiple modules, like the following structure:
MyProject
|- MyModule1
|- MyModule2
|- pom.xml
I ran "infer -- mvn package", but it just printing
The text was updated successfully, but these errors were encountered: