I'm getting a build failure and not sure where to look.. I have some ideas
but thought I would ask here.

Building w/ the following ant gives me an error:

bwalker@brads-T460s:~/netbeans$ ant download-selected-extbins
...
download-selected-extbins:
     [echo] Downloading external binaries (*/external/ directories) for
cluster.config=release...
[downloadbinaries] Creating
/home/bwalker/netbeans/extra/libs.javafx.linux/external/javafx-web-13-linux.jar
[downloadbinaries] File
/home/bwalker/netbeans/extra/libs.javafx.linux/external/javafx-web-13-linux.jar
requested by
/home/bwalker/netbeans/extra/libs.javafx.linux/external/binaries-list to
have hash B62DE9D7C7F32656A8E23D674C522BCB838F5165 actually had hash
E9AF793B1F03EBE08981C648B9F35115637AAE0A
[downloadbinaries] Creating
/home/bwalker/netbeans/extra/libs.javafx.macosx/external/javafx-web-13-mac.jar
[downloadbinaries] File
/home/bwalker/netbeans/extra/libs.javafx.macosx/external/javafx-web-13-mac.jar
requested by
/home/bwalker/netbeans/extra/libs.javafx.macosx/external/binaries-list to
have hash 7E9DB22A36E139D9BFF15C36B748693C28B03DDB actually had hash
9848F794157A22E39BB6B65CAF21C80A3D83B11C
[downloadbinaries] Creating
/home/bwalker/netbeans/extra/libs.javafx.win/external/javafx-web-13-win.jar
[downloadbinaries] File
/home/bwalker/netbeans/extra/libs.javafx.win/external/javafx-web-13-win.jar
requested by
/home/bwalker/netbeans/extra/libs.javafx.win/external/binaries-list to have
hash 77019F6896CC76B421289C7666F692F758610E32 actually had hash
E834FC8FA3093CCD483C20B65104ECC8C2B2DE66

BUILD FAILED
/home/bwalker/netbeans/nbbuild/build.xml:214: Failed to download binaries -
see log message for the detailed reasons.

Total time: 8 seconds
bwalker@brads-T460s:~/netbeans$
..

I assume it's pulling the jars from a remote repo somewhere and the
checksum doesn't match up with whats in the binaries-list file..

Suggestions/comments?

-brad w.

Reply via email to