Report not populated with repository information #2077
-
Hi all, so sorry if this is not the place to troubleshoot, but I am rather new to this and I am currently encountering some issues with getting the app to run. Currently, when I execute the This was the error message that I encountered when the app first runs: The logs generated are as follows (truncated to the exceptions for brevity, full log will be attached in this thread):
EDIT: My Java, Node.js and Git versions are:
I'm not sure how I could solve this issue and I hope that you guys would be able to help me resolve it! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The default report shows commits made in the past month from repository locations specified in
|
Beta Was this translation helpful? Give feedback.
The default report shows commits made in the past month from repository locations specified in
config/repo-config.csv
(some of which are invalid for tests). You could try something better specified like:./gradlew run -Dargs="--repos https://github.com/reposense/RepoSense.git --output ./report_folder --since 31/1/2017 --formats java adoc xml --view --ignore-standalone-config --last-modified-date --timezone UTC+08 --find-previous-authors"