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 @NonNullString 
|

|message <#message>|

I'd like all the tags to appear in the documentation, how can I do this?


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. ArbolOne on Java Development is in progress [ í ]

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 !!!

Don't know, if that is a good workaround.

The above two steps might have been what fixed it.  Have you been
using NetBeans for a while and copying forward configuration and
plugins?

nb-javac is included in NetBeans since NB13, so you should not see
this dialog unless you've deliberately disabled this support and run
on an older JDK.  If you see it again, please report an issue.

Also, include the package you're using - there are multiple options on
Ubuntu, which might have an effect on what's happening.

Best wishes,

Neil

-
To unsubscribe, e-mail:users-unsubscr...@netbeans.apache.org
For additional commands, e-mail:users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


--
*/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 [ í ]

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 this 
Web Browser > Name : Edge | Process: 
/opt/microsoft/msedge/microsoft-edge | Argument : -remote 
"openURL({URL})" | Argument Hint : {URL} = URL of the page to be loaded 
by the web browser

/

---

However, when Edge opens the url for the javadoc, it opens it with the 
following url address signature:


http://openurl(file/home/USER/Documents/NetbeansWorkSpace/JavaSE/Test/dist/javadoc/index.html)/
/

Thus, the page is not open saying "Hmmm… can't reach this page".

What did I do wrong? What can I do to get Edge to open the javadoc properly?


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. ArbolOne on Java Development is in progress [ í ]

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/docs/specs/javadoc/doc-comment-spec.html> 
might be what you're after?

--
*/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 [ í ]

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.

--
*/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 [ í ]

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 
students and volunteers dedicated to providing free services to 
charitable organizations. ArbolOne on Java Development is in progress [ í ]

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, mixed mode, 
sharing)

and, yes... Debian 12.

For some reason NB is not longer able to interact with PG since the last 
PG package update from Debian.

Is anyone else experiencing the same problem, or is it just me; I wonder.

The question is, how can I tackle this issue.

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.

ArbolOne on Java Development is in progress [ í ]



--
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 [ í ]


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 Thunderbird.
ArbolOne is composed of students and volunteers dedicated to providing free 
services to charitable organizations.
ArbolOne on Java Development is in progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 use it with Java versions earlier than 11.  I go to 
my Java installation (which says it is Java v8 update 391), click on 
check for updates, and it tells me I have the latest version. I go to 
the official Java website and it says Version 8 build 391 is their 
latest release. What is going on here?


I am running Win 10 on Intel hardware. I guess I'll be staying with 
NetBeans v18 for now ...


Regards,

Judi Rastall

On 18/12/2023 08:59, Geertjan Wielenga wrote:

Hi all,

The Apache NetBeans team is pleased to announce that Apache NetBeans 
20 was released on December 1, 2023. Apologies for announcing this so 
late.


What's in the Apache NetBeans 20 release:

https://github.com/apache/netbeans/releases/tag/20

With thanks to 26 contributors, including 6 who have contributed for 
the first time. Thank you!


Downloads:

https://netbeans.apache.org/download/nb20/

See our release schedule:

https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

Feel free to share the good news!

Thanks everyone, and best wishes,

Neil, Eric, Martin, Geertjan

on behalf of Apache NetBeans PMC



--
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 [ í ]


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 :


*Type Exception Report*

*Message Unable to compile class for JSP: *

*Description The server encountered an unexpected condition that 
prevented it from fulfilling the request.*


*Exception*

*org.apache.jasper.JasperException: Unable to compile class for JSP: An 
error occurred at line: [99] in the generated java file: 
[/home/jamiil/opt/tomcat/work/Catalina/localhost/ArbolOneEnterprise/org/apache/jsp/login/sign_005fin_jsp.java] 
Syntax error on token(s), misplaced construct(s)*


*An error occurred at line: [55] in the jsp file: [/login/sign_in.jsp] 
Syntax error on token ":", , expected 52: <% 53: try{ 54: 55:  
56: Hello JSP EL! 57: *



It is my first time trying JSP EL, and I need a bit of guidance using 
this technology.
Can any body tell me what I am missing? Is there a library I need to 
add? (i.e. <%@ page import="something.el.*" %> ).


Thanks in advance.

Note: I got this example from here 



--
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 [ í ]


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 Thunderbird.
ArbolOne is composed of students and volunteers dedicated to providing free 
services to charitable organizations.
ArbolOne on Java Development is in progress [ í ]


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 progress [ í ]


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 progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 volunteers dedicated to providing free 
services to charitable organizations.
ArbolOne on Java Development is in progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: jsp - no code assistance

2023-10-06 Thread Arbol One

Thanks Diana.
I already try your suggestions, but to no avail.

If anyone here knows of any plugins that might help, please, don't 
hesitate to mention them.


Also, would Eclipse provide this feature by default?


Thanks in advance.


On 2023-09-07 10:56 a.m., Diana M. wrote:
Hello! You have 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 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 and volunteers dedicated to
providing free services to charitable organizations.
ArbolOne on Java Development is in progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


--
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: jsp - no code assistance

2023-10-01 Thread Arbol One
Thank you for the help. What plugins would those be and where can I get 
them?

Thanks in advance.

On 9/7/23 10:56 a.m., Diana M. wrote:
Hello! You have 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 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 and volunteers dedicated to
providing free services to charitable organizations.
ArbolOne on Java Development is in progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


--
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 [ í ]


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 and volunteers dedicated to providing free 
services to charitable organizations.
ArbolOne on Java Development is in progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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.
ArbolOne on Java Development is in progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 is in progress [ í ]


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists