Easier way to change Java platform for all modules of a Gradle project

2023-02-26 Thread Thomas Kellerer
Hello, we have a Gradle project with about 40sub-projects. I am running NetBeans on Java 17, but the project still uses Java 11. However, it does not seem to be enough to switch the JDK on the main Gradle project. I need to change the JDK for each sub-project individually (using the project's

RE: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Joseph Huber
I just finished doing what you are starting (moving a substantial NetBeans 8/Java 8 platform application to NetBeans 15/Java 17). In my case, I didn't have to "start over" like you are doing. The move was not trivial, and issues came up that required research to solve, but fortunately there

Re: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Mark A. Flacy
There used to be a gradle plugin for NetBeans. Sent from my Galaxy Original message From: Scott Palmer Date: 2/26/23 08:49 (GMT-06:00) To: Thomas Kellerer Cc: NetBeans Mailing List Subject: Re: Creating a new platform application: Maven or Ant? > On Feb 26, 2023, at 7:14

Re: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Mathieu Bastian
Hi Thomas, I've had a very good experience with Maven for Gephi , which is based on the latest Netbeans Platform. The pom files are fairly well documented so you can probably get some inspiration. If you run into specific issues feel free to reach out. Mathieu

Re: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Thomas Kellerer
Scott Palmer schrieb am 26.02.2023 um 15:47: I am trying to "migrate" an old NetBeans platform application that I created with NetBeans 8.0 about 10 years ago I decided to create a new NetBeans platform application from scratch as there is a lot of stuff I would do differently today.

Re: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Scott Palmer
> On Feb 26, 2023, at 7:14 AM, Thomas Kellerer wrote: > > Hello, > > I am trying to "migrate" an old NetBeans platform application that I created > with NetBeans 8.0 about 10 years ago > > I decided to create a new NetBeans platform application from scratch as there > is a lot of stuff I

Re: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Davide Grandi
IMHO, the difference is the maven's declarative approach instead of ant's imperative one. Maven "style" is all about default behavior/naming that you should follow unless you have some good reasons not to. Maven help and docs are very useful, and there's many pom.xml ... to copy ! Have a

Creating a new platform application: Maven or Ant?

2023-02-26 Thread Thomas Kellerer
Hello, I am trying to "migrate" an old NetBeans platform application that I created with NetBeans 8.0 about 10 years ago I decided to create a new NetBeans platform application from scratch as there is a lot of stuff I would do differently today. However, I am not sure if I should go for

hibernate

2023-02-26 Thread egrsimons
Hello, I try to integrate hibernate in the new Netbeans 17. It is impossible to install the plugin (needs 238 and the actual version of the file is 239) ?? If I create a new persistance library, it's impossible to integrate it in the wizard. Only eclipse 2.1. Can you help me ?

Re: PHP - connection to localhost

2023-02-26 Thread John Lavelle
Hi, In the "Project>Properties>Run Configuration" check that the following: - Run As = Local Web Site (running on local web server) - Project URL = http://{YOUR site name}/ - Index File = index.php // Use the Browse button to find it if necessary - - Advanced should

PHP - connection to localhost

2023-02-26 Thread alain desbouvrie
Hi, This is the first time I try and use this mailing, therefore I am sorry in case I don’t use it properly. I am running on Netbeans 11.2 on a Mac with MAMP. I have been uusing this configuration for quite a while with total satisfaction. For some reason it now refuses to connect to