adamtornhill / code-maat

A command line tool to mine and analyze data from version-control systems

Home Page:http://www.adamtornhill.com/code/codemaat.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumberFormatException when trying to run Maat

hussein opened this issue · comments

Hi,

Thanks a lot for creating this awesome project. I'm trying it for our projects:

git log --all -M -C --numstat --date=short --pretty=format:'--%h--%ad--%an' --no-renames > log.log

java -jar target/code-maat-0.9.2-SNAPSHOT-standalone.jar -l log.log -c git -s summary

WARNING: update already refers to: #'clojure.core/update in namespace: incanter.core, being replaced by: #'incanter.core/update
The following errors occurred while parsing your command:
Error while parsing option "-s summary": java.lang.NumberFormatException: For input string: "summary"

Am I doing something wrong?

Btw, your presentation in EuroClojure was the best!

Thanks a lot.

@hussein Thanks for your kind words! I hope you'll find the tool useful.

You're close: just replace -s summary with -a summaryand it will work; All analyses are invoked with the -a switch.