-
Notifications
You must be signed in to change notification settings - Fork 117
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
I am getting following errors of "file not found": How can i resolve them? #147
Comments
Update: I have checked the checkstyle-xxx. jar in "lib" directory of sputnik, the file "sun_checks.xml" is present and so tried by extracting the same file to _"sputnik" _main directory but still received the following checkstyle execution output log . PMD is not reporting "file not found" error but it is not reporting any violations, And giving out following
By the way I've tested a new Java Code@ http://pastebin.com/20ugCmdh It would be great help if someone points me to these files:
|
I think you execute sputnik from wrong directory as it cannot access some jars. What is your working directory and your command line to run Sputnik? |
I've extracted sputnik-1.7.0.zip and renamed the extracted directory as sputnik under /root |
First thing is that never use root to execute programs. That's unsafe. What's your gerrit.properties file? |
INFO p.t.s.e.v.SummaryMessageVisitor - Adding problem message to review: There is a problem with Checkstyle: CheckstyleException: Unable to find: sun_checks.xml
INFO p.t.s.e.v.SummaryMessageVisitor - Adding problem message to review: There is a problem with JSHint: FileNotFoundException: jshint.json (No such file or directory)
INFO p.t.s.e.v.SummaryMessageVisitor - Adding problem message to review: There is a problem with Sonar: FileNotFoundException: sonar-project.properties (No such file or directory)
Here I am attaching the execution log file:
http://pastebin.com/ktZhg6cX
sput-exec-log.txt
By the way this is the file I wanted to test, Java code in file1.java@ http://pastebin.com/aZnP5eYS
@pjagielski @tomekp @rafalnowak @zygm0nt @ingwarsw @hho @alien11689 @damianszczepanik
The text was updated successfully, but these errors were encountered: