Re: [VOTE] Release Apache NetBeans 16 DEB package

2022-12-06 Thread Laszlo Kishalmi

+1 (binding)


Works well. Tested on Ubuntu 22.10 with Java 19

Thanks!

On 12/3/22 02:07, Neil C Smith wrote:

+1 (binding)

Need one more PMC vote if we're going to release the DEB package.

Thanks,

Neil

On Wed, 30 Nov 2022 at 13:29, Neil C Smith  wrote:

Vote to release Apache NetBeans 16 DEB package, built from the Apache
NetBeans 16 binary zip release with NBPackage 1.0-beta2.

The package is architecture independent and reliant on system JDK.
Package built with provided command line (rather than config file).

DEB package artefact :
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/apache-netbeans_16-1_all.deb
SHA : 
3366f44b60fbb3308ed4a55606f5dba26b9deb5017d112958063bb17893fc799d88c1b71b43201e450dfec383dfe7223077ad25c7b398b9ec4624e4a9042e446
SHA file : 
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/apache-netbeans_16-1_all.deb.sha512
PGP : 
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/apache-netbeans_16-1_all.deb.asc
CLI : ./nbpackage --type linux-deb -Pname="Apache NetBeans"
-Pversion=16 -Purl="https://netbeans.apache.org;
-Pdeb.maintainer="NetBeans Mailing List "
-Pdeb.desktop-filename="apache-netbeans-ide-16" -Pdeb.wmclass="Apache
NetBeans IDE 16" --input netbeans-16-bin.zip


This vote is going to be open at least 72 hours, vote with +1, 0, and
-1 as usual. Please mark your vote with (binding) if you're an Apache
NetBeans PMC member.

This vote is dependent on the main NBPackage 1.0-beta2 release vote passing.


Thanks everyone and 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





-
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: [VOTE] Release Apache NetBeans 16 DEB package

2022-12-06 Thread Paolo Scarabelli
It installs and works fine on Debian Testing. I've been using it for the
past 2 days without any issues. No black background on the selected editor
tab either.

Thank you.

On Tue, Dec 6, 2022 at 6:55 PM Neil C Smith  wrote:

> On Sat, 3 Dec 2022 at 10:07, Neil C Smith  wrote:
> > Need one more PMC vote if we're going to release the DEB package.
>
> We are still lacking at least one PMC vote on the DEB package.  I will
> close this vote as unpassed in 24hrs if we don't get the required
> votes, and will take that as a view that there is not enough consensus
> to deliver Linux DEB or RPM packages directly.
>
> Thanks,
>
> 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: 16 version not present on web

2022-12-06 Thread Laszlo Kishalmi
We are in the finishing phase of NB16 release process. Everything is 
shaping up, you can expect NB16 to be announced in a few days. But yes 
the artifacts are already available.


On 12/6/22 07:06, name name2 wrote:

Hello
I see libs of 16 version in maven, but https://netbeans.apache.org/ still 15
Why?



-
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





16 version not present on web

2022-12-06 Thread name name2
Hello
I see libs of 16 version in maven, but https://netbeans.apache.org/ still 15
Why?


Re: NB 16, Smaller font by design?

2022-12-06 Thread Patrik Karlström
Den mån 5 dec. 2022 kl 19:21 skrev Neil C Smith :

> On Mon, 5 Dec 2022 at 14:06, Patrik Karlström  wrote:
> >
> > Den fre 2 dec. 2022 kl 12:50 skrev Patrik Karlström :
> >
> > >
> > > TitlePane.font={font}$Label.font
> > >>
> > >> Save the file and restart NetBeans.  Is that better?
> > >>
> > >> Neil
> > >>
> > >
> > > Thanks, I'll try this on Monday when I'm back on Windows.
> > >
> > >
> > Works great! Will use that until NB 17.
>
> Good to know.
>
> > Not a problem, just an observation; Hitting the "Edit custom properties
> > button" on a platform app without editors(?) results in
> > SEVERE [org.openide.util.Exceptions]
> > java.lang.NullPointerException: Cannot invoke
> > "org.netbeans.api.actions.Editable.edit()" because "editable" is null
>
> Hmmm.  That's annoying.  Pretty sure some basic editor support is
> brought in already by the dependencies of the options panel?  I
> deliberately implemented this without adding additional dependencies
> other than those brought in transiently already.
>
> Maybe should have used Openable here?  Or fall back to Openable if
> Editable is null?
>
> Any chance you could step through and find what DataObject we have
> here, and why it's not got an Editable?
>
> Ideally we might look at branding this button visibility.  Ideally we
> might also look at splitting off the options panel for FlatLaf into a
> separate module with different dependencies.  That was discussed in
> https://github.com/apache/netbeans/pull/4719
>
> Incidentally, I think this should support registering the additional
> properties file directly in a layer too, so might also be a way to
> deliver overrides for platform applications.
>
> Best wishes,
>
> Neil
>

Not really sure what you want me to step through but I created a new
platform project and added org-netbeans-swing-laf-flatlaf as a dependency
in order to reach it from the debugger.
With a breakpoint I get org.openide.loaders.DefaultDataObject@6dfe9bb0
[MultiFileObject@1a0c1113[LookAndFeel/FlatLaf.properties]] as the string
representation of the dob.

What else should I look for?

Patrik


RE: Copy Paste still an issue

2022-12-06 Thread Eirik Bakke
Yeah, this still does happen sometimes. The improvement is that it always now 
seems possible to get out of the broken state without having to restart the IDE.

-- Eirik

-Original Message-
From: Scott Palmer  
Sent: Monday, December 5, 2022 10:46 PM
To: dev@netbeans.apache.org
Subject: Re: Copy Paste still an issue

I’ve still had to paste into another application sometimes and then copy again 
to get NB 16 to recognize what I had copied from somewhere else so it would 
paste that instead of what it had internally. 

Scott

> On Dec 5, 2022, at 9:33 PM, Eirik Bakke  wrote:
> 
> Yes, there was a patch here in NetBeans 15 which I think improved the 
> situation a lot. Now you can usually just Ctrl+C again, which so far 
> has always resolved the problem for me. (Instead of restarting the 
> IDE.)
> 
> The patch was https://github.com/apache/netbeans/pull/4774 , which was a 
> follow-up on https://github.com/apache/netbeans/pull/4572 . I kept a diary of 
> cut/paste problems and their resolution for several weeks.
> 
> -- Eirik
> 
> 
> Great! There was a patch in NetBeans 15 that made the copy/paste bug much 
> less of a problem.
> 
> -Original Message-
> From: Patrik Karlström 
> Sent: Monday, December 5, 2022 9:18 AM
> To: dev@netbeans.apache.org
> Subject: Re: Copy Paste still an issue
> 
> There are a couple of threads on this by now and I'm not sure if the 
> following "semi-solution" has been posted.
> 
> A couple of weeks ago the clipboard went bust on me in NB 15.
> I tried a couple of things and I got it working again without restarting NB.
> 
> Today it happened again but this time in NB 16, this gave me a chance to 
> reduce and verify my steps.
> The only thing I needed to do to make the clipboard working again was
> 
> Hit CTRL-X in NB without any selection being made (cut the whole line).
> Perhaps CTRL-C works too.
> 
> Patrik
> 
> 
> Den lör 3 sep. 2022 kl 11:07 skrev Neil C Smith :
> 
>>> On Fri, 2 Sept 2022 at 18:45, Kenneth Fogel 
>>> 
>>> wrote:
>>> To reproduce try this:
>>> 
>>> Open NB and a project in NB. Open NotePad++ or Word.
>>> Copy just one line of a file from NB to NotePad++ or Word. It should
>> work. Try a few other lines but just a single line at a time.
>>> Now select and copy 20 or so lines from the NB file. **You will not 
>>> be
>> able to paste it**.
>> 
>> It would be easier if it was that easily reproducible!  Are you 
>> saying that you see this every time?  Other people have reported it 
>> happening after some time, some not seeing it.
>> 
>> Can you try setting some thing in netbeans.conf startup properties?
>> 
>> -J-Dorg.netbeans.NbClipboard.level=FINEST
>> 
>> Then check messages.  Anything odd?
>> 
>> Then try adding to that -
>> 
>> -J-Dnetbeans.slow.system.clipboard.hack=false
>> 
>> and
>> 
>> -J-DTopSecurityManager.disable=true
>> 
>> separately - not at the same time.
>> 
>> Do either/both affect the result?
>> 
>> Thanks,
>> 
>> 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
>> 
>> 
>> 
>> 
> 
> -
> 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
> 
> 
> 

-
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: CI - the final migration (is complete!)

2022-12-06 Thread Eric Barboni
Many thanks for that,

Eric
-Message d'origine-
De : Neil C Smith  
Envoyé : lundi 5 décembre 2022 14:51
À : Michael Bien 
Cc : dev@netbeans.apache.org
Objet : Re: CI - the final migration (is complete!)

Hi,

On Mon, 5 Dec 2022 at 07:41, Michael Bien  wrote:
>
> we lost the ability to restart travis jobs. So we pretty much have to 
> merge this now so that the tests remain still usable.
>
> Planning to merge this today unless someone gives their -1 to this.
> Would be good to get a review with a second set of eyes though.

Replying here so as to be a good citizen and not reply to your notice email! :-)

Just wanted to say a massive thank you for all your work getting this migrated!

And goodbye to Travis - I shall not miss your restart test button one bit.

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





-
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: [RELEASES] Post-vote release update

2022-12-06 Thread Eric Barboni
Hi, just fixed the link to vote thread

Eric

-Message d'origine-
De : Neil C Smith  
Envoyé : mardi 6 décembre 2022 11:46
À : dev@netbeans.apache.org
Objet : Re: [RELEASES] Post-vote release update

On Tue, 6 Dec 2022 at 07:23, Geertjan Wielenga 
 wrote:
>
> Page for 16 is here but not displaying:
>
> https://github.com/apache/netbeans-website/tree/master/netbeans.apache
> .org/src/content/download/nb16

Seems OK now - https://netbeans.apache.org/download/nb16/ ?

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





-
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: [VOTE] Release Apache NetBeans 16 DEB package

2022-12-06 Thread Carl Mosca
+1 - installed nicely on Ubuntu 22.04.1

On Tue, Dec 6, 2022 at 5:56 AM Neil C Smith  wrote:

> On Sat, 3 Dec 2022 at 10:07, Neil C Smith  wrote:
> > Need one more PMC vote if we're going to release the DEB package.
>
> We are still lacking at least one PMC vote on the DEB package.  I will
> close this vote as unpassed in 24hrs if we don't get the required
> votes, and will take that as a view that there is not enough consensus
> to deliver Linux DEB or RPM packages directly.
>
> Thanks,
>
> 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
>
>
>
>

-- 
Carl J. Mosca


Re: [VOTE] Release Apache NetBeans 16 DEB package

2022-12-06 Thread Neil C Smith
On Sat, 3 Dec 2022 at 10:07, Neil C Smith  wrote:
> Need one more PMC vote if we're going to release the DEB package.

We are still lacking at least one PMC vote on the DEB package.  I will
close this vote as unpassed in 24hrs if we don't get the required
votes, and will take that as a view that there is not enough consensus
to deliver Linux DEB or RPM packages directly.

Thanks,

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: [RELEASES] Post-vote release update

2022-12-06 Thread Neil C Smith
On Tue, 6 Dec 2022 at 07:23, Geertjan Wielenga
 wrote:
>
> Page for 16 is here but not displaying:
>
> https://github.com/apache/netbeans-website/tree/master/netbeans.apache.org/src/content/download/nb16

Seems OK now - https://netbeans.apache.org/download/nb16/ ?

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: [External] : RE: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-12-06 Thread Neil C Smith
On Tue, 6 Dec 2022 at 03:54, Laszlo Kishalmi  wrote:
> Since the milestone is NB16u1, let's mark your the wished PR-s with
> "16u1" label.
>
> I'm going to create cherry-picked PRs from those, and remove the label
> when the PR is ready for NB16u1 milestone.

We do already have a Cherry Pick label for that purpose.

Either is fine, but if we're going to use temporary version labels,
let's delete both when this is done.  Be good to prune a few unused
ones!

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