[NOTICE] Apache NetBeans 24 release candidate 1 available for testing

2024-10-22 Thread Eric Barboni
Hi, The first release candidate build for Apache NetBeans 24 is available (links below). Changes since NetBeans 23 can be seen at https://github.com/apache/netbeans/releases/tag/24-rc1 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbea

[NOTICE] Apache NetBeans 24 release candidate 3 available for testing

2024-11-13 Thread Eric Barboni
Hi, The third release candidate build for Apache NetBeans 24 is available (links below). Changes since NetBeans 24-rc2 can be seen at https://github.com/apache/netbeans/releases/tag/24-rc3 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache

[ANNOUNCE] Apache NetBeans 23 released

2024-09-20 Thread Eric Barboni
The Apache NetBeans team is pleased to announce that Apache NetBeans 23 was released on September 19, 2024. What's in the Apache NetBeans 23 release: https://github.com/apache/netbeans/releases/tag/23 With thanks to 24 contributors, including 3 who have contributed for the first time. Thank you

[NOTICE] Apache NetBeans 24 release candidate 2 available for testing

2024-11-06 Thread Eric Barboni
Hi, The second release candidate build for Apache NetBeans 24 is available (links below). Changes since NetBeans 24-rc1 can be seen at https://github.com/apache/netbeans/releases/tag/24-rc2 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbeans/i

[NOTICE] Apache NetBeans 24 release candidate 5 available for testing

2024-11-29 Thread Eric Barboni
Hi, The fifth release candidate build for Apache NetBeans 24 is available (links below).It's a revert of what make rc3 not clean. Changes since NetBeans 24-rc4 can be seen at https://github.com/apache/netbeans/releases/tag/24-rc5 https://ci-builds.apache.org/job/Netbeans/job/net

[NOTICE] Apache NetBeans 24 release candidate 4 available for testing

2024-11-26 Thread Eric Barboni
Hi, The fourth release candidate build for Apache NetBeans 24 is available (links below). It's a hotfix that led to the cancellation of vote. Changes since NetBeans 24-rc3 can be seen at https://github.com/apache/netbeans/releases/tag/24-rc4 https://ci-builds.apache.org/job/Netbeans/job/netb

[ANNOUNCE] Apache NetBeans 22 released

2024-06-04 Thread Eric Barboni
The Apache NetBeans team is pleased to announce that Apache NetBeans 22 was released on May 29, 2024. What's in the Apache NetBeans 22 release: https://github.com/apache/netbeans/releases/tag/22 With thanks to 25 contributors, including 3 who have contributed for the first time. Thank you! Dow

[NOTICE] Apache NetBeans 23 release candidate 2 available for testing

2024-08-07 Thread Eric Barboni
Hi folks The second release candidate build for Apache NetBeans 23 is available. Changes since Netbeans 23-rc1 can be seen at https://github.com/apache/netbeans/releases/tag/23-rc2 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbeans/issues If y

[NOTICE] Apache NetBeans 23 release candidate 3 available for testing

2024-09-07 Thread Eric Barboni
Hi folks The third release candidate build for Apache NetBeans 23 is available. Changes since Netbeans 23-rc2 can be seen at https://github.com/apache/netbeans/releases/tag/23-rc3 Please help with testing, and file issues in GitHub as necessary https://github.com/apache/netbeans/issues If you

RE: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-09-11 Thread Eric Barboni
Hi, The nbm-suite-root is not used in the ide. I cannot remember if it was in at some point. To use it you need to execute mvn archetype:generate, filter the result (for me more than 2000 results) using nbm choose the right number to use the archetype nbm-suite-root, and then use the prompt to

[ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Eric Barboni
the Apache NetBeans PMC Eric Barboni & Arunava Sinha - 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

Apache NetBeans 12.0 beta 6

2020-05-28 Thread Eric Barboni
Hi folks, The sixth beta for Apache NetBeans 12 is out. Hope it fix the blocker 3858. Source and binaries are here: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea ns/job/release120/19/artifact/dist/netbeans/ binaries sha512 d92fb5f36c40242f135ea6456

RE: nbm-maven-plug for java14

2020-06-18 Thread Eric Barboni
Hi, I currently don't have jdk 14 installed. By compiling 4.6-SNAPSHOT on your machine you can test if your build pass jdk 14. I'm not sure it will because some dependencies of nbm-maven plugin may use old dependencies that cannot "parse" jdk 14 jar. Best Regards Eric -Message d'origine--

RE: nbm-maven-plug for java14

2020-06-18 Thread Eric Barboni
e process would ensuring the nbm-maven-plugin was updated as well. Could this point be considered as you complete the 12.0 release retrospective? regards Richard On 18/06/2020 14:07, Eric Barboni wrote: > Hi, > I currently don't have jdk 14 installed. By compiling 4.6-SNAPSHOT on yo

RE: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread Eric Barboni
Hi, according to your log it seems the nbm-maven-plugin you use is old. You must update to the following plugin org.apache.netbeans.utilities nbm-maven-plugin 4.6 And after updating we may try to investigate. Best Regards Eric De : Geertjan Wielenga Envoyé : jeudi 1 juille

[ANNOUNCE] Apache NetBeans 12.5 released

2021-09-21 Thread Eric Barboni
Hi all, The Apache NetBeans team is pleased to announce that Apache NetBeans 12.5 was released on September 13th 2021*. Apache NetBeans is a full IDE for Java SE, Java EE, PHP, JavaScript, HTML5 and more, including some support for Groovy and C/C++. Apache NetBeans 12.5 is a quarterly feature up

RE: Migrating NB platform app to maven

2023-05-16 Thread Eric Barboni
Hi Jerome, It seems that your artefactID from NetBeans are wrong Should be org-openide-loaders and not org.openide.loader Not sure how your pom is configured, but for artefact from NetBeans remove the explicit jar type. Typical dep looks like that not less not more (.. infact version could be

RE: Why Maven build app always recompiles ?

2023-05-22 Thread Eric Barboni
Hi, Maven will build all children, but should be faster on the compilation plugin part you should have something like that : Nothing to compile - all classes are up to date. Best Regards Eric De : Jerome Lelasseux Envoyé : vendredi 19 mai 2023 21:04 À : NetBeans Mailing List Objet

RE: Broken link in the comments of netbeans.conf

2023-05-25 Thread Eric Barboni
Thanks for reporting that. I guess there are a lot more of this old content not migrated to new page. Will try to make a PR out of that. Eric -Message d'origine- De : Thomas Kellerer Envoyé : mercredi 24 mai 2023 13:55 À : NetBeans Users Objet : Broken link in the comments of netbean

RE: Broken link in the comments of netbeans.conf

2023-05-26 Thread Eric Barboni
IDE. Regards Thomas Michael Bien schrieb am 25.05.2023 um 17:33: > this could potentially link to: > https://github.com/apache/netbeans/#log-config-and-cache-locations > > -mbien > > On 25.05.23 17:33, Eric Barboni wrote: >> Thanks for reporting that. >> >> I guess

RE: Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-12 Thread Eric Barboni
Hi, Please use the 4.2 version like this: org.apache.netbeans.utilities nbm-maven-plugin 4.2 Jar generated by jdk>8 cannot be parsed by older version of the plugin. Regards Eric De : Geertjan Wielenga Envoyé : vendredi 12 juillet 2019 11:25 À : Klaus Martinschitz Cc : NetBean

RE: [platform] Migration guide to Apache NetBeans?

2019-07-18 Thread Eric Barboni
Hi Konrad, I try to build your app and to also run it. On jdk 8 at runtime its ok. On jdk 12 at runtime it complains on missing jaxb class. Maybe some part of the nb-repository-plugin or nbm-plugin should be changed. Regards Eric De : Rokicki, Konrad Envoyé : mercredi

RE: How to verify NetBeans downloads with the checker.apache.org?

2019-10-02 Thread Eric Barboni
Hi Emilian It remember testing mavenutilities with sha512 stuff with that but it seems checker is not working since 21 of june. I found that Henk Penning (contact at the bottom) passed away. According to Infra, there is a need of modernization of underlying script before it can run again o

RE: Platform App, JavaFX, and Java 11

2019-10-31 Thread Eric Barboni
Happy you sort this out. I did this kind of migration a long time ago, it may be nice to share workflow on migration or tips in a web or confluence page. Best Regards Eric De : Steven Yi Envoyé : jeudi 31 octobre 2019 04:36 À : users@netbeans.apache.org Objet : Re: Platform App,

Last call before creation voting candidate for release 11.3

2020-02-14 Thread Eric Barboni
Hi folks, I will go for preparing voting candidate 1 for Apache NetBeans 11.3. If you found a major issue in 11.3 beta 3 please report. Best Regards Eric

TR: [NOTICE] Apache NetBeans 25 release candidate 2 available for testing

2025-02-07 Thread Eric Barboni
Hi, The second release candidate build for Apache NetBeans 25 is available (links below). Changes since NetBeans 25-rc1 can be seen at https://github.com/apache/netbeans/releases/tag/25-rc2 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbeans

[ANNOUNCE] Apache NetBeans 24 Released

2024-12-13 Thread Eric Barboni
The Apache NetBeans team is pleased to announce that Apache NetBeans 24 was released on December 10, 2024. What's in the Apache NetBeans 24 release: https://github.com/apache/netbeans/releases/tag/24 With thanks to 22 contributors, including 5 who have contributed for the first time. Thank you!

[NOTICE] Apache NetBeans 25 release candidate 1 available for testing

2025-01-24 Thread Eric Barboni
Hi, The first release candidate build for Apache NetBeans 25 is available (links below). Changes since NetBeans 24 can be seen at https://github.com/apache/netbeans/releases/tag/25-rc1 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbeans/issues

[NOTICE] Apache NetBeans 26 release candidate 1 available for testing

2025-04-16 Thread Eric Barboni
Hi, The first release candidate build for Apache NetBeans 26 is available (links below). Changes since NetBeans 25 can be seen at https://github.com/apache/netbeans/releases/tag/26-rc1 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbe

[NOTICE] Apache NetBeans 26 release candidate 2 available for testing

2025-04-25 Thread Eric Barboni
Hi, The second release candidate build for Apache NetBeans 26 is available (links below). Changes since NetBeans 25 can be seen at https://github.com/apache/netbeans/releases/tag/26-rc2 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbeans/issue

[ANNOUNCE] Apache NetBeans 25 Released

2025-02-21 Thread Eric Barboni
The Apache NetBeans team is pleased to announce that Apache NetBeans 25 was released on February 20, 2025. What's in the Apache NetBeans 25 release: https://github.com/apache/netbeans/releases/tag/25 With thanks to 26 contributors, including 3 who have contributed for the first time. Thank you!

[NOTICE] Apache NetBeans 26 release candidate 3 available for testing

2025-05-07 Thread Eric Barboni
Hi, The third release candidate build for Apache NetBeans 26 is available (links below). Changes since NetBeans 26-rc2 can be seen at https://github.com/apache/netbeans/releases/tag/26-rc3 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbeans/is

[ANNOUNCE] Apache NetBeans 26 Released

2025-05-22 Thread Eric Barboni
The Apache NetBeans team is pleased to announce that Apache NetBeans 26 was released on May 19, 2025. Apache NetBeans is a Java-based IDE, Tooling Platform and Application Framework. This is the second release of 2025 in our regular quarterly release schedule. Please note, as of Apach

[NOTICE] Apache NetBeans 27 release candidate 1 available for testing

2025-07-23 Thread Eric Barboni
Hi, The first release candidate build for Apache NetBeans 27 is available (links below). Changes since NetBeans 26 can be seen at https://github.com/apache/netbeans/releases/tag/27-rc1 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbeans/issues

[NOTICE] Apache NetBeans 27 release candidate 2 available for testing

2025-07-31 Thread Eric Barboni
Hi, The second release candidate build for Apache NetBeans 27 is available (links below). Changes since NetBeans latest candidate can be seen at https://github.com/apache/netbeans/releases/tag/27-rc2 Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/ne