Also got a similar one when trying an ant clean like the following: Process 'platform/libs.asm' location with 'clean' target platform/libs.asm.init-tasks: platform/libs.asm.default.init: Updating property file: C:\git\nb.netbeans\netbeans\nbbuild\netbeans\moduleCluster.properties platform/libs.asm.common-init: platform/libs.asm.basic-init: platform/libs.asm.projectized-common.-release.files: Creating C:\git\nb.netbeans\netbeans\platform\libs.asm\external\asm-all-5.0.1.jar Downloading: http://central.maven.org/maven2/org/ow2/asm/asm-all/5.0.1/asm-all-5.0.1.jar C:\git\nb.netbeans\netbeans\nbbuild\build.xml:1138: The following error occurred while executing this line: C:\git\nb.netbeans\netbeans\nbbuild\templates\projectized.xml:241: Download of 2F7553F50B0D14ED811B849C282DA8C1FFC32AAE-asm-all-5.0.1.jar produced content with hash DA39A3EE5E6B4B0D3255BFEF95601890AFD80709 when 2F7553F50B0D14ED811B849C282DA8C1FFC32AAE was expected BUILD FAILED (total time: 1 second)
Eric Bresie [email protected] On Thu, Apr 22, 2021 at 3:16 PM Eric Bresie <[email protected]> wrote: > For some reason I've started getting build issues while trying to do an > ant build on my local workspace (may be a small bit behind master) like the > following: > > ant -f C:\\git\\nb.netbeans\\netbeans\\nbbuild -Dpermit.jdk9.builds=true\" > all > bootstrap: > Bootstrapping NetBeans-specific Ant extensions... > init-tasks: > prepare-vanilla-javac: > init-module-list: > unable to find revision info for > C:\git\nb.netbeans\netbeans\.git\1e6dcbb7404c4eae5249f1559452358efd460508 > set-buildnumber: > init: > Loading module list from > C:\Users\someplace\AppData\Local\Temp\nb-scan-cache-d87b531b-full.ser > Cannot find build prerequisite org.netbeans.modules.hibernate of > C:\git\nb.netbeans\netbeans\hibernateweb > download-selected-extbins: > Downloading external binaries (*/external/ directories) for > cluster.config=basic... > Creating > C:\git\nb.netbeans\netbeans\ide\c.google.guava\external\guava-15.0.jar > Downloading: > http://central.maven.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar > C:\git\nb.netbeans.ebresie\netbeans\nbbuild\build.xml:125: Download of > ED727A8D9F247E2050281CB083F1C77B09DCB5CD-guava-15.0.jar produced content > with hash DA39A3EE5E6B4B0D3255BFEF95601890AFD80709 when > ED727A8D9F247E2050281CB083F1C77B09DCB5CD was expected > BUILD FAILED (total time: 1 second) > > Is this some sort of indication of something compromised in someway on the > download site? > > > Eric Bresie > [email protected] >
