Re: Run-Time Error: email Validation project still giving errors

2024-03-14 Thread Mark Eggers
Zulifi, This is the same issue that you've had with your other project. As has been pointed out, I answered that question here: https://lists.apache.org/thread/pq84cb84w8822g9rt133vctc14nbzb9f Again, in particular: 1. Remove the following. They are no longer valid since Java 9 11 11 2.

Re: Run-Time Error: email Validation project still giving errors

2024-03-14 Thread Ernie Rael
On 24/03/14 9:21 AM, Zulfi Khan wrote: Dear Ernie-Good Morning, Maven is working fine. I have attached my swapping project. It is working with no errors. I suggest making small changes to a working maven project, incrementally adding things from the failing project, and see where the

Re: Run-Time Error: email Validation project still giving errors

2024-03-14 Thread Zulfi Khan
Dear Ernie-Good Morning, Maven is working fine. I have attached my swapping project. It is working with no errors. Kindly help solve my email validation problem. Zulfi. On Tuesday, March 12, 2024 at 12:24:57 PM CDT, Ernie Rael wrote: I don't remember if this has been asked and

Re: Run-Time Error: email Validation project still giving errors

2024-03-12 Thread Peter Hull
I believe the correct answer was given by M Eggers in https://lists.apache.org/thread/pq84cb84w8822g9rt133vctc14nbzb9f If I take the suggestion from that message and edit the pom.xml in the project you attached earlier, then maven will compile it correctly. Peter

Re: Run-Time Error: email Validation project still giving errors

2024-03-12 Thread Michael Bien
On 12.03.24 05:58, Zulfi Khan wrote: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project ValidateName3: Fatal error compiling: error: release version 11.0.19 not supported -> [Help 1] Something is wrong in your pom.xml. The

Re: Run-Time Error: email Validation project still giving errors

2024-03-12 Thread Ernie Rael
I don't remember if this has been asked and answered... Can you create and run a simple maven project using the new project dialog? -ernie On 24/03/11 9:58 PM, Zulfi Khan wrote: Hi-Vic and other Users-Good Evening, I am using English Netwbeans. I can't find Maven on Tools/JavaPlatforms, the

Re: Run-Time Error: email Validation project still giving errors

2024-02-27 Thread Vic Ricker
Do you have Java 11 installed and configured under Tools/Java Platforms?  That would be my first guess. Also, Tools/Options/Maven has the default JDK for Maven. On 2/26/24 22:39, Zulfi Khan wrote: Dear NetBeans Mailing List user, I am getting a invalidating email. I am using an Apache email

Re: Run-Time Error: email Validation project still giving errors

2024-02-26 Thread Mark Eggers
Khan, I apologize - I meant to send this to the mailing list. You will probably get two copies. This is mostly a Maven question. Two things: 11 The release should be major versions only. Second, you'll have to actually configure the compiler plugin in order to use the above value. A

Run-Time Error: email Validation project still giving errors

2024-02-26 Thread Zulfi Khan
Dear NetBeans Mailing List user,I am getting a invalidating email. I am using an Apache email validation class. I have attached the tar file of my project. Following is the error Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project