Uh oh!
There was an error while loading. Please reload this page.
Allow faking of zip entry modification times. - #36
Conversation
Adds DateUtils.parseLenientDateTime.
bodewig
commented
Sep 3, 2017
Many thanks @GKFX I think we don't want to make Tests would be nice ;-) |
GKFX
commented
Sep 5, 2017
Will do, hopefully in a few days. |
Also add test
GKFX
commented
Sep 25, 2017
@bodewig I've done that, but and I'm not quite sure how to fix that. Is the test I've written wrong? |
janmaterne
commented
Sep 25, 2017
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. |
bodewig
commented
Sep 26, 2017
@GKFX really do as the error message says and run |
GKFX
commented
Sep 26, 2017
Thank you, that all worked great. Hopefully that's ready to merge. |
bodewig
commented
Sep 28, 2017
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 |
GKFX
commented
Sep 28, 2017
@bodewig Great, I'll have a shot at the parseLenient tests. |
Adds DateUtils.parseLenientDateTime. Discussed in mailing list thread "Reproducible JARs".