-
Notifications
You must be signed in to change notification settings - Fork 222
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
Code maat is not parsing date in TFS log #54
Comments
This was my patch, I'll take a look at it! |
I am having difficulty reproducing this issue: Is there any other information you have? Perhaps the previous entry in the TFS log is somehow throwing off the parsing grammar? |
This is the complete log i get in the console. In this link is the jar i am using. https://drive.google.com/file/d/1sJeYRZqaAmz27ZTXzaS9npm6tLdZsHDC/view?usp=sharing I am running the program in windows 7 professional with the locale US Thanks in advance |
Even that JAR is working as expected for me, and I'm wondering what could be causing a problem, it shouldn't be down in the system settings at this point, because the TFS log you shared is in the correct format. I'm wondering if somehow there's a grammar issue that's trickling down? Have you confirmed you get the same behavior if you use the same tfslog.txt that you provided(and not your original CSV file)? |
I used the txt that i uploaded and the problem is the same. Does the program use environment variables or depend on a specific version of OS? |
It shouldn't be affected by anything like that, and even when I toggle my system's formats from en-us to no-no, this is still parsing as expected for me. Are you able to debug this and provide any additional info out of the exception that clj-time is throwing? |
I am trying to execute code maat in TFS but i get the following error:
Invalid argument: Unsupported TFS Date Format: Thursday, December 21, 2017 9:26:46 AM
This is Code Maat, a program used to collect statistics from a VCS.
Version: 1.0-SNAPSHOT
This is the command i am using
java -jar code-maat.jar -l "C:\TFS\Loc\Dev\Satrack.Loc.Core\Domain\tfslog.csv" -c tfs -a revisions
And this is the tfs log i am using.
tfslog.txt
I checked and the date is in the locale that you recommend.
Thanks!
The text was updated successfully, but these errors were encountered: