I'm trying to better understand how Netbeans does its build process. So I decided to update the org.eclipse.tm4e.core plugin from Eclipse. I needed this done to check out a potential problem.
I modified ide/textmate.lexer/external/binaries-list file with the following entry: 955a747c51d6c11401ecf46279c630b2757d0264 https://download.eclipse.org/tm4e/releases/0.14.1/plugins/org.eclipse.tm4e.core_0.14.1.202501141527.jar When I do an Ant build, I get the following error: download-selected-extbins: [echo] Downloading external binaries (*/external/ directories) for cluster.config=release... [downloadbinaries] Creating /home/bwalker/src/netbeans/ide/textmate.lexer/external/https:/ download.eclipse.org/tm4e/releases/0.14.1/plugins/org.eclipse.tm4e.core_0.14.1.202501141527.jar Downloading: https://netbeans.osuosl.org/binaries/955a747c51d6c11401ecf46279c630b2757d0264-https://download.eclipse.org/tm4e/releases/0.14.1/plugins/org.eclipse.tm4e.core_0.14.1.202501141527.jar [downloadbinaries] Could not download 955a747c51d6c11401ecf46279c630b2757d0264- https://download.eclipse.org/tm4e/releases/0.14.1/plugins/org.eclipse.tm4e.core_0.14.1.202501141527.jar to /home/bwalker/.hgexternalcache/955a747c51d6c11401ecf46279c630b2757d0264-https:/ download.eclipse.org/tm4e/releases/0.14.1/plugins/org.eclipse.tm4e.core_0.14.1.202501141527.jar: /home/bwalker/src/netbeans/nbbuild/build.xml:279: Could not download 955a747c51d6c11401ecf46279c630b2757d0264- https://download.eclipse.org/tm4e/releases/0.14.1/plugins/org.eclipse.tm4e.core_0.14.1.202501141527.jar from https://netbeans.osuosl.org/binaries/: java.io.IOException: Skipping download from https://netbeans.osuosl.org/binaries/955a747c51d6c11401ecf46279c630b2757d0264-https://download.eclipse.org/tm4e/releases/0.14.1/plugins/org.eclipse.tm4e.core_0.14.1.202501141527.jar due to response code 404 BUILD FAILED /home/bwalker/src/netbeans/nbbuild/build.xml:279: Failed to download binaries - see log message for the detailed reasons. Total time: 8 seconds bwalker@LIT-SP31453N:~/src/netbeans$ What do I seem to be missing? -brad w.