Re: Project Statistics

2023-12-03 Thread Chris
Hey all, yeah maybe misunderstanding. I also see it as just a feature request for NetBeans. At the end in an issue or discussion we can talk about what should be better, plugin or implementing into the core. Cheers Chris Am 02.12.2023 um 20:08 schrieb Michael Bien: On 02.12.23 20:06

Re: Language Server Protocol - rust-analyzer

2023-11-12 Thread Chris
stuff needs to be done after another is also possible withtin the core. Maybe the core needs to be enhanced then, if there is smth missing. Cheers Chris P.S. It is out of scope yes but what happens with the NBAndroid stuff from you? Am 12.11.2023 um 08:14 schrieb arsi: Hi, why don't you

Re: Mylyn Support

2023-11-12 Thread Chris
Hey Laszlo, maybe we can have a look into this repo here: https://github.com/tusharjoshi/nbtaskfocus which is this plugin: https://web.archive.org/web/20210118073547/http://plugins.netbeans.org/plugin/53996/nbtaskfocus Dunno whether we need the mylyn stuff. Regards Chris Am 04.11.2023 um

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Chris
d NetBeans with the copy and paste problematic, I'm really willing to help to identify it after concrete (more or less) steps to reproduce. I also tried the cut and ctrl+z but no problems with it. Cheers Chris Am 29.08.2023 um 20:31 schrieb Geertjan Wielenga: Here's the issue that awaits you when you mo

Re: [External] : [HELP WANTED] Testing new macOS installer

2023-08-10 Thread Chris Luff
Downloaded, installed directly to Application directory, booted up fine and loaded a project. Product Version: Apache NetBeans IDE 19-rc4 Java: 20.0.2; OpenJDK 64-Bit Server VM 20.0.2+9 Runtime: OpenJDK Runtime Environment 20.0.2+9 System: Mac OS X version 13.3.1 running on aarch64; UTF-8;

Re: [External] : Will there be an 18-u1?

2023-06-16 Thread Chris Luff
Hey Neil, I am particularly keen to see #5993 dropped into an update release. I am happy to do the cherry pick, but this would be my first time inside the apache/netbeans repo. I’ve already played the three listed on top of release180 and built locally and checked the tomcat Javadoc issue now

Contrib Repo

2023-06-05 Thread Chris
/quickfilechooser Do I need to create a new plugin for this and this will by my "fork" of this or how should we do this? Should all of them treated as 3rd party plugins? Cheers Chris - To unsubscribe, e-mail: de

Old Repo code Project Groups

2023-06-01 Thread Chris
can find this old sourcecode on this old blog? I mean what happens when oracle closes blogs, will they be deleted? Would be cool, if this sourcode is still available somewhere. Cheers Chris - To unsubscribe, e-mail: dev-unsubscr

Re: [External] : No communication from plugin portal verifiers (do we need to drop plugin portal?)

2023-02-20 Thread Chris
Hey, as far as I can remember, signed plugins are shown in the plugin manager of NetBeans itself. This was the point under oracle. Dunno whether this changed or not. Cheers Chris Am 20.02.2023 um 21:28 schrieb Eric Bresie: Isn’t the whole reason for signed plugins to ensure

Re: [External] : Re: Junit5 @Nested

2023-02-20 Thread Chris Luff
Cool, I’ll have a look and see what can be done. > On 17 Feb 2023, at 20:13, Michael Bien wrote: > > Hi Chris, > > On 16.02.23 11:22, Chris Luff wrote: >> >> I saw this PR[1] from some time ago but it looks to have been abandoned. Was >> there any ot

Re: Rust, anyone?

2023-02-16 Thread Chris
mall features. Is this not possible under apache? Cheers Chris Am 16.02.2023 um 10:20 schrieb Neil C Smith: Hi, On Thu, 16 Feb 2023 at 07:02, Antonio wrote: a) I don't think Rust support is ready yet to be merged with core: ... b.2) Create a repo of ours and let "rust" be an experi

Junit5 @Nested

2023-02-16 Thread Chris Luff
work on this or should I have a look at getting this working? From a surefire pov it looks to simply be a case of class scanning for the nested annotation and ensuring the inner class is inserted into the command? Thoughts welcome. Chris [1]: https://github.com/apache/netbeans/pull/1069

Help wanted for discussion 4723

2022-12-24 Thread Chris
understand it well why this happens, what I've written there. So if anyone of you have more experience and knows why and what the problem is, please lemme know that I have another point to dive into. Thx and merry christmas Chris

Re: [External] : [VOTE] Release Apache NetBeans 16

2022-11-23 Thread Chris Luff
+1 Built with; openjdk version "17.0.4.1" 2022-08-12 LTS OpenJDK Runtime Environment Zulu17.36+17-CA (build 17.0.4.1+1-LTS) OpenJDK 64-Bit Server VM Zulu17.36+17-CA (build 17.0.4.1+1-LTS, mixed mode, sharing) Running; Product Version: Apache NetBeans IDE 16 Java: 19; OpenJDK 64-Bit Server VM

Re: [External] : Re: NetBeans talk /using stickers with NetBeans logo

2022-11-23 Thread Chris Luff
I had a bunch of stuff created for a NetBeans event a few years ago, you may recall. If memory serves, it is fine as long as it is for the benefit of NetBeans awareness and not aligned with a commercial entity. So the t-shirts and stickers I created simply used the logo and nothing else. > On

Re: [External] : [NOTICE] Apache NetBeans 16 release candidate 4 available for testing

2022-11-11 Thread Chris Luff
Built for M1 on Ventura with JDK 17. Seeing good performance with less pauses than 15. Nice work everyone. > On 10 Nov 2022, at 15:40, Neil C Smith wrote: > > The fourth release candidate build for Apache NetBeans 16 is available > (links below). This will be our final release candidate

Re: maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-26 Thread Luff, Chris
It’s not maven, you don’t have the junit-jupiter-engine of the classpath. Modify your pom to include; org.junit.jupiter junit-jupiter test org.junit.jupiter junit-jupiter-api test

NetBeans 15

2022-08-30 Thread Luff, Chris
Just installed NetBeans 15, everything was running well until I started bumping into this error, it’s happened two or three times now. I have not managed to reliably recreate it as yet - as soon as I can I will make a video, but essentially; I have a block of code similar to this; >>

Re: [VOTE] Release Apache NetBeans 15 macOS Installer

2022-08-30 Thread Luff, Chris
+1 SHA is good Installer is good Running on macOS 12.5 I7; Open JDK 18.0.2+19 Excellent work as always, thx! > On 29 Aug 2022, at 11:41, John Mc wrote: > > Vote for Apache NetBeans 15 macOS installer. > > Primary voting artefact : >

Nb14, Maven and JUnit Jupiter

2022-08-01 Thread Luff, Chris
Following up on a tweet[1] conversation about the interactions of the NetBeans UI and JUnit Jupiter. I created an example project[2]. The takeaway is that, if the junit-jupiter-engine is not on the class path the UI controls for running focused test methods do nothing and report a misconfigured

Re: [VOTE] Release Apache NetBeans 13 macOS installer

2022-03-21 Thread Luff, Chris
Intel macOS 12.2.1 Checksum is good. Installed and run, no issues. Nice work! +1 > On 19 Mar 2022, at 10:11, John Mc wrote: > > This has been a lot longer than I wanted as I got caught up with work, but > here is the updated macOS installer for Apache NetBeans 13. > > Primary voting artefact

Re: [VOTE] Release Apache NetBeans 12.6 mac OSX Installer

2021-11-25 Thread Luff, Chris
+1 Downloaded, installed, SHA512 good. macOS 12.0.1 Intel I7 JDK 17.0.1+12-LTS > On 24 Nov 2021, at 15:30, John Mc wrote: > > Hi, > > We can vote for Apache NetBeans 12.6 mac OSX installer. > > Primary voting artefact: >

Re: [VOTE] Release Apache NetBeans 12.5 Mac OSX Installer

2021-09-14 Thread Luff, Chris
+1 Apache-NetBeans-12.5-bin-macosx.dmg: looks good! On 13 Sep 2021, at 18:33, John Mc mailto:mcdonnell.j...@gmail.com>> wrote: Hi, We can vote for Apache NetBeans 12.5 Mac OSX installer. Primary voting artefact:

Re: A NetBeans Packager tool?

2021-09-13 Thread Luff, Chris
Hey Neil, I love solving problems and producing our own may be the path of least resistance, but I wonder if working with the existing JPackage so it closer matches our needs may be a good choice. I’m sure NetBeans cannot be the only solution that needs to solve these issues? JEP-8208405[1] in

Re: How to diagnose lock up with 12.5 Beta 1

2021-08-12 Thread Chris Wareham
Hi all, Another freeze, this time with the Azul JDK 11. In the trhead dump I can see that it again is waiting on locks in both the AWT Event Queue and the Editor Parsing Loop. I've added a new thread dump and copy of the messages.log file to the Jira issue. Regards, Chris On 11/08/2021

Re: How to diagnose lock up with 12.5 Beta 1

2021-08-11 Thread Chris Wareham
Hi Geertjan, None of my projects use Micronaut, they are all Spring Boot based. If I do a: mvn -DincludeScope=runtime dependency:tree Then no Micronaut dependencies are showing up. Regards, Chris On 11/08/2021 12:13, Geertjan Wielenga wrote: Looks like you’re doing something

Re: How to diagnose lock up with 12.5 Beta 1

2021-08-11 Thread Chris Wareham
On 11/08/2021 12:07, Neil C Smith wrote: On Wed, 11 Aug 2021 at 11:28, Chris Wareham wrote: OK, I've just had another lock up. I wasn't able to get a thread dump with jstack, even using the -F flag, but succeeded with VisualVM. I've created a Jira issue and attached both the thread dump

Re: How to diagnose lock up with 12.5 Beta 1

2021-08-11 Thread Chris Wareham
OK, I've just had another lock up. I wasn't able to get a thread dump with jstack, even using the -F flag, but succeeded with VisualVM. I've created a Jira issue and attached both the thread dump and log file to it: https://issues.apache.org/jira/browse/NETBEANS-5913 Chris On 09/08/2021 12

Re: How to diagnose lock up with 12.5 Beta 1

2021-08-09 Thread Chris Wareham
Hi Geertjan, I'll install OpenJDK 17 from Debian's repositories and try that. I get a lock up roughly twice a day, so I'll see if a more recent JDK makes a difference. Regards, Chris On 09/08/2021 12:06, Geertjan Wielenga wrote: I'd try different versions of the JDK first, to see if doing

How to diagnose lock up with 12.5 Beta 1

2021-08-09 Thread Chris Wareham
-Debian-2 System: Linux version 5.10.0-8-amd64 running on amd64; UTF-8; en_GB (nb) Regards, Chris - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further

Re: [VOTE] Release Apache NetBeans-12.4 Mac OSX Installer

2021-05-21 Thread Luff,Chris
+1 Product Version: Apache NetBeans IDE 12.4 Java: 16.0.1; OpenJDK 64-Bit Server VM 16.0.1+9 Runtime: OpenJDK Runtime Environment 16.0.1+9 System: Mac OS X version 11.3 running on x86_64; UTF-8; en_GB (nb) On 20 May 2021, at 07:49, John Mc mailto:mcdonnell.j...@gmail.com>> wrote: Hi, We can

Re: Swift library in Mac OS X Apache NetBeans installer?

2021-03-24 Thread Luff,Chris
, likely 12.0. Chris > On 24 Mar 2021, at 08:34, John Mc wrote: > > Sorry note in the downloads page to either use the binary or install Swift > 5... > > On Wed, 24 Mar 2021 at 08:33, John Mc wrote: > >> Hi, >> >> Is there a need to fix this issue

Re: Swift library in Mac OS X Apache NetBeans installer?

2021-03-23 Thread Luff,Chris
Seeing nothing like that on any macOS with 12.3 on intel or arm. I’ve asked a question back on the JIRA. > On 23 Mar 2021, at 14:15, Geertjan Wielenga wrote: > > Hi all, > > Seems to be a problem with the Mac OS X installer, in some cases (e.g., not > for me nor for others who voted on that

Re: [VOTE] Release Apache NetBeans-12.3 Mac OSX Installer

2021-03-05 Thread Luff,Chris
+1 Installed, running, looking good! > On 3 Mar 2021, at 19:48, John McDonnell wrote: > > Hi, > > We can vote for Apache NetBeans 12.3 Mac OSX installer. > > Primary voting artefact: >

Re: [VOTE] Release Apache NetBeans 12.3 (vote candidate 1)

2021-03-01 Thread Luff,Chris
+1 SHA is good Licences are good Product Version: Apache NetBeans IDE 12.3 Java: 15.0.2; OpenJDK 64-Bit Server VM 15.0.2+7 Runtime: OpenJDK Runtime Environment 15.0.2+7 System: Mac OS X version 10.16 running on x86_64; UTF-8; en_GB (nb) On 27 Feb 2021, at 10:21, Geertjan Wielenga

Re: System Clipboard issues

2021-02-04 Thread Luff,Chris
Yes, I have experienced this. Can’t think of a particular scenario where it occurs but the work around is as you say to copy to another application and re-copy to NetBeans. > On 4 Feb 2021, at 03:29, Scott Palmer wrote: > > Has anyone else noticed that sometimes NetBeans refuses to paste text

Generic.RozenaD Virus Warning

2020-12-16 Thread Luff,Chris
Afternoon all, just building a plugin and immediately after build Ms Defender popped up with a virus warning for Generic.RozenaD on nbm-maven-harness-11.1.jar. I can’t find any info on the virus itself – anyone seen this, know what it is? Thx CONFIDENTIALITY NOTICE This message and any

Re: NetBeans hanging

2020-12-08 Thread Luff,Chris
-braces/issues/11 @Junchi if you see this – happy to help with any debugging! From: Luff,Chris Date: Tuesday, 8 December 2020 at 14:44 To: James Ostrowick , Luff,Chris Cc: NetBeans Users , dev@netbeans.apache.org Subject: Re: NetBeans hanging So, in my case anyway, I can recreate when I have

Re: NetBeans hanging

2020-12-08 Thread Luff,Chris
, no hangs! I installed nb-javac no problem so far… I am going to enable other things bit by bit and will report back if I see the same behaviour but it looks like just a proper clean out is the best thing right now. From: James Ostrowick Date: Tuesday, 8 December 2020 at 12:21 To: Luff,Chris

NetBeans hanging

2020-12-08 Thread Luff,Chris
Well, after changing to the release version and running net.java.openjdk.cmd “AppleWindowTabbingMode” to prevent full screen tabs that caused hangs - I am getting some odd behaviours. Every now and again I am getting hangs with no obvious cause. In the hang that just occurred,

Re: [ANNOUNCE] Apache NetBeans 12.2 Released

2020-12-07 Thread Luff,Chris
Nice one @Laszlo and everybody involved. > On 7 Dec 2020, at 05:48, Laszlo Kishalmi wrote: > > The Apache NetBeans team is pleased to announce that Apache NetBeans > 12.2 was released on December 5th 2020 *. Apache NetBeans is a full IDE > for Java SE, Java EE, PHP, JavaScript, HTML5 and more,

Re: [VOTE] Release Apache NetBeans-12.2 Mac OSX Installer

2020-12-02 Thread Luff,Chris
+1 Product Version: Apache NetBeans IDE 12.2 Java: 14.0.2; OpenJDK 64-Bit Server VM 14.0.2+12 Runtime: OpenJDK Runtime Environment 14.0.2+12 MacBook Pro (15-inch, 2018) 2.2 GHz 6-Core Intel Core i7 10.15.7 (19H15) > On 30 Nov 2020, at 18:57, John Mc wrote: > > Hi, > > We can vote for Apache

Re: NetBeans 12.2

2020-12-02 Thread Luff,Chris
+1 thanks dude! Moved to the edge release and all is fine. > On 1 Dec 2020, at 17:08, Benjamin Asbach wrote: > > Hi Chris, > > I guess you were might running into that issue[1]. The version you mentioned > should not work with 12.1 either. > > Maybe you could retry with

NetBeans 12.2

2020-12-01 Thread Luff,Chris
Working with NetBeans 12.2 macOs installer voting candidate - someone please correct me if I am wrong, but Lombok should work fine in a maven project? Using 1.18.16, Netbeans is not recognising the annotated classes. Am I missing something? Product Version: Apache NetBeans IDE 12.2 Java: 15;

how to get help with netbeans - PLEASE HELP if you know anything

2020-11-28 Thread chris lanz
Hello, Sorry if this is a duplicate, but I can't find the message I tried to send to the list, so I don't know if it got through. How can an individual user get help with netbeans? I have exhausted all the usual options - apache mailing list, oracle mailing list, stack overflow, apache bug

Re: [VOTE] Release Apache NetBeans 12.2 (vote candidate 1)

2020-11-17 Thread Luff,Chris
+1 Product Version: Apache NetBeans IDE 12.2 Java: 15; OpenJDK 64-Bit Server VM 15+36 Runtime: OpenJDK Runtime Environment 15+36 System: Mac OS X version 10.15.7 running on x86_64; UTF-8; en_GB (nb) On 16 Nov 2020, at 07:57, Laszlo Kishalmi mailto:laszlo.kisha...@gmail.com>> wrote: Dear

Re: [VOTE] Release Apache NetBeans-12.1 Mac OSX Installer - vote 2

2020-09-09 Thread Luff,Chris
+1 Product Version: Apache NetBeans IDE 12.1 Java: 14.0.2; OpenJDK 64-Bit Server VM 14.0.2+12 Runtime: OpenJDK Runtime Environment 14.0.2+12 System: Mac OS X version 10.15.6 running on x86_64; UTF-8; en_GB (nb) Chris Luff | Associate Principal Engineer | UK Development - Care Insight

Re: Congratulations to Geertjan and Neil, new ASF Members!

2020-04-30 Thread Luff,Chris
Nice++ > On 30 Apr 2020, at 14:02, Bertrand Delacretaz wrote: > > Hi, > > I'm pleased to announce that two NetBeans PMC members, Geertjan > Wielenga and Neil C Smith have recently been elected as Members of the > Apache Software Foundation. > > Congratulations and that's well deserved, thank you

Re: Pack200 & Unpack200

2020-03-19 Thread Luff,Chris
Ok, yeah I see all the instances; https://github.com/apache/netbeans/search?q=unpack200_q=unpack200 @Arvind has work started in this space yet, I don’t see activity in the Jira as yet? On 19 Mar 2020, at 11:56, Luff,Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Thanks Geertjan

Re: Pack200 & Unpack200

2020-03-19 Thread Luff,Chris
elenga mailto:geert...@apache.org>> wrote: Arvind, Whoever at IDC is working on this could respond to this thread and ideally reference an issue number. Thanks, Gj On Thu, 19 Mar 2020 at 12:47, Luff,Chris mailto:chris.l...@cerner.com.invalid>> wrote: Hey all, It had actually slipped me by th

Pack200 & Unpack200

2020-03-19 Thread Luff,Chris
search in the mailing list history and could not see anything. Is there a JIRA I can track and potentially assist with? Thanks Chris CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained

Re: [VOTE] Release Apache NetBeans 11.3 [vote candidate 1]

2020-02-21 Thread Luff,Chris
+1 macOS 10.15.3 OpenJDK Runtime Environment 14-ea+33-1439 > On 19 Feb 2020, at 16:19, Eric Barboni wrote: > > Dear community, > > > > Sorry for the delay, artefacts are ready since 3 days but we hit a per file > size limitation on the distribution server. Thanks to INFRA this now ok. > > > >

Re: RCP JavaFX

2020-02-03 Thread Luff,Chris
You do not need any plugins. If you want to turn on integration with SceneBuilder that is in Preferences->Java->JavaFx. To create a JavaFX project you need to include at least org.openjfx.javafx-base as a dependency for you project. You can then include the org.openjfx javafx plugin for Gradle

Selecting a deployment server beta3

2019-10-18 Thread Luff,Chris
I have a war artifact that I debug against a tomcat instance running locally. I could do so fine in beta2 but the Server dropdown is empty when the server is running, usually it would display the running server to select and so on… Could someone attempt to recreate the issue in beta3 please?!

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Luff,Chris
Looking good, no issues and starting up nice and fast. Product Version: Apache NetBeans IDE 11.2-beta3 Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11 Runtime: OpenJDK Runtime Environment 11.0.4+11 System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_GB (nb) Chris Luff | Associate

Re: maven-compiler-plugin problem

2019-10-11 Thread Luff,Chris
Configuration is incorrect for JDK ^9 org.apache.maven.plugins maven-compiler-plugin 9 Chris Luff | Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.l...@cerner.com<mailto:chris.l...@cerner.com>

Re: NetBeans Downloads

2019-09-02 Thread Luff,Chris
For the record DuckDuckGo's top result is Apache NetBeans[1] for the search term "NetBeans Download" [1]: https://netbeans.apache.org/download/index.html On 02/09/2019, 15:36, "Kenneth Fogel" wrote: It was just brought to my attention and I just verified that if you enter NetBeans

Re: Difference between building NetBeans from CLI and from NetBeans itself?

2019-08-12 Thread Luff,Chris
If you have the project open in NetBeans, right click on the root of the project, go to Properties and in the tree ensure you have the correct JDK in the Compile leaf and that the Sources match at least 1.7 but go for 1.8. You should be able to build 11.x on anything >=8 but I would try just 8

Re: JavaFX Netbeans 11

2019-05-16 Thread Luff,Chris
ind the link to it but Geertjan provided a youtube tutorial to show the changes needed, they were fairly minimal. I am using JDK 11 on Windows and Ubuntu. BC From: Luff,Chris mailto:chris.l...@cerner.com.INVALID>> Sent: May 16, 2019 4:44 AM To: dev@netbeans.apa

Re: JavaFX Netbeans 11

2019-05-16 Thread Luff,Chris
What modifications do you have to make? What JDK are you running the build and NetBean upon? > On 15 May 2019, at 11:15, joe schmo wrote: > > I have recently installed Netbeans 11.0 on Ubuntu 18.04 ,created a JavaFX > project and it works fine out of the box, which is odd. I have been using

Re: OpenJFX and NetBeans

2019-05-13 Thread Luff,Chris
Thanks! Hopefully later this week... > On 13 May 2019, at 11:55, Mr_Krava wrote: > > This is excellent.Looking forward to part 3. > > Regards, > BrianCUNKA > >On Monday, 13 May 2019, 10:07:39 am UTC, Geertjan Wielenga > wrote: > > Hi all, > > Chris