Truck-Factor icon indicating copy to clipboard operation
Truck-Factor copied to clipboard

Pb when executing instructions in the README to launch the tool

Open eldy opened this issue 2 years ago • 0 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

eldy avatar Jan 11 '22 17:01 eldy