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

Re: Maven Platform App: Run App when working on module

2019-11-11 Thread Steven Yi
Hi All, Just to follow up on this, the solution I found was to remove "OpenIDE-Module: x.y.z" entries from my manifest.mf files and just use the auto-generated values from nbm-maven-plugin. This gets the name to match the codeNameBase generated from the Maven module when running the application a

Re: Issues with Netbeans Project Recognising Tomcat Installation

2019-11-11 Thread Mark Eggers
On 11/11/2019 9:33 AM, Emilian Bold wrote: >> Don't use the distribution's Tomcat. [...] The reason for doing all of this >> is quite simply, permissions. > > This is an interesting remark. Couldn't this be fixed by NetBeans by > simply copying the whole of Tomcat to an user temp folder? > > --e

Re: Issues with Netbeans Project Recognising Tomcat Installation

2019-11-11 Thread Emilian Bold
> Don't use the distribution's Tomcat. [...] The reason for doing all of this > is quite simply, permissions. This is an interesting remark. Couldn't this be fixed by NetBeans by simply copying the whole of Tomcat to an user temp folder? --emi On Mon, Nov 11, 2019 at 7:24 PM Mark Eggers wrote:

Re: Issues with Netbeans Project Recognising Tomcat Installation

2019-11-11 Thread Mark Eggers
On 11/11/2019 8:23 AM, Mark Phillips wrote: > I am running Apache NetBeans IDE 11.2 with Java: 1.8.0_201 on Debian (Linux > version 5.0.0-32-generic running on amd64). I have a tomcat 7.09 server > installed and running. I can deploy war files from the tomcat manager app > and I can see the tomcat

Issues with Netbeans Project Recognising Tomcat Installation

2019-11-11 Thread Mark Phillips
I am running Apache NetBeans IDE 11.2 with Java: 1.8.0_201 on Debian (Linux version 5.0.0-32-generic running on amd64). I have a tomcat 7.09 server installed and running. I can deploy war files from the tomcat manager app and I can see the tomcat log files in the Netbeans app. However, I cannot fin