-
Notifications
You must be signed in to change notification settings - Fork 439
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
Allow faking of zip entry modification times. #36
Conversation
Adds DateUtils.parseLenientDateTime.
Many thanks @GKFX I think we don't want to make Tests would be nice ;-) |
Will do, hopefully in a few days. |
Also add test
@bodewig I've done that, but
and I'm not quite sure how to fix that. Is the test I've written wrong? |
ant-unit-1.3 is in the repo (https://github.com/apache/ant/blob/master/lib/optional/ant-antunit-1.3.jar). If you are building Ant itself I recommend cleaning the environment before (unset ANT_HOME) and bootstrap Ant by itself. |
@GKFX really do as the error message says and run |
Thank you, that all worked great. Hopefully that's ready to merge. |
Looks great, many thanks! I'll merge it to both branches and add We'll need to update the manual (probably of zip, jar, war and ear). Also some additional unit tests for |
@bodewig Great, I'll have a shot at the parseLenient tests. |
Adds DateUtils.parseLenientDateTime. Discussed in mailing list thread "Reproducible JARs".