You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
eldy
changed the title
Pb when executing the README to launch tge project
Pb when executing the README to launch the tool
Jan 11, 2022
eldy
changed the title
Pb when executing the README to launch the tool
Pb when executing instructions in the README to launch the tool
Jan 11, 2022
LinusOstlund
added a commit
to LinusOstlund/Truck-Factor
that referenced
this issue
Dec 14, 2022
As the `README.md` was changed in [this PR](aserg-ufmg#16), the `awk -F$'\t' -f $currentpath/log.awk log.log > commitfileinfo.log`-line has to be modified too. This fixes issue aserg-ufmg#17 , and now the example will work out of the box.
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:
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
The text was updated successfully, but these errors were encountered: