Re: Maven Documentation

2024-06-02 Thread Davide Grandi
Right. 1) get an example 2) mvn clean 3) mvn clean compile 3) mvn clean compile package 4) mvn clean compile package install you can keep only "clean" and "the last command on he row", the intermediate ones are implied. welcome on maven !     Davide -- ing.

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

2023-02-26 Thread Davide Grandi
as there is a lot of stuff I would do differently today. However, I am not sure if I should go for Maven or Ant as the basis for my new application. What is the recommendation from the NetBeans team for a new platform project? I am using Java 17 if that matters. Thomas -- ing.

Re: gradle: any way to specify JAVA_HOME for use with gradle?

2022-09-10 Thread Davide Grandi
rrors, although jdk-11 is set for the project. -ernie On 9/9/22 11:54 PM, Davide Grandi wrote: I run nb with SETLOCAL SET JAVA_HOME=... START C:\sviluppo\programs\netbeans\14\bin\netbeans64.exe^  --jdkhome "%JAVA_HOME%"^  --userdir  "C:\sviluppo\user.home\netbeans\14\userdir&

Re: gradle: any way to specify JAVA_HOME for use with gradle?

2022-09-09 Thread Davide Grandi
t installation time. # #netbeans_jdkhome="/path/to/jdk" -- bye,     Davide On 10/09/2022 02:42, Ernie Rael wrote: I must run NB with jdk-11 (or jdk-15 but not the latest LTS). -- ing. Davide Grandi email: davide.gra...@email

Re: Moving the .M2 folder in Netbeans

2020-12-04 Thread Davide Grandi
rom: Davide Grandi Sent: Friday, December 4, 2020 8:38 AM To: users@netbeans.apache.org Subject: Re: Moving the .M2 folder in Netbeans I've set the variable     set MAVEN_OPTS= -Duser.home=C:\sviluppo\user.home here, in file     C:\sviluppo\user.home\.m2\settings.xml I've setup a

Re: Moving the .M2 folder in Netbeans

2020-12-04 Thread Davide Grandi
C:\sviluppo\bin\dg.cmd that I run when I start working (in a cmd.exe, of course, then nb => current netbeans, nb8 => the old one, ...). It works, but your mileage can vary. cheers,     Davide Grandi On 03/12/2020 17:02, Nelligan, Steven M wrote: I want to move the .m2 folder from my w

Re: Searching the mailing list

2020-11-29 Thread Davide Grandi
https://lists.apache.org/list.html?users@netbeans.apache.org (from https://netbeans.apache.org/community/mailing-lists.html) cheers,     Davide On 29/11/2020 18:45, HRH wrote: Hi, How does one search the Netbeans mailing list for a given topic? Thanks -- Ing. Davide Grandi email

Re: How to make a different JDK the "default"

2020-11-26 Thread Davide Grandi
this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF. -- Ing. Davide Gran

Re: Decompiler for java

2020-05-17 Thread Davide Grandi
Hello, for standalone java decompiler : simple  : http://java-decompiler.github.io complex : https://bytecodeviewer.com for (simple) I keep some older version at hand, 'cause for very old class files they give better results Sometimes. Cheers,     Davide On 17/05/2020 05:17, Brain Rebootin

Re: Maven

2018-09-28 Thread Davide Grandi
cts) go to https://maven.apache.org/ and follow the fine manual. Welcome to maven & good luck,     Davide On 28/09/2018 17:17, hanas...@gmail.com wrote: https://maven.apache.org/ On 9/28/18 11:06 AM, Roger Debry wrote: I am not familiar with Maven, can you point me to a reference? Roger