-
Notifications
You must be signed in to change notification settings - Fork 204
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
OClint error code 245 #94
Comments
Has anyone encountered such issue? |
Hi quantumarun - I've been seeing this too but have no leads yet on why oclint-json-compilation-database returns a 245. |
Hi, include FileSearch.java, ObjectiveCStartup.java inside /src/main/java/org/sonar/plugins/objectivec/ |
Hi Sarang, |
Updated..sorry ;) |
Thanks let me try with these steps. |
no brother..it is visible in git repo, after cloning |
I am not using git, i have directly downloaded the jar file from http://bit.ly/18A7OkE. How to use above files then. |
create a new account first..then try...no other solution to get i think. |
I don't see the the files at below Git repo: Also at below repo: |
https://github.com/octo-technology/sonar-objective-c.git goto this link...clone the project.open in any java IDE,copy above files to the directory specified..and mavan install.you wil get a jar file on Target folder inside project dir.copy and paste jar file to sonar plugin directory. |
Hi, ....
|
What error you are getting ??? file not found or something else ??? |
error code 245. |
Do check your Quality profile tab in sonarqube main window..and make sure that under Objective-C Profiles there is OCLint.otherwise add it, and your database connectivity. |
same error code, |
Hi,
I am getting error while running the analysis on one of our project using ./run-sonar.sh. The analysis is crashing at OCLint and exiting with error code 245. I had checked on OCLint and there seems to be no such error code for failure.
Does OCLint have limit to the number of issues after which it stops the execution.
Also this does not create any reports in Sonar Qube. For few of the projects report is getting generated in Sonar Qube.
Running OCLint...
Path included in oclint analysis is: --include .*/abc/Test
ERROR - Command 'oclint-json-compilation-database --include ../abc/Test -- -max-priority-1 100000 -max-priority-2 100000 -max-priority-3 100000 -report-type pmd -o sonar-reports/oclint.xml' failed with error code: 245
Please help me in resolving this.
The text was updated successfully, but these errors were encountered: