Re: [External] : RE: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-12-15 Thread Thomas Kellerer
I had problems that NB 16 did not load my Gradle 7.5.1 projects at all. With the fix, those projects can now be loaded and build Thanks a lot! Thomas László Kishalmi schrieb am 15.12.2022 um 18:34: > Thanks for your understanding! > > Went ahead and merged the delivery to the release160 branch.

Re: [DISCUSS] tweak some defaults for NB17?

2022-11-03 Thread Thomas Kellerer
John Neffenger schrieb am 03.11.2022 um 02:53: > On 11/2/22 11:16 AM, Michael Bien wrote: >> small toolbar icons: > > Those are very tiny on my 109-dpi (non-HiDPI) 27-inch monitor. I am using a 27 HiDPI monitor (3840*2160) and I always switch back to small icons Windows is set to scale everythin

Re: FlatLAF tab style discussion

2022-06-24 Thread Thomas Kellerer
; is already there in swing and for this we have already a ticket: > https://issues.apache.org/jira/browse/NETBEANS-3746 and DevCharly already > started a PR: https://issues.apache.org/jira/browse/NETBEANS-3746 > > > Cheers > > Chris > > Von: Thomas Kellerer &g

Re: FlatLAF tab style discussion

2022-06-24 Thread Thomas Kellerer
Eirik Bakke schrieb am 24.06.2022 um 11:46: > Hi, dev. > > There's a discussion on https://github.com/apache/netbeans/pull/3115 about > changing the default "look" of window system tabs in NetBeans. See the > before/after screenshots there. > > With FlatLAF becoming the default look & feel since

Re: [NOTICE] Apache NetBeans 13 release candidate 1 available for testing

2022-01-20 Thread Thomas Kellerer
Not sure if this is a bug or intended. The "Find in Projects" now uses a multi-line input field for the search term ("Containing text"). Which has the effect that hitting ENTER inside that field, just creates a new line (even though the field is displayed as a single line) and does not start t

Re: [BETA] Apache NetBeans 12.5-beta2 available for testing

2021-09-02 Thread Thomas Kellerer
Neil C Smith schrieb am 26.08.2021 um 17:43: >> In "my dump" only >> "org.netbeans.modules.project.ui.actions.LookupSensitiveAction" >> and "Load Open Projects" are blocked, whereas in the thread dumps in that >> issue substantially more threads >> are involved. >> >> However "Load Open Projects"

Re: [BETA] Apache NetBeans 12.5-beta2 available for testing

2021-08-26 Thread Thomas Kellerer
Neil C Smith schrieb am 26.08.2021 um 16:37: > On Thu, 26 Aug 2021 at 15:16, Thomas Kellerer wrote: >> >> Neil C Smith schrieb am 26.08.2021 um 15:42: >>> Deadlock / freezes raised in NETBEANS-5740 and NETBEANS-5913 should be >>> fixed (caused by deadlock be

Re: [BETA] Apache NetBeans 12.5-beta2 available for testing

2021-08-26 Thread Thomas Kellerer
Neil C Smith schrieb am 26.08.2021 um 15:42: > Deadlock / freezes raised in NETBEANS-5740 and NETBEANS-5913 should be > fixed (caused by deadlock between Micronaut hyperlink handler, > whenever that module enabled, and test method computation) > > https://issues.apache.org/jira/browse/NETBEANS-5740

Re: [BETA] Apache NetBeans 12.5-beta2 available for testing

2021-08-25 Thread Thomas Kellerer
Neil C Smith schrieb am 25.08.2021 um 15:28: > As mentioned earlier this week, I've triggered a second beta build for > Apache NetBeans 12.5 today which is now available for testing. > > Changes between beta1 and beta2 can be seen at > https://github.com/apache/netbeans/pull/3121 > > Hopefully this

Re: Gradle-based exception in 12.4-rc2

2021-05-09 Thread Thomas Kellerer
I also see exceptions like this: java.lang.ClassCastException: class com.sun.tools.javac.code.Type$ClassType cannot be cast to class com.sun.tools.javac.jvm.UninitializedType (com.sun.tools.javac.code.Type$ClassType and com.sun.tools.javac.jvm.UninitializedType are in unnamed module of load

Re: Status of Ant vs Maven

2020-08-12 Thread Thomas Kellerer
Martin Desruisseaux schrieb am 12.08.2020 um 13:58: >> ...I'd say that Ant is a legacy. We don't expect new projects to be created >> with the Ant build system. >> > But Ant is faster for daily development in Netbeans. Compiling and > running a file (with or without debugger) is instantaneous with

Re: FOSDEM talk: "From Oracle to Apache: News from NetBeans Community"

2020-02-05 Thread Thomas Kellerer
Geertjan Wielenga schrieb am 03.02.2020 um 14:54: > Several of us on the mailing list were at FOSDEM in Brussel yesterday > (Neil, Jan Lahoda, Martin Entlicher, Patrik Karlstrom) and it was a pretty > good event -- I think we should treat FOSDEM as a place where we can get > together every year and

Re: google style guide support

2019-11-13 Thread Thomas Kellerer
I would have one question about code style support. Are you planning to add support of the google style guide for Netbeans in the near future? We would like to become an IDE independent developer group in here at Nokia. We really like Netbeans and other major IDEs in here. Unfortunately Netbeans i

Re: [VOTE] Apache NetBeans maven artefacts for version 11.2

2019-10-21 Thread Thomas Kellerer
I retract this vote as it was in the wrong place. Thomas Kellerer schrieb am 21.10.2019 um 14:59: > -1 > > because refactoring throws an exception. > > I have logged that under: https://issues.apache.org/jira/browse/NETBEANS-3263 > including a very small Maven project where th

Re: [VOTE] Apache NetBeans maven artefacts for version 11.2

2019-10-21 Thread Thomas Kellerer
t; itself, not the Maven feature in Apache NetBeans. Maybe the vote should be in > the "main" thread. I did not see in the issue that your project use the > artefacts. > > Best Regards > Eric > > > -Message d'origine- > De : Thomas Kellerer &g

Re: [VOTE] Apache NetBeans maven artefacts for version 11.2

2019-10-21 Thread Thomas Kellerer
-1 because refactoring throws an exception. I have logged that under: https://issues.apache.org/jira/browse/NETBEANS-3263 including a very small Maven project where the exception occurs for me. Thomas Eric Barboni schrieb am 21.10.2019 um 14:31: > Dear member of the Apache NetBeans community.

Re: NetBeans fails to validate web.xml - bug or missing feature?

2019-07-16 Thread Thomas Kellerer
ose your project, make a copy of your project, and in that copy > remove said config file along with the directories containing any > downloaded XSDs. NB will then try and re-resolve them when you open that > copy. > > Obviously make sure you have plenty of backups etc etc > &g

Re: NetBeans fails to validate web.xml - bug or missing feature?

2019-07-15 Thread Thomas Kellerer
> https://www.apress.com/index.php/author/author/view/id/1866 > > >> On Jul 15, 2019, at 1:40 AM, Thomas Kellerer wrote: >> >> Josh, >> >> it's not a big thing, because everything works even editing the web.xml with >> the "wizard". &g

Re: NetBeans fails to validate web.xml - bug or missing feature?

2019-07-14 Thread Thomas Kellerer
Josh, it's not a big thing, because everything works even editing the web.xml with the "wizard". Only the Projects window shows a little red cross next to the file. It's a (very old) Maven project and it's using JavaEE 7 javax javaee-web-api 7.0 provided Rega