Hello devs,
apache has currently some issues with gitbox (see
https://status.apache.org/) and it might take a few days to restore the
service.
The netbeans build downloads a json via the apache gitbox repo by
default and might fail during that time.
this PR would resolve the issue for CI:
https://github.com/apache/netbeans/pull/5901
to build locally, simply add
"-Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json"
to the build line. This will use github instead of apache infra to grab
the json.
for example:
ant -Dcluster.config=full
-Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json
build
and it should build just like before
best regards,
michael