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

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

2018-01-04 Thread cowwoc
Hi, Every time I try building Netbeans from source (changeset 63897d3264efe68334d6e31bfca71867141db19e) I get the following error: compile:  [nb-javac] Compiling 12 source files to C:\Users\Gili\Documents\incubator-netbeans\java.preprocessorbridge\build\classes    [repeat] error: error readin