Re: Netbeans API to install plugin from local .nbm file ?

2022-04-27 Thread Laszlo Kishalmi
You mean: Tools > Plugins > Downloaded > Add Plugins... ? On 4/27/22 14:26, Jerome Lelasseux wrote: Is there a Netbeans API to install a plugin from a local .nbm file ?    I know that the feature is supported (eg autoupdate), but I can't find the appropriate API... The scenario is that a user

Netbeans API to install plugin from local .nbm file ?

2022-04-27 Thread Jerome Lelasseux
Is there a Netbeans API to install a plugin from a local .nbm file ?    I know that the feature is supported (eg autoupdate), but I can't find the appropriate API... The scenario is that a user bought and downloaded a plugin (.nbm file from a 3rd-party web site), and in my NB platform app he wo

Re: Run ear in TomEE?

2022-04-27 Thread Laszlo Kishalmi
The NetBeans Java EE support for Gradle does not support EAR. It is that simple. On 4/27/22 09:54, Terry wrote: I have a very simple Gradle project called MyApp. MyApp is built as an .ear file that contains a .war file with a test.jsp page. Gradle can build it and the app will run in TomEE if

Run ear in TomEE?

2022-04-27 Thread Terry
I have a verysimple Gradle project called MyApp. MyApp is built as an .ear file thatcontains a .war file with a test.jsp page. Gradle can build it and the app willrun in TomEE if I deploy the .ear file manually to the /webapps folder.    Now I'mtrying to run it from NetBeans 13 in TomEE using th