On Sun, 30 Apr 2023 at 09:36, Michael Bien <[email protected]> wrote: > 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.
In addition, you can also download the json file locally. You can use a file url eg. -Dmetabuild.jsonurl=file:/<PATH>/netbeansrelease.json You can copy the netbeansrelease.json file into nbbuild/ and build as normal The latter is the method also used in source releases so that the netbeansrelease.json is fixed at release. The file is git ignored. You'll have to keep it up-to-date manually if you do this, but it's probably the easier approach. Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
