Re: Error while building the installers of a netbeans platform application

2019-09-19 Thread William Reynolds
I've just migrated my RCP project to a Maven-based build, and fixing the installer bug was a bit more involved. To begin the migration, I constructed a maven nb platform project using the guide on https://platform.netbeans.org/tutorials/nbm-maven-quickstart.html. Note that adding child projects d

Re: Error while building the installers of a netbeans platform application

2019-08-21 Thread Andreas Hauffe
Hi, thanks for the hint. In my case I had to change the entries in two files: harness/nbi/stub/ext/components/products/helloworld/nbproject/project.properties harness/nbi/stub/ext/engine/nbproject/project.properties Now it is building the installers Andreas Am 21.08.19 um 17:17 schrieb Willia

Re: Error while building the installers of a netbeans platform application

2019-08-21 Thread William Reynolds
I ran into this a few weeks ago using Coolbeans: We have an RCP application that I was trying to create an installer for (right click the project, Package As->Installers). The build was failing with the following error: -do-compile: [mkdir] Created dir: C:\Users\wnreynolds\Desktop\Work

Re: Error while building the installers of a netbeans platform application

2019-08-21 Thread Neil C Smith
Hi, On Wed, 21 Aug 2019 at 15:28, Andreas Hauffe wrote: > thanks for the answer. With JDK 11 I'm still getting the same error. Yes,as far as I know, the installers can't be built with JDK 11 yet. See pending PR https://github.com/apache/netbeans/pull/1414 Best wishes, Neil ---

Re: Error while building the installers of a netbeans platform application

2019-08-21 Thread Andreas Hauffe
Hi, thanks for the answer. With JDK 11 I'm still getting the same error. -do-compile:     [mkdir] Created dir: /VMWare/eLamX2/build/installer/nbi_all/ext/infra/build/engine/build/ext/engine/build/empty     [javac] Compiling 6 source files to /VMWare/eLamX2/build/installer/nbi_all/ext/infra/bui

Re: Error while building the installers of a netbeans platform application

2019-08-21 Thread Laszlo Kishalmi
NetBeans 11.1 is not yet buildable with JDK 12+, Use JDK 8 or 11. On 8/21/19 5:13 AM, Andreas Hauffe wrote: Hi, I'm trying to build the installers for my Netbeans Plattform Application in Netbeans 11.1 under OpenSUSE Leap 15.1 and OpenJDK 12.0.2. During this build process I'm getting the fol

Error while building the installers of a netbeans platform application

2019-08-21 Thread Andreas Hauffe
Hi, I'm trying to build the installers for my Netbeans Plattform Application in Netbeans 11.1 under OpenSUSE Leap 15.1 and OpenJDK 12.0.2. During this build process I'm getting the following error in the output window: -do-compile:     [mkdir] Created dir: /mnt/home_ilrw/ahauffe/NetBeansProj