Re: deploy on save not working ?

2024-05-30 Thread Roberto Bottoni
refreshed? Eric Bresie ebre...@gmail.com On Thu, May 30, 2024 at 5:53 AM Roberto Bottoni wrote: Hi, I'm using NB 21 with JDK 21 in a Maven project (JSF). I have selected "Deploy on Save" in the project settings. When I run the application and save a file (for example a JavaBean

deploy on save not working ?

2024-05-30 Thread Roberto Bottoni
Hi, I'm using NB 21 with JDK 21 in a Maven project (JSF). I have selected "Deploy on Save" in the project settings. When I run the application and save a file (for example a JavaBean), the modifications are not reflected in the app, that is, the JavaBean is not updated according to the

NB 12.3 SVN do not lock files

2022-09-30 Thread Roberto Bottoni
Hi, NB 12.3, openjdk 11 SVN : svn, version 1.14.2-SlikSvn (SlikSvn/1.14.2) when i try to lock a file i get an error : java.lang.UnsupportedOperationException: Not supported with commandline client. thanks Roberto. - To

Re: create serialVersionUID

2022-05-24 Thread Roberto Bottoni
[2] On Mon, May 23, 2022 at 8:04 AM Roberto Bottoni wrote: Hello, In Netbeans, how can i create the serialVersionUID number of a class? thanks! Roberto. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org

create serialVersionUID

2022-05-23 Thread Roberto Bottoni
Hello, In Netbeans, how can i create the serialVersionUID number of a class? thanks! Roberto. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For

TestNG does not recognize the testng.xml

2021-01-13 Thread Roberto Bottoni
Hello, apache NB 12.2 I would like to use TestNG to do parallel tests, but NB it does not recognize the testng.xml file on which I indicated the tests to be done in parallel this is the picture of NB: https://ibb.co/80Yj5jL here I uploaded the entire project folder NB:

Re: netbeans decompiler

2020-12-27 Thread Roberto Bottoni
Hi, yes I see the bytecode..but I would like to view the code.. as a decompiler do.. for example jd-gui (http://java-decompiler.github.io/) Il 24-12-2020 20:05 Laszlo Kishalmi ha scritto: BTW What do you mean decompiler? If you would like to see the generated bytecode, NetBeans has a

NB 11.1 compile error with OpenJDK 11

2019-07-31 Thread Roberto Bottoni
Hello, I have a project created with JDK 8 and NB 8.2 and I want to migrate this project to NB 11.1 with OpenJDK 11 NB 11.1 (fresh installation) on Windows 10 OpenJDK 11.0.2 I copied all the sources and libraries (.jars) into a new project NB 11 / OpenJDK 11 and solved the (few) problems

NB 11.1 compile error with OpenJDK 11

2019-07-29 Thread Roberto Bottoni
NB 11.1 (fresh installation) on Windows 10 OpenJDK 11.0.2 I have a project created with JDK 8 and NB 8.2 and I want to migrate this project to NB 11.1 with OpenJDK 11 I copied all the sources and libraries (.jars) into a new project NB 11 / OpenJDK 11 and solved the (few) problems from JDK 8

Re: netbeans java web EE

2019-07-15 Thread Roberto Bottoni
No.. no import!.. I tried on a new computer with a new installation .. thanks! R. Il 15-07-2019 18:39 Neil C Smith ha scritto: On Mon, 15 Jul 2019, 17:34 Geertjan Wielenga, wrote: Start with a fresh user directory first. This! But also, did you import settings and plugins from an older

Re: netbeans java web EE

2019-07-15 Thread Roberto Bottoni
Ok .. I will try to open a project of NB 8.2 and see if it works .. thanks! R. Il 15-07-2019 18:38 Laszlo Kishalmi ha scritto: Yes, That is correct, see: https://blogs.apache.org/netbeans/entry/restructuring-of-project-templates-in On 7/15/19 8:07 AM, Roberto Bottoni wrote: Hello, I

Re: netbeans java web EE

2019-07-15 Thread Roberto Bottoni
d to install anything for Java EE. Gj On Mon, 15 Jul 2019 at 17:47, Roberto Bottoni wrote: I tried.. but with the same results.. maybe..do i have to downgrade to NB 10 ? thanks! R. Il 15-07-2019 17:10 Geertjan Wielenga ha scritto: Best to use beta-4 of 11.1: https:

Re: netbeans java web EE

2019-07-15 Thread Roberto Bottoni
Gj On Mon, Jul 15, 2019 at 5:08 PM Roberto Bottoni wrote: Hello, I installed NB 11 with Oracle OpenJDK 11 (I also tried with Oracle JDK 8) I activated the "Java Web and EE" item in Tools -> Plugins -> Installed to show the "Java Web" menu item during the "New

netbeans java web EE

2019-07-15 Thread Roberto Bottoni
Hello, I installed NB 11 with Oracle OpenJDK 11 (I also tried with Oracle JDK 8) I activated the "Java Web and EE" item in Tools -> Plugins -> Installed to show the "Java Web" menu item during the "New Project" .. but the "Java Web" item does not appear .. I found the similar menu item in