Re: Building Windows Launchers only

2019-05-21 Thread Jean-Marc Borer
Well, I cannot really help here, but did you try relatives path in your application.conf file to the JRE that would be embedded in the app? On Thu, May 16, 2019 at 4:39 PM Mark Phipps wrote: > Thanks - actually I want to (re)build the launchers in the NBI engine, > because I want to

Re: Building Windows Launchers only

2019-05-16 Thread Mark Phipps
Thanks - actually I want to (re)build the launchers in the NBI engine, because I want to change/debug the code in JavaUtils.c because it is preventing my app launcher with bundled Java 11 runtime. Any hints on how to do this? There is no Make.mingw file at nbi/engine/native/launcher/windows

Re: Building Windows Launchers only

2019-05-16 Thread Emilian Bold
Hm, last I looked we had some makefiles in about 2-3 places so I just invoked those. I assume the build system does something like that. --emi joi, 16 mai 2019, 11:51 Mark Phipps a scris: > On the Apache NetBeans github page, is the instruction to build the > Windows launchers: > > ant

Building Windows Launchers only

2019-05-16 Thread Mark Phipps
On the Apache NetBeans github page, is the instruction to build the Windows launchers: ant -Ddo.build.windows.launchers=true This also builds the entire system, which takes a long time. Is there an addition to this incantation which builds JUST the launchers? Thanks Mark *Mark Phipps