Re: [VOTE] Release Apache NetBeans VSCode extension 13.0.301

2022-04-19 Thread Jaroslav Tulach
+1 (binding)

Signatures seems to be fine. Sources build with JDK 1.8.0 on Ubuntu.
Extension runs.
-jt


pá 15. 4. 2022 v 8:12 odesílatel Martin Balin 
napsal:

> Dear community,
> let's update the Apache NetBeans Language Server extension on VSCode
> Marketplace with significantly improved version 13.0.301
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/
>
> The primary voting artifact is the source
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301-source.zip
> built from branch ‘vsnetbeans_preview_1303’
>
> SHA-512 sum is:
>
> 696eb7fc29ed18d455de0018790702218db24067b073fe29834113e421066f28021ead577f2f025286899ef6534f55929ce039fe6bfa26cc5c02976353f1ae24
> and PGP signature:
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301-source.zip.asc
>
> Binary artifacts were built by:
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-vscode/1030/
>
> Use following commands to build your own 13.0.301 VSIX  binary:
> $ unzip apache-netbeans-java-13.0.301-source.zip
> $ ant build
> $ cd java/java.lsp.server
> $ ant build-vscode-ext -Dvsix.version=13.0.301 -D3rdparty.modules=none
>
> In addition to the source ZIP file, we are also voting about convenience
> binary:
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301.vsix
> SHA-512
> 
> sum:
>
> f6e2b0d20be21a21bbce8f7afb7ca320a603ee19b40c1c6c61a44aeea951fc67ae4eb6c4b414994e4d04d3edd6b0f64afab462da59d2e32f9697a1ac0b5b5493
> PGP signature:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301.vsix.asc
> The binaries has been produced by the same job run #1030 from the same
> commit
>
> 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.
>
> Thank you,
> Martin Balín
>
>


JDK 18.0.1 was just released

2022-04-19 Thread Michael Bien

Hi devs,

the JDK update releases are out. But the release tag (18.0.1+10) hasn't 
made it into the jdk18u repo yet as far as I can tell. This means we 
might have to update nb-javac during the RC phase again - if we decide 
to update.


The first update release has traditionally more fixes than later 
updates, it might be worth to try to get this in IMO, even if it misses 
the first RC.


PR is prepared, only waiting for the right tag:

https://github.com/JaroslavTulach/nb-javac/pull/7

best regards,

michael


-
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 platform apps processes not properly caught at IDE shutdown?

2022-04-19 Thread Jean-Marc Borer
Here one can see that there are no more processes running, however the IDE
still believes there is a NB app.

-
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



Netbeans platform apps processes not properly caught at IDE shutdown?

2022-04-19 Thread Jean-Marc Borer
Hi There,

My environment:

*Product Version:* Apache NetBeans IDE 13

*Updates:* Updates available 

*Java:* 17.0.2; OpenJDK 64-Bit Server VM 17.0.2+8-LTS

*Runtime:* OpenJDK Runtime Environment 17.0.2+8-LTS

*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)


When I run our Netbeans Platform Applications based on 12.4 with Java 8
from Maven, the process is apparently not properly caught, because when I
close the IDE, the following dialog appears:

[image: image.png]

If I start the application several times, the processes stack up (the list
grows). However in the process status bar, they properly disappear.

Did anyone observe this strange  behavior. It happened already with NB 12.4
and 12.5?

Thank you in advance for your help.

Cheers,

JMB


Re: nbribbonbar

2022-04-19 Thread Oliver Rettig
Hi Geertjan and Christian,

very very thanks for your quick answer. Its great that the code is available.

best regards
Oliver


> https://github.com/geertjanw/jmn
> 
> Gj
> 
> On Tue, Apr 19, 2022 at 4:31 PM Oliver Rettig  wrote:
> > Hi,
> > 
> > I am working on an netbeans editor-Extention to suport the work with
> > conformal geometric algebra, which will include also a domain specific
> > programming language based on truffle/graal.
> > 
> > In this context I want to add the possibility to insert specific
> > mathematical symbols in textfile edited with the netbeans-editor in form
> > of a netbeans plugin.
> > 
> > I have found the tutorial
> > 
> > https://netbeans.apache.org/tutorials/74/nbm-ribbonbar.html
> > 
> > which seems support some specific toolbar ui  but it is a pity: The code
> > to
> > nbribbonbar is gone.
> > 
> > Has anybody saved the source code? Maybe Geertjan? If I get the code I can
> > update the wiki and host the code somewhere in github to make it available
> > for the furture.
> > 
> > My current experiments with extentions of the the netbeans editor are
> > here:
> > 
> > https://github.com/orat/netbeans-cgasymbols/tree/master
> > 
> > I have implemented additions to the editor context-menu to insert the
> > symbols. But this looks too much cumbersome for the user. I think a
> > ribbon-bar is nicer.
> > 
> > If somebody is interested in the mathematical symbols and the experiments
> > in implementing a formular parser to work with these symbols. The code is
> > here:
> > 
> > https://github.com/MobMonRob/DSL4GeometricAlgebra/blob/main/README.md
> > 
> > best regards
> > Oliver
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > -
> > 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: nbribbonbar

2022-04-19 Thread Christian Pervoelz
Hi,

may this
https://github.com/huynguyen2015/Java-nbribbonbar/tree/master/PinkMatterRibbonPlatform
helps.

Hadn't had a closer look to it, but looks like the original code.

--C.

Am Di., 19. Apr. 2022 um 16:31 Uhr schrieb Oliver Rettig <
oliver.ret...@orat.de>:

> Hi,
>
> I am working on an netbeans editor-Extention to suport the work with
> conformal
> geometric algebra, which will include also a domain specific programming
> language based on truffle/graal.
>
> In this context I want to add the possibility to insert specific
> mathematical
> symbols in textfile edited with the netbeans-editor in form of a netbeans
> plugin.
>
> I have found the tutorial
>
> https://netbeans.apache.org/tutorials/74/nbm-ribbonbar.html
>
> which seems support some specific toolbar ui  but it is a pity: The code
> to
> nbribbonbar is gone.
>
> Has anybody saved the source code? Maybe Geertjan? If I get the code I can
> update the wiki and host the code somewhere in github to make it available
> for
> the furture.
>
> My current experiments with extentions of the the netbeans editor are here:
>
> https://github.com/orat/netbeans-cgasymbols/tree/master
>
> I have implemented additions to the editor context-menu to insert the
> symbols.
> But this looks too much cumbersome for the user. I think a ribbon-bar is
> nicer.
>
> If somebody is interested in the mathematical symbols and the experiments
> in
> implementing a formular parser to work with these symbols. The code is
> here:
>
> https://github.com/MobMonRob/DSL4GeometricAlgebra/blob/main/README.md
>
> best regards
> Oliver
>
>
>
>
>
>
>
> -
> 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: nbribbonbar

2022-04-19 Thread Geertjan Wielenga
https://github.com/geertjanw/jmn

Gj

On Tue, Apr 19, 2022 at 4:31 PM Oliver Rettig  wrote:
>
> Hi,
>
> I am working on an netbeans editor-Extention to suport the work with conformal
> geometric algebra, which will include also a domain specific programming
> language based on truffle/graal.
>
> In this context I want to add the possibility to insert specific mathematical
> symbols in textfile edited with the netbeans-editor in form of a netbeans
> plugin.
>
> I have found the tutorial
>
> https://netbeans.apache.org/tutorials/74/nbm-ribbonbar.html
>
> which seems support some specific toolbar ui  but it is a pity: The code to
> nbribbonbar is gone.
>
> Has anybody saved the source code? Maybe Geertjan? If I get the code I can
> update the wiki and host the code somewhere in github to make it available for
> the furture.
>
> My current experiments with extentions of the the netbeans editor are here:
>
> https://github.com/orat/netbeans-cgasymbols/tree/master
>
> I have implemented additions to the editor context-menu to insert the symbols.
> But this looks too much cumbersome for the user. I think a ribbon-bar is
> nicer.
>
> If somebody is interested in the mathematical symbols and the experiments in
> implementing a formular parser to work with these symbols. The code is here:
>
> https://github.com/MobMonRob/DSL4GeometricAlgebra/blob/main/README.md
>
> best regards
> Oliver
>
>
>
>
>
>
>
> -
> 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





nbribbonbar

2022-04-19 Thread Oliver Rettig
Hi,

I am working on an netbeans editor-Extention to suport the work with conformal 
geometric algebra, which will include also a domain specific programming 
language based on truffle/graal.

In this context I want to add the possibility to insert specific mathematical 
symbols in textfile edited with the netbeans-editor in form of a netbeans 
plugin.

I have found the tutorial

https://netbeans.apache.org/tutorials/74/nbm-ribbonbar.html

which seems support some specific toolbar ui  but it is a pity: The code to 
nbribbonbar is gone. 

Has anybody saved the source code? Maybe Geertjan? If I get the code I can 
update the wiki and host the code somewhere in github to make it available for 
the furture.

My current experiments with extentions of the the netbeans editor are here:

https://github.com/orat/netbeans-cgasymbols/tree/master

I have implemented additions to the editor context-menu to insert the symbols. 
But this looks too much cumbersome for the user. I think a ribbon-bar is 
nicer.

If somebody is interested in the mathematical symbols and the experiments in 
implementing a formular parser to work with these symbols. The code is here:

https://github.com/MobMonRob/DSL4GeometricAlgebra/blob/main/README.md

best regards
Oliver







-
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: [NOTICE] - Freeze and branch for Apache NetBeans 14 on April 20th

2022-04-19 Thread Neil C Smith
On Tue, 12 Apr 2022, 17:38 Neil C Smith,  wrote:

> We're intending to create the delivery and release branches on April
> 20th.  All remaining open PRs will be retagged to NB15.  Anything that
> requires merging to 14 after that date should be opened / rebased
> against delivery for review.
>

Quick reminder that we'll be branching off for NB14 tomorrow. Any remaining
open PRs for NB14 will be retagged for NB15.

Thanks,

Neil


[RESULT][VOTE] Release Apache NetBeans VSCode extension 13.0.301

2022-04-19 Thread Martin Balin
Hello,
Voting for 13.0.301 VSNetBeans is closed.
Results:
- 4x 1+(binding) votes - S.Dedic, D.Balek, M. Entlicher, M.Balin
- 1x 1+ vote from P.Pisl

VSIX will be released on VSCode marketplace soon and on 
https://dist.apache.org/repos/dist/release/netbeans/netbeans-vscode-ext/
Thanks’ to all who voted.
Martin

On 15. 4. 2022, at 8:12, Martin Balin 
mailto:martin.ba...@oracle.com>> wrote:

Dear community,
let's update the Apache NetBeans Language Server extension on VSCode 
Marketplace with significantly improved version 13.0.301
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/__;!!ACWV5N9M2RV99hQ!ZVXoZLcmYbNdNBZOV62a5-xE_nzK6Y0qubOThB7dBZp3Yiy-FtNqtdOTLU6e5fjoBA$

The primary voting artifact is the source
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301-source.zip__;!!ACWV5N9M2RV99hQ!ZVXoZLcmYbNdNBZOV62a5-xE_nzK6Y0qubOThB7dBZp3Yiy-FtNqtdOTLU46tlUPhA$
built from branch ‘vsnetbeans_preview_1303’

SHA-512 sum is:
696eb7fc29ed18d455de0018790702218db24067b073fe29834113e421066f28021ead577f2f025286899ef6534f55929ce039fe6bfa26cc5c02976353f1ae24
and PGP signature:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301-source.zip.asc__;!!ACWV5N9M2RV99hQ!ZVXoZLcmYbNdNBZOV62a5-xE_nzK6Y0qubOThB7dBZp3Yiy-FtNqtdOTLU5tKUMQKg$

Binary artifacts were built by:
https://urldefense.com/v3/__https://ci-builds.apache.org/job/Netbeans/job/netbeans-vscode/1030/__;!!ACWV5N9M2RV99hQ!ZVXoZLcmYbNdNBZOV62a5-xE_nzK6Y0qubOThB7dBZp3Yiy-FtNqtdOTLU7BTyxrZg$

Use following commands to build your own 13.0.301 VSIX  binary:
$ unzip apache-netbeans-java-13.0.301-source.zip
$ ant build
$ cd java/java.lsp.server
$ ant build-vscode-ext -Dvsix.version=13.0.301 -D3rdparty.modules=none

In addition to the source ZIP file, we are also voting about convenience binary:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301.vsix__;!!ACWV5N9M2RV99hQ!ZVXoZLcmYbNdNBZOV62a5-xE_nzK6Y0qubOThB7dBZp3Yiy-FtNqtdOTLU7QK7LX5w$
SHA-512 sum:
f6e2b0d20be21a21bbce8f7afb7ca320a603ee19b40c1c6c61a44aeea951fc67ae4eb6c4b414994e4d04d3edd6b0f64afab462da59d2e32f9697a1ac0b5b5493
PGP signature: 
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301.vsix.asc__;!!ACWV5N9M2RV99hQ!ZVXoZLcmYbNdNBZOV62a5-xE_nzK6Y0qubOThB7dBZp3Yiy-FtNqtdOTLU76E5aWlQ$
The binaries has been produced by the same job run #1030 from the same commit

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.

Thank you,
Martin Balín




Re: [VOTE] Release Apache NetBeans VSCode extension 13.0.301

2022-04-19 Thread Petr Pisl
Hello,

+1

Tested on Ubuntu 18.04, SHA check is OK.

Petr



Od: Martin Balin 
Odesláno: pátek 15. dubna 2022 8:12
Komu: dev@netbeans.apache.org 
Předmět: [External] : [VOTE] Release Apache NetBeans VSCode extension 13.0.301

Dear community,
let's update the Apache NetBeans Language Server extension on VSCode 
Marketplace with significantly improved version 13.0.301
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/__;!!ACWV5N9M2RV99hQ!Y2BIfCF5TdckVelu4UYqh6zsRPcpCGbetXjMvcWqLjvzROqpwVyPE_ZIVYfEcq8$

The primary voting artifact is the source
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301-source.zip__;!!ACWV5N9M2RV99hQ!Y2BIfCF5TdckVelu4UYqh6zsRPcpCGbetXjMvcWqLjvzROqpwVyPE_ZILDpKzN0$
built from branch ‘vsnetbeans_preview_1303’

SHA-512 sum is:
696eb7fc29ed18d455de0018790702218db24067b073fe29834113e421066f28021ead577f2f025286899ef6534f55929ce039fe6bfa26cc5c02976353f1ae24
and PGP signature:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301-source.zip.asc__;!!ACWV5N9M2RV99hQ!Y2BIfCF5TdckVelu4UYqh6zsRPcpCGbetXjMvcWqLjvzROqpwVyPE_ZIEXoztys$

Binary artifacts were built by:
https://urldefense.com/v3/__https://ci-builds.apache.org/job/Netbeans/job/netbeans-vscode/1030/__;!!ACWV5N9M2RV99hQ!Y2BIfCF5TdckVelu4UYqh6zsRPcpCGbetXjMvcWqLjvzROqpwVyPE_ZI1cSZPdo$

Use following commands to build your own 13.0.301 VSIX  binary:
$ unzip apache-netbeans-java-13.0.301-source.zip
$ ant build
$ cd java/java.lsp.server
$ ant build-vscode-ext -Dvsix.version=13.0.301 -D3rdparty.modules=none

In addition to the source ZIP file, we are also voting about convenience binary:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301.vsix__;!!ACWV5N9M2RV99hQ!Y2BIfCF5TdckVelu4UYqh6zsRPcpCGbetXjMvcWqLjvzROqpwVyPE_ZIHmmdwc0$
SHA-512 sum:
f6e2b0d20be21a21bbce8f7afb7ca320a603ee19b40c1c6c61a44aeea951fc67ae4eb6c4b414994e4d04d3edd6b0f64afab462da59d2e32f9697a1ac0b5b5493
PGP signature: 
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/13.0.301/apache-netbeans-java-13.0.301.vsix.asc__;!!ACWV5N9M2RV99hQ!Y2BIfCF5TdckVelu4UYqh6zsRPcpCGbetXjMvcWqLjvzROqpwVyPE_ZIu0NIEXs$
The binaries has been produced by the same job run #1030 from the same commit

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.

Thank you,
Martin Balín