Re: NetBeans 20 Release Candidate 2 - Project Properties Not Opening

2023-10-28 Thread Josh Juneau
Thanks everyone...yes https://github.com/apache/netbeans/issues/6622 does
seem the same as the issue I am encountering.

I appreciate your time and work!

Josh Juneau




On Sat, Oct 28, 2023 at 3:52 AM Neil C Smith  wrote:

> On Sat, 28 Oct 2023 at 08:02, Matthias Bläsing
>  wrote:
> >
> > Hi Josh,
> >
> > Am Freitag, dem 27.10.2023 um 22:20 -0500 schrieb Josh Juneau:
> > > I have been testing NetBeans 20 RC2 and it looks like the "Project
> > > Properties" dialog is not opening, as expected.  Typically when
> > > right-clicking on a project and selecting "Properties" from the
> contextual
> > > menu, the "Properties" dialog should open.  Unfortunately it is not
> working
> > > with RC2.
> > >
> > > I also tested with NetBeans 20 RC1 and "Project Properties" did open
> > > without issues.
> >
> > could you please check if this:
> >
> > https://github.com/apache/netbeans/issues/6622
> >
> > matches your problem (it sounds so).
>
> Yes, almost certainly is this.
>
> We currently have two PRs open - one to revert all the changes
> introduced in 20-rc2, one to fix this particular issue.
>
> https://github.com/apache/netbeans/pull/6623
> https://github.com/apache/netbeans/pull/6624
>
> Unless we have further input, I'll merge the full revert early next
> week for 20-rc3.  I don't particularly want to make the final call on
> which gets merged though, but that is where my preference is.
>
> I share Michael's views expressed at
>
> https://github.com/apache/netbeans/pull/6514#issuecomment-1775592170
>
> and
>
> https://github.com/apache/netbeans/pull/6624#issuecomment-1781492233
>
> I'm not in favour of merging such large scale changes post-freeze,
> particularly when they show evidence of inadequate testing in the IDE
> UI so quickly.  As our third release candidate, 20-rc3 should (unless
> high/critical issues are found) be the release itself, not one where
> we're still testing new behaviour.
>
> Best wishes,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: NetBeans 20 Release Candidate 2 - Project Properties Not Opening

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023 at 08:02, Matthias Bläsing
 wrote:
>
> Hi Josh,
>
> Am Freitag, dem 27.10.2023 um 22:20 -0500 schrieb Josh Juneau:
> > I have been testing NetBeans 20 RC2 and it looks like the "Project
> > Properties" dialog is not opening, as expected.  Typically when
> > right-clicking on a project and selecting "Properties" from the contextual
> > menu, the "Properties" dialog should open.  Unfortunately it is not working
> > with RC2.
> >
> > I also tested with NetBeans 20 RC1 and "Project Properties" did open
> > without issues.
>
> could you please check if this:
>
> https://github.com/apache/netbeans/issues/6622
>
> matches your problem (it sounds so).

Yes, almost certainly is this.

We currently have two PRs open - one to revert all the changes
introduced in 20-rc2, one to fix this particular issue.

https://github.com/apache/netbeans/pull/6623
https://github.com/apache/netbeans/pull/6624

Unless we have further input, I'll merge the full revert early next
week for 20-rc3.  I don't particularly want to make the final call on
which gets merged though, but that is where my preference is.

I share Michael's views expressed at

https://github.com/apache/netbeans/pull/6514#issuecomment-1775592170

and

https://github.com/apache/netbeans/pull/6624#issuecomment-1781492233

I'm not in favour of merging such large scale changes post-freeze,
particularly when they show evidence of inadequate testing in the IDE
UI so quickly.  As our third release candidate, 20-rc3 should (unless
high/critical issues are found) be the release itself, not one where
we're still testing new behaviour.

Best wishes,

Neil

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

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





Re: NetBeans 20 Release Candidate 2 - Project Properties Not Opening

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023 at 06:35, Patrik Karlström  wrote:
>
> FWIW, I have no such problem with rc2 on Fedora linux.

It only affects Maven projects without a parent project.

Best wishes,

Neil

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

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





Re: NetBeans 20 Release Candidate 2 - Project Properties Not Opening

2023-10-28 Thread Gregory Williams
I'm also seeing this on 20 RC2. I'm on Fedora 38. Both the context menu 
and File -> Project Properties are affected. The stack trace matches the 
one on issue 6622.

Gregory

On 28/10/2023 08:01, Matthias Bläsing wrote:
> Hi Josh,
>
> Am Freitag, dem 27.10.2023 um 22:20 -0500 schrieb Josh Juneau:
>> I have been testing NetBeans 20 RC2 and it looks like the "Project
>> Properties" dialog is not opening, as expected.  Typically when
>> right-clicking on a project and selecting "Properties" from the contextual
>> menu, the "Properties" dialog should open.  Unfortunately it is not working
>> with RC2.
>>
>> I also tested with NetBeans 20 RC1 and "Project Properties" did open
>> without issues.
> could you please check if this:
>
> https://github.com/apache/netbeans/issues/6622
>
> matches your problem (it sounds so).
>
> Greetings
>
> Matthias
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>



Re: NetBeans 20 Release Candidate 2 - Project Properties Not Opening

2023-10-28 Thread Matthias Bläsing
Hi Josh,

Am Freitag, dem 27.10.2023 um 22:20 -0500 schrieb Josh Juneau:
> I have been testing NetBeans 20 RC2 and it looks like the "Project
> Properties" dialog is not opening, as expected.  Typically when
> right-clicking on a project and selecting "Properties" from the contextual
> menu, the "Properties" dialog should open.  Unfortunately it is not working
> with RC2.
> 
> I also tested with NetBeans 20 RC1 and "Project Properties" did open
> without issues.

could you please check if this:

https://github.com/apache/netbeans/issues/6622

matches your problem (it sounds so).

Greetings

Matthias

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

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





Re: NetBeans 20 Release Candidate 2 - Project Properties Not Opening

2023-10-27 Thread Patrik Karlström
FWIW, I have no such problem with rc2 on Fedora linux.

/Patrik

Den lör 28 okt. 2023 kl 05:21 skrev Josh Juneau :

> I have been testing NetBeans 20 RC2 and it looks like the "Project
> Properties" dialog is not opening, as expected.  Typically when
> right-clicking on a project and selecting "Properties" from the contextual
> menu, the "Properties" dialog should open.  Unfortunately it is not working
> with RC2.
>
> I also tested with NetBeans 20 RC1 and "Project Properties" did open
> without issues.
>
> I have tested on two Macs, one Intel and the other Apple M2 Max, and both
> have the same issue.
>
> Here are the details from the M2 Max:
>
> *Product Version:* Apache NetBeans IDE 20-rc2
>
> *Java:* 17.0.8; OpenJDK 64-Bit Server VM 17.0.8+7-LTS
>
> *Runtime:* OpenJDK Runtime Environment 17.0.8+7-LTS
>
> *System:* Mac OS X version 13.6 running on aarch64; UTF-8; en_US (nb)
>
>
> Thanks for your time and work on NetBeans.
>
>
> Josh Juneau
>