Thought on handling different Maven .m2 folders

2024-01-26 Thread Nelligan, Steven M
In the maven Tools\Options\Java\Maven, there is a prompt for Global Execution Options: Currently I use -U -SkipTests -gs C:\Users\\m2_for_project\.m2\settings -s C: \Users\\m2_for_project \.m2\settings.xml The settings.xml file contain a localRepository tag which points to different

Problem with NetBeans IDE 19

2023-11-08 Thread Nelligan, Steven M
I have been using version 19 for a while, but now I am facing an issue. On the tool bar, where you can select the configuration for a maven build, the profiles in the Pom file are not showing in the drop down list. If I right click the project and select “set configuration” they appear. This

RE: How to hide a secret value in my Java code?

2023-10-04 Thread Nelligan, Steven M
I use keepass and the command line interface to access passwords through java. Keepass would require a password and I also use a Key File(stored on a server), and by isolate this password in one class, you should be able to limit access to this one source. Steven M Nelligan From: Laszlo

Issues with Netbeans 13 and 14

2022-08-11 Thread Nelligan, Steven M
I've been having problems with Netbeans 14, where when clicking on a link (either in projects or search), the program module opens in the wrong window. I have been using Netbeans for years and for the last few versions, for one reasons or another, had to revert back to version 12.3. Also, the

React development in Netbeans

2022-04-07 Thread Nelligan, Steven M
Does anyone know if Netbeans will be supporting React Project now or in the future. If not, does anyone have any suggestions for an IDE for React Projects? ATOM, intellij, etc. Thanks for any information.

Issue with Netbeans 12.5 and Maven.

2021-10-26 Thread Nelligan, Steven M
I have several maven applications opened in netbeans. When I attempt to build one it at times picks the wrong project other times it does not use the correct profile. From Netbeans 12.3 cd C:\dev\projects\service-request-enterprise; "JAVA_HOME=C:\\Program

RE: Problem with maven build with Java 11...

2021-08-16 Thread Nelligan, Steven M
string worked with Java 7 and Java 8 Steven M Nelligan From: Anthony DeCarlo Sent: Thursday, July 29, 2021 11:50 AM To: Nelligan, Steven M ; users@netbeans.apache.org Subject: Re: Problem with maven build with Java 11... Steven, Not sure. The error is confusing as it says increase to 180k

RE: Problem with maven build with Java 11...

2021-07-29 Thread Nelligan, Steven M
Anyone have any insight on what could be wrong? Steven M Nelligan From: Nelligan, Steven M Sent: Wednesday, July 28, 2021 1:07 PM To: users@netbeans.apache.org Subject: Problem with maven build with Java 11... I am running Netbeans version 12.3 and try to do a Maven build with Java 11. I

Problem with maven build with Java 11...

2021-07-28 Thread Nelligan, Steven M
I am running Netbeans version 12.3 and try to do a Maven build with Java 11. I am getting the following errors: cd C:\dev\projects\FsAimRestApi; "JAVA_HOME=C:\\Program Files\\AdoptOpenJDK\\jdk-11.0.11.9-hotspot" "M2_HOME=C:\\Program Files\\apache-maven-3.6.3" cmd /c "\"C:\\Program

RE: Moving the .M2 folder in Netbeans

2020-12-04 Thread Nelligan, Steven M
, 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 windows user's profile folder to be > within my project folder. &

RE: Moving the .M2 folder in Netbeans

2020-12-04 Thread Nelligan, Steven M
Sent: Friday, December 4, 2020 7:08 AM To: users@netbeans.apache.org Subject: Re: Moving the .M2 folder in Netbeans Nelligan, Steven M schrieb am 03.12.2020 um 17:02: > I want to move the .m2 folder from my windows user's profile folder to be > within my project folder. > i.e. C:\dev

Moving the .M2 folder in Netbeans

2020-12-03 Thread Nelligan, Steven M
I want to move the .m2 folder from my windows user's profile folder to be within my project folder. i.e. C:\dev\Projects-Java8\.m2 In Netbeans \Options\Java\Maven I have the following configurations: Maven Home: C:\Program Files\apache-maven-3.6.3 Default JDK: JDK 1.8

RE: Problem with netbeans flagging list with red underline

2020-10-26 Thread Nelligan, Steven M
Found that if I restore the default .m2 location, the source validates correctly (no red lines). How do I configure Netbeans to use the redirected .m2 folder for the source scan? From: Nelligan, Steven M Sent: Saturday, October 24, 2020 11:06 AM To: NetBeans Mailing List Subject: Problem

Problem with netbeans flagging list with red underline

2020-10-24 Thread Nelligan, Steven M
Not sure if this is a Maven or a NetBeans issue/feature/problem. I am running Netebeans 12.0, java 8, and Maven version 3.6.3. If I clear the Cache the project shows up with no red underlines. If I run with no Maven “Global Execution Options” I can build a project with Clean and Build. It

RE: Restful Web Services

2020-08-28 Thread Nelligan, Steven M
the “Configure REST Test Client” option. Thanks, Steve Nelligan From: Josh Juneau Sent: Thursday, August 27, 2020 9:11 PM To: Nelligan, Steven M Cc: Geertjan Wielenga ; users@netbeans.apache.org Subject: Re: Restful Web Services Hi Steven, This is a pretty old stack, but I have found you

RE: Restful Web Services

2020-08-27 Thread Nelligan, Steven M
Yes we are maintaining an old existing project…. I have another instance of this project in Java 8, but only in early development …. From: Geertjan Wielenga Sent: Thursday, August 27, 2020 2:01 PM To: Nelligan, Steven M Cc: users@netbeans.apache.org Subject: Re: Restful Web Services What

Restful Web Services

2020-08-27 Thread Nelligan, Steven M
I am using NetBeans 12.0, Tomcat 7, and java 7 and need to create some restful web services. Is there a tutorial or examples of how to do this anywhere. I need the above configuration. Thanks in advance, Steven M Nelligan APPLICATION DEVELOPER Facilities and Services Information Technology

Unusual Error on Maven build within Netbeans

2020-06-03 Thread Nelligan, Steven M
I have multiple projects, but one project returns the following error. What does this mean and how can I fix it? If I run MVN directly from the console window, it builds. Using Netbeans IDE 11.2 on Windows 10 ---OUTPUT – Build

can not find symbol error in Netbeans 11.2

2020-01-21 Thread Nelligan, Steven M
I don’t know if this is a Maven, Netbeans, or Java problem…. My .m2 folder was deleted, so I need to rebuild everything and import the necessary packages into the .m2 folder. I have several applications using org.springframework.utl… I get an error: Failed to execute goal

NetBeans and Maven

2019-08-23 Thread Nelligan, Steven M
I have NetBeans 11.1 configured to use Maven 3.6.1. I have recently gone through Maven Training and am interested in generating a report each time I build a project. How do I add the “SITE” option to the Maven build through Netbeans? I’ve already added the necessary section to the POM.

Re: Problem with setting default JDK in NetBeans 11.1

2019-08-21 Thread Nelligan, Steven M
est wishes, Neil On Wed, Aug 21, 2019 at 2:08 PM Nelligan, Steven M mailto:snell...@illinois.edu>> wrote: I need to build to JDK 1.7 So how do I set JDK 1.7 as the default? When I try to change the #netbeans_jdkhome to JDK1.7, I get an error when trying to start Netbeans. STEVEN M NELLIG

RE: Problem with setting default JDK in NetBeans 11.1

2019-08-21 Thread Nelligan, Steven M
regarding university business is a public record and may be subject to public disclosure. -Original Message- From: Kai Uwe Pel Sent: Wednesday, August 21, 2019 6:58 AM To: users@netbeans.apache.org; Nelligan, Steven M Subject: Re: Problem with setting default JDK in NetBeans 11.1 Hi

RE: Problem with setting default JDK in NetBeans 11.1

2019-08-21 Thread Nelligan, Steven M
: Nelligan, Steven M Cc: Geertjan Wielenga ; NetBeans Mailing List Subject: Re: Problem with setting default JDK in NetBeans 11.1 On Wed, 21 Aug 2019 at 11:52, Nelligan, Steven M wrote: > > That is true, but Netbeans runs on JDK 11, but I want to build my > applications using jdk-

RE: Problem with setting default JDK in NetBeans 11.1

2019-08-21 Thread Nelligan, Steven M
Under the Illinois Freedom of Information Act any written communication to or from university employees regarding university business is a public record and may be subject to public disclosure. From: Geertjan Wielenga Sent: Wednesday, August 21, 2019 5:31 AM To: Nelligan, Steven M Cc: N