Re: error reading vanilla-javac-impl.jar; cannot read zip file

2018-01-05 Thread cowwoc
I could have sworn I replied to this email but it looks like it never got sent. By default, "core.autocrlf" is "true" under Windows. Seeing as .gitattributes is missing:     *.jar    binary This means that if any JAR file happens to contain a newline character, the file will be corrupt. The

Re: error reading vanilla-javac-impl.jar; cannot read zip file

2018-01-05 Thread John Muczynski
Hi Cowwoc, You might try Ant version 1.9.9 I say this because of the earlier email from Danny: Hi all, Thanks for the hints. I managed to get the build running by uninstalling the ant version shipped with FC27. (1.10.1) and then use the downloaded ant version 1.9.9. Removing ant 1.10.1 by FC27