Re: How to build the NetBeans installers?
Emilian Bold <[email protected]> Tue, 11 Apr 2017 14:35:24 +0300
| Newsgroups | gmane.comp.java.netbeans.devel,gmane.comp.apache.incubator.ranger.devel |
|---|---|
| Message-ID | <CAL6R17C7SNR_vvK6=ct2hTizLYR3GsVxWE8T+X7Ezx339-iEwA@mail.gmail.com> |
Could we work on this so it's possible to build them externally? At least for macOS I don't need any JRE to embed. The scripts also assume a remote macOS build slave, while I have a macOS machine running the script, it could build locally the dmg. --emi On Tue, Apr 11, 2017 at 10:55 AM, Martin Balin <[email protected]> wrote: > It is/was being built behind firewall thus references to internal machines. > There is also Mac machine involved in installers building. > Martin > > > On 9.4.2017 22:10, Emilian Bold wrote: >> >> Hello, >> >> I'm working on reproducible builds and I want to see how deterministic the >> installers are. >> >> But... I can't seem to manage building the NetBeans installers. >> >> nbbuild/newbuild/build-nbi.sh fails with: >> >>> java.net.UnknownHostException: jre.us.oracle.com >> >> build-mac-nbi.sh (after I've tweaked it to add a $BUILD_NBJDK8 parameter) >> fails with: >> >> >> http://jre.us.oracle.com/java/re/glassfish/4.1.1/promoted/latest/archive/release >> doesn't exist >> >> --emi >> >