Lombok & JavaDoc

2024-05-03 Thread Arbol One
After setting up Lombok in Netbeans 21 Maven project, I noticed that JavaDoc does not produce  a full description of the Lombok tags. For instance for: *protected @Getter @Setter @NonNull String message;* JavaDoc only recognizes the @NonNull tag, omitting the other tags, i.e. : |protected

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-02 Thread Arbol One
Yes! Thank you, it is working perfectly now. On 2024-03-01 9:25 a.m., Neil C Smith wrote: On Fri, 1 Mar 2024 at 13:43, Ulf Zibis wrote: In the meantime I solved the problem still using JDK 18 as follows. - deleted user config data and reinstalled NetBeans ... - Restart. All is fine !!!

Javadoc - using MS-Edge

2024-03-02 Thread Arbol One
Hi there! In my Debian 12, I use Netbeans 21 (funny revers versions, ja, ja, ja) as my IDE. I'd like to use MS-Edge as the output browser for javadoc, for that I have added it to Tools > Options > General > Web Browser. --- /Edge is not an option in the pull-down menu,so, I added it like

Re: JavaDoc latest documentation

2024-02-22 Thread Arbol One
Yes! Very helpful. Thanks so much. On 2024-02-21 10:25 p.m., Owen Thomas wrote: On Thu, 22 Feb 2024 at 13:05, Arbol One wrote: Is there a webpage anyone can recommend to get information about JavaDoc 17.0.10? TIA.  Perhaps this <https://docs.oracle.com/en/java/javase/17/d

JavaDoc latest documentation

2024-02-21 Thread Arbol One
Hello. I am reading this documentation, but it is based on Javadoc 1.5.0, and I am running JavaDoc 17.0.10. Is there a webpage anyone can recommend to get information about JavaDoc 17.0.10? TIA. --

PlantUML Tutorial?

2024-02-16 Thread Arbol One
Anyone knows of zero->hero tutorial for PlantUML? I looked for one, but my knowledge is too  very basic to understand the tutorials. For instance, there is not UML project in my New Project -> Categories. Thanks all. -- */ArbolOne.ca/* Using Fire Fox and Thunderbird. ArbolOne is composed of

After the last update

2024-01-15 Thread Arbol One
I am working on an application using NB-20, PG-psql (16.1 (Debian 16.1-1.pgdg120+1), server 15.5 (Debian 15.5-1.pgdg120+1)), postgresql-42.7.0.jar. openjdk 17.0.9 2023-10-17 OpenJDK Runtime Environment (build 17.0.9+9-Debian-1deb12u1) OpenJDK 64-Bit Server VM (build 17.0.9+9-Debian-1deb12u1,

Passing parameters to Javadoc?

2024-01-10 Thread Arbol One
Hello. I'd like to create my own stylesheet.css (mystylesheet.css), in fact, I have already started it. However, does NB-20 provide a way to pass mystylesheet.css as the default css file for Javadoc? Is there a tutorial I can read online? Thanks in advance. -- ArbolOne Using Fire Fox and

RAD Recommendations?

2024-01-07 Thread Arbol One
Is there a RAD anyone could recommend to build Web Pages? -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development is in progress [ í ]

Re: [ANNOUNCE] Apache NetBeans 20 released

2024-01-03 Thread Arbol One
Upgrade you JSDK to at least "openjdk 17.0.9", I think you are using Oracle's java On 2023-12-18 12:22 p.m., Judi Rastall wrote: Hi all, I am confused and I seem to find myself in a Catch-22 situation. I have just downloaded and installed the new NetBeans v20 and it warns me that I cannot

JSP EL - How to

2023-12-16 Thread Arbol One
Hello. In my NetBeans IDE, I have a ANT web project, to which I have added under Libraries the JSTL 1.2.7 - jstl-impl.jar and the JSTL 1.2.7 - jstl-api.jar libraries. However, when adding this code : * Hello JSP EL! * Although it rebuilds properly, I get the following error message

error: malformed HTML

2023-12-11 Thread Arbol One
I am trying to use this html expression when documenting a class /** var list = new ArrayList(); */ , but I get an error from JavaDoc saying: * error: malformed HTML * "var list = new ArrayList();"* What am I doing wrong!? Thanks in advance -- ArbolOne Using Fire Fox and

Creating a Gradle project

2023-10-28 Thread Arbol One
When creating a Gradle project I get this message: Am I missing something? What am I doing wrong? -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development is in

Hellooooo! Anyone here?

2023-10-28 Thread Arbol One
Is this mailing list still working? I have a Netbeans question, where can I post the question? -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development is in

Jakarta EL

2023-10-11 Thread Arbol One
Hello. Does anyone know of an online (non-esoteric) tutorial that is hands-on about Jakarta EL (Expression Language). I've tried this, but is not hands-on enough for my understanding. Thanks in advance. -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and

Re: jsp - no code assistance

2023-10-06 Thread Arbol One
to install plugins for Netbeans. Find it in Tools\Plugins. Try Java SE, Java Web and EE. You might need other plugins also, see your project dependencies. În joi, 7 sept. 2023 la 14:19, Arbol One a scris: Hello. When developing a Java SE apps I get code assistance, but when developing

Re: jsp - no code assistance

2023-10-01 Thread Arbol One
dependencies. În joi, 7 sept. 2023 la 14:19, Arbol One a scris: Hello. When developing a Java SE apps I get code assistance, but when developing Jakarta EE apps, there is no code assistance. Is there a way to get NB-18 to provide code assistance on Java EE? Thanks in advance

jsp - no code assistance

2023-09-07 Thread Arbol One
Hello. When developing a Java SE apps I get code assistance, but when developing Jakarta EE apps, there is no code assistance. Is there a way to get NB-18 to provide code assistance on Java EE? Thanks in advance. -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students

NB-18 and Kotlin

2023-09-04 Thread Arbol One
Hello. Is there a tutorial of how to add Kotlin to NB-18? I'd like to learn the Kotlin programming language. Thanks in advance. -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations.

NB-18 with Java 20.x

2023-07-29 Thread Arbol One
Just before I go ahead I'd like to ask if NB-18 is compatible with Java-20.x? Thanks folks! -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development is in

NetBeans - Gradle - jar

2023-07-06 Thread Arbol One
I am trying to add a local jar file to my Gradle web project, but I don't know how. Can any body help? -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development