Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pb when executing instructions in the README to launch the tool #17

Open
eldy opened this issue Jan 11, 2022 · 0 comments
Open

Pb when executing instructions in the README to launch the tool #17

eldy opened this issue Jan 11, 2022 · 0 comments

Comments

@eldy
Copy link

eldy commented Jan 11, 2022

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 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 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant