Re: Platform Installer Generation on JDK 11/Maven

2019-11-12 Thread William Reynolds
I posted below back in September - this works, but is painful. A less hacky way to fix this would be to use the options in the nbm-maven-plugin to replace the broken harness files. Run mvn help:describe -Dplugin=nbm -Ddetail to get the documentation. Look at the options to build-installers, in

Re: Platform Installer Generation on JDK 11/Maven

2019-11-11 Thread Steven Yi
I forgot to mention that I think I identified the cause of this and filed issue NETBEANS-3332: https://issues.apache.org/jira/browse/NETBEANS-3332 On Thu, Oct 31, 2019 at 1:43 PM Steven Yi wrote: > > Hi All, > > I ran into this today when I switched to JDK 11: > > [INFO] Compiling 6 source files

Platform Installer Generation on JDK 11/Maven

2019-10-31 Thread Steven Yi
Hi All, I ran into this today when I switched to JDK 11: [INFO] Compiling 6 source files to C:\projects\blue\application\target\installerbuild\nbi_all\ext\infra\build\engine\build\ext\engine\build\classes error: Source option 5 is no longer supported. Use 6 or later. error: Target option 1.5 is n