holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
193 stars 54 forks source link

Can't Find files "GerritDownloader.jar" & "GerritStats.jar" #30

Closed maheshpawar149 closed 7 years ago

maheshpawar149 commented 7 years ago

Hi, while running these scripts it tries to find JAR files but they are missing.

  1. ./gerrit_stats.sh Error: Unable to access jarfile GerritStats/build/libs/GerritStats.jar

  2. ./gerrit_downloader.sh Error: Unable to access jarfile /opt/gerrit_workspace/Gerrit_Plugins/byHolmari/gerritstats/GerritDownloader/build/libs/GerritDownloader.jar

In both paths, the build files are missing.

can you help me out Thanks

holmari commented 7 years ago

Have you built the jars? ./gradlew assemble