aserg-ufmg / Truck-Factor

A tool that estimates the Truck Factor of GitHub projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pb when executing instructions in the README to launch the tool

eldy opened this issue · comments

The readme to explain is wrong compared to the path where files are stored. This is the change i have to do to have the tool working:

I did not launch the script
./scripts/commit_log_script.sh
like this but like this:

cd scripts
./commit_log_script.sh 

This is to avoid the message log.awk file not found.

Then instead of running
java -jar gittruckfactor-1.0.jar /home/mylogin/git/dolibarr_dev dolibarr/Dolibarr
that returns a log4j error, I did
java -jar target/gittruckfactor-1.0.jar /home/mylogin/git/dolibarr_dev dolibarr/Dolibarr