Re: Opening Gradle + Kotlin DSL (was Re: Building NetBeans with Gradle)

2020-03-01 Thread Enrico Olivelli
I have nuked my .cache and .netbeans folders.
Fresh new NetBeans 11.3.
Initially it did not recognize Calcite folder.
Then I have started the 'create project' wizard selecting Gradle Application,
then I saw the activation of Java (nbjavac, javafx) and then the
Activation of Groovy module

Now I able to open Calcite with NetBeans !!

Thank you so much
You saved me from using IntelliJ !!!

Enrico

Il giorno sab 29 feb 2020 alle ore 07:30 Laszlo Kishalmi
 ha scritto:
>
> Are you on 11.3? Because with that the project is recognized, I can open
> it, it downloads a ton of external library but generally works, even sub
> projects can be opened. The only thing does not work is recognizing the
> Kotlin sourcesets, though that support could be in 12.0
>
> On 2/28/20 10:05 PM, Enrico Olivelli wrote:
> > Il Ven 28 Feb 2020, 22:43 Laszlo Kishalmi  ha
> > scritto:
> >
> >> NetBeans Gradle Plugin recognizes projects with Kotlin DSL  (from 11.3).
> >>
> > I am trying to open Apache Calcite but NB doesn't recognize the folder as a
> > project.
> >
> > https://github.com/apache/calcite
> >
> > I was going to try IntelliJ but your news is sooo cool, I really would like
> > to use NB!
> >
> > Can you please check?
> >
> > Enrico
> >
> > We have some Kotlin support via TextMate lexer, so some syntax
> >> highlighting is there as well.
> >>
> >> On 2/27/20 11:09 PM, Mario Schroeder wrote:
> >>> Hi Lazlo,
> >>>
> >>> those are great news. Thanks for sharing.
> >>>
> >>> I also hope that the Kotlin support is taking up speed than we could even
> >>> support the Gradle Kotlin DSL.
> >>>
> >>> Laszlo Kishalmi  schrieb am Fr., 28. Feb.
> >> 2020,
> >>> 02:23:
> >>>
>  Dear all,
> 
>  I just would like to share the progress of my secret project: build
>  NetBeans with Gradle
> 
>  I'm still not sure how far I would like to go with this experiment, but
>  if nothing else it could be a good test data for the Gradle Support.
> 
>  I had the following milestones in my mind:
> 
>  M0: Done: Get the project dependencies straight, without having circular
>  dependencies: Right now it has 813 sub-projects in the known clusters
> 
>  M1: Done: Get the modules in the Platform cluster (and the harness
>  cluster) compileable.
> 
>  M2: TBD: Make the unit tests pass for the Platform Cluster.
> 
>  M3: TBD: Make the output of the Platform cluster actually runable.
> 
>  How it works:
> 
>  I have a specific NetBeans Gradle Plugin which reads the
>  nbproject/clusters.properties and each module nbproject/project.xml file
>  to get the dependency configuration. other configuration items are read
>  from the nbproject.properties file. In theory we do not have to do any
>  changes for an ordinary module it shall work out of the box without even
>  having a build.gradle file. There are however some special cases where
>  build.gradle file is required. Unfortunately there are some dependency
>  tangles between the modules causing circular dependency in Gradle. In
>  these cases I had to split up the modules between test and source
> >> projects.
>  If anyone would like to have a look:
> 
>  please clone the gradle2 branch of my fork:
>  https://github.com/lkishalmi/netbeans
> 
>  The Gradle build right now needs the help to fetch the external
>  dependencies: ant download-all-extbins
> 
>  But after that one:
> 
>  ./gradlew buildPlatformCluster -x check
> 
>  shall work. (It currently requires JDK 11 or up)
> 
> 
>  -
>  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
>
>
>

-
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://

Re: Digitally signing the NetBeans binaries for macOS notarization

2020-03-01 Thread Arunava Sinha

Hi,

Apple notarization happened through below ticket

https://issues.apache.org/jira/browse/INFRA-19884

During build of macOS installer "Apple Developer ID Installer 
Certificate" was used which I got  from ASF.


https://issues.apache.org/jira/browse/INFRA-19653

Regards,

Arunava Sinha


On 3/1/2020 12:54 PM, Geertjan Wielenga wrote:

Excellent.

Gj

On Sun, 1 Mar 2020 at 07:53, Emilian Bold  wrote:


Nevermind, I realise this was a silly question. Apple has apparently
whitelisted these binaries for NetBeans so there's no need to sign
them at all.

--emi

On Fri, Feb 28, 2020 at 10:34 AM Emilian Bold 
wrote:

Hello,

For OpenBeans.org I have to notarize the macOS app, which means among
other things digitally signing everything that looks executable to
Apple: standalone binaries and dynamic libraries. See


https://urldefense.com/v3/__https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution__;!!GqivPVa7Brio!MlsYTSbmlZhbH1vUd_CIwCyWT2k3v3d6JAvJhwYP2BfoF0kQF6KWqyVONE20BR8k4w$

We have both of these in a NetBeans release and I have been wondering
if it's not more practical to just digitally sign these binaries with
the Apache key instead?

OR, I could just sign these with my key and update the binaries /
external files used by NetBeans so that the resulting binary
distribution has less things to worry about.

I'm happy with either solution. Using my key would be fastest as I can
just use my key and create a PR. I don't know how signing with the
Apache key is done but I assume somebody that worked on the NetBeans
macOS installer knows.

I see the following files:

* native execution with the most:

ide/bin/nativeexecution/MacOSX-x86/killall
ide/bin/nativeexecution/MacOSX-x86/process_start
ide/bin/nativeexecution/MacOSX-x86/pty
ide/bin/nativeexecution/MacOSX-x86/pty_open
ide/bin/nativeexecution/MacOSX-x86/stat
ide/bin/nativeexecution/MacOSX-x86/unbuffer.dylib
ide/bin/nativeexecution/MacOSX-x86_64/killall
ide/bin/nativeexecution/MacOSX-x86_64/process_start
ide/bin/nativeexecution/MacOSX-x86_64/pty
ide/bin/nativeexecution/MacOSX-x86_64/pty_open
ide/bin/nativeexecution/MacOSX-x86_64/stat
ide/bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib

* profiler:
profiler/lib/deployed/jdk15/mac/libprofilerinterface.jnilib
profiler/lib/deployed/jdk16/mac/libprofilerinterface.jnilib

* C/C++:
cnd/bin/MacOSX-x86/libBuildTrace.dylib
cnd/bin/MacOSX-x86_64/libBuildTrace.dylib
dlight/bin/MacOSX-x86/fs_server

* JavaFX has some dylibs inside the JAR:

platform/modules/ext/javafx-graphics-13-mac.jar
platform/modules/ext/javafx-media-13-mac.jar
platform/modules/ext/javafx-web-13-mac.jar

* and this one:

platform/modules/lib/libjnidispatch-nb.jnilib

--emi

-
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://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Mailing*lists__;Kw!!GqivPVa7Brio!MlsYTSbmlZhbH1vUd_CIwCyWT2k3v3d6JAvJhwYP2BfoF0kQF6KWqyVONE3Y0P1V3g$






-
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: Digitally signing the NetBeans binaries for macOS notarization

2020-03-01 Thread Geertjan Wielenga
Great work, thanks Arunava.

Gj

On Sun, Mar 1, 2020 at 11:26 AM Arunava Sinha 
wrote:

> Hi,
>
> Apple notarization happened through below ticket
>
> https://issues.apache.org/jira/browse/INFRA-19884
>
> During build of macOS installer "Apple Developer ID Installer
> Certificate" was used which I got  from ASF.
>
> https://issues.apache.org/jira/browse/INFRA-19653
>
> Regards,
>
> Arunava Sinha
>
>
> On 3/1/2020 12:54 PM, Geertjan Wielenga wrote:
> > Excellent.
> >
> > Gj
> >
> > On Sun, 1 Mar 2020 at 07:53, Emilian Bold 
> wrote:
> >
> >> Nevermind, I realise this was a silly question. Apple has apparently
> >> whitelisted these binaries for NetBeans so there's no need to sign
> >> them at all.
> >>
> >> --emi
> >>
> >> On Fri, Feb 28, 2020 at 10:34 AM Emilian Bold 
> >> wrote:
> >>> Hello,
> >>>
> >>> For OpenBeans.org I have to notarize the macOS app, which means among
> >>> other things digitally signing everything that looks executable to
> >>> Apple: standalone binaries and dynamic libraries. See
> >>>
> >>
> https://urldefense.com/v3/__https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution__;!!GqivPVa7Brio!MlsYTSbmlZhbH1vUd_CIwCyWT2k3v3d6JAvJhwYP2BfoF0kQF6KWqyVONE20BR8k4w$
> >>> We have both of these in a NetBeans release and I have been wondering
> >>> if it's not more practical to just digitally sign these binaries with
> >>> the Apache key instead?
> >>>
> >>> OR, I could just sign these with my key and update the binaries /
> >>> external files used by NetBeans so that the resulting binary
> >>> distribution has less things to worry about.
> >>>
> >>> I'm happy with either solution. Using my key would be fastest as I can
> >>> just use my key and create a PR. I don't know how signing with the
> >>> Apache key is done but I assume somebody that worked on the NetBeans
> >>> macOS installer knows.
> >>>
> >>> I see the following files:
> >>>
> >>> * native execution with the most:
> >>>
> >>> ide/bin/nativeexecution/MacOSX-x86/killall
> >>> ide/bin/nativeexecution/MacOSX-x86/process_start
> >>> ide/bin/nativeexecution/MacOSX-x86/pty
> >>> ide/bin/nativeexecution/MacOSX-x86/pty_open
> >>> ide/bin/nativeexecution/MacOSX-x86/stat
> >>> ide/bin/nativeexecution/MacOSX-x86/unbuffer.dylib
> >>> ide/bin/nativeexecution/MacOSX-x86_64/killall
> >>> ide/bin/nativeexecution/MacOSX-x86_64/process_start
> >>> ide/bin/nativeexecution/MacOSX-x86_64/pty
> >>> ide/bin/nativeexecution/MacOSX-x86_64/pty_open
> >>> ide/bin/nativeexecution/MacOSX-x86_64/stat
> >>> ide/bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib
> >>>
> >>> * profiler:
> >>> profiler/lib/deployed/jdk15/mac/libprofilerinterface.jnilib
> >>> profiler/lib/deployed/jdk16/mac/libprofilerinterface.jnilib
> >>>
> >>> * C/C++:
> >>> cnd/bin/MacOSX-x86/libBuildTrace.dylib
> >>> cnd/bin/MacOSX-x86_64/libBuildTrace.dylib
> >>> dlight/bin/MacOSX-x86/fs_server
> >>>
> >>> * JavaFX has some dylibs inside the JAR:
> >>>
> >>> platform/modules/ext/javafx-graphics-13-mac.jar
> >>> platform/modules/ext/javafx-media-13-mac.jar
> >>> platform/modules/ext/javafx-web-13-mac.jar
> >>>
> >>> * and this one:
> >>>
> >>> platform/modules/lib/libjnidispatch-nb.jnilib
> >>>
> >>> --emi
> >> -
> >> 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://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Mailing*lists__;Kw!!GqivPVa7Brio!MlsYTSbmlZhbH1vUd_CIwCyWT2k3v3d6JAvJhwYP2BfoF0kQF6KWqyVONE3Y0P1V3g$
> >>
> >>
> >>
> >>
>
> -
> 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
>
>
>
>


New contributor (asking for best practice when working with issues?)

2020-03-01 Thread Dmitry Mochalov
 Hi everybody!
A am a new contributor but a long user of NetBeans (since 2010). After
using it so much including in commercial project I want to contribute to
developing NetBeans.

I created an issue in the issue tracker:

https://issues.apache.org/jira/browse/NETBEANS-3929#

and forked the NetBeans repository, created a branch, did some changes to
code and tested it locally.
What should I do next? Discuss the issue in the issue tracker? Wait for
some response in the issue tracker or could I simply create a Pull requect?
Should I change the state of the issue after starting to make some changes
to code?
What is the best practice here?

Also, I have a question regarding adding comments to the codebase. Is it
considered a good practice adding comments and javadocs to the existing
codebase when working on fixing something?

Here (
https://cwiki.apache.org/confluence/display/NETBEANS/Submitting+Pull+Request+on+Apache+NetBeans
) i have not found the relevant information.

There is the point "Don't change code that is correct and works." but is
adding a comment considered changing the code?


Re: [VOTE] Release Apache NetBeans-11.3 Windows Installer

2020-03-01 Thread Ludovic HOCHET
+1

Thanks,

On Fri, 28 Feb 2020 at 15:29, Arunava Sinha  wrote:
>
> Hi,
>
> Primary voting artifact:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe
>
> KEYS file:
> https://dist.apache.org/repos/dist/release/netbeans/KEYS
>
> PG signature file:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.asc
>
> SHA512 checksum file
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.sha512
>
> Built using Jenkins job:
> https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-installers/47/
>
> Installer build steps:
> https://cwiki.apache.org/confluence/display/NETBEANS/Installer+Build+Steps
>
> 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.
>
> Apache NetBeans-11.3 Windows Installer will be released if and when this
> vote passes.
>
> Thanks,
>
> Arunava Sinha
>
>
> -
> 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
>
>
>


-- 
Ludovic
-

"Les formes qui differencient les etres importent peu
 si leur pensees s'unissent pour batir un univers..."
 Yoko Tsuno (in 'Les titans' by Roger Leloup)
 [The shapes that differenciate beings are not important
 if their thoughts unite to build a universe]

-
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-11.3 Linux Installer

2020-03-01 Thread Akhilesh Singh
+1

-Original Message-
From: Arunava Sinha 
Sent: Friday, February 28, 2020 6:58 PM
To: dev@netbeans.apache.org
Subject: [VOTE] Release Apache NetBeans-11.3 Linux Installer

Hi,

Primary voting artifact:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh__;!!GqivPVa7Brio!KQXU7P1MBqX3WUZdE6sbj_Zx8ApZo7teIWTfpkdsxV7vCwNLGQSOZlYeweezyUQ9DeVH$
 

KEYS file:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/release/netbeans/KEYS__;!!GqivPVa7Brio!KQXU7P1MBqX3WUZdE6sbj_Zx8ApZo7teIWTfpkdsxV7vCwNLGQSOZlYeweezyU8WQJ_0$
 

PG signature file:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.asc__;!!GqivPVa7Brio!KQXU7P1MBqX3WUZdE6sbj_Zx8ApZo7teIWTfpkdsxV7vCwNLGQSOZlYeweezyTMa2-ZI$
 

SHA512 checksum file
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.sha512__;!!GqivPVa7Brio!KQXU7P1MBqX3WUZdE6sbj_Zx8ApZo7teIWTfpkdsxV7vCwNLGQSOZlYeweezyZI5zCMP$
 

Built using Jenkins job:
https://urldefense.com/v3/__https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-installers/47/__;!!GqivPVa7Brio!KQXU7P1MBqX3WUZdE6sbj_Zx8ApZo7teIWTfpkdsxV7vCwNLGQSOZlYeweezyVCz0zch$
 


Installer build steps:
https://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Installer*Build*Steps__;Kys!!GqivPVa7Brio!KQXU7P1MBqX3WUZdE6sbj_Zx8ApZo7teIWTfpkdsxV7vCwNLGQSOZlYeweezyUOUslaX$
 

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.

Apache NetBeans 11.3 Linux Installer will be released if and when this vote 
passes.

Thanks,

Arunava Sinha


-
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://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Mailing*lists__;Kw!!GqivPVa7Brio!KQXU7P1MBqX3WUZdE6sbj_Zx8ApZo7teIWTfpkdsxV7vCwNLGQSOZlYeweezydlSZ_k5$
 




-
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-11.3 macOS Installer

2020-03-01 Thread Akhilesh Singh
+1

-Original Message-
From: Arunava Sinha 
Sent: Friday, February 28, 2020 8:39 PM
To: dev@netbeans.apache.org
Subject: [VOTE] Release Apache NetBeans-11.3 macOS Installer

Hi,

Primary voting artifact:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg__;!!GqivPVa7Brio!IPanmRfDFJgLr2Xvurs6tjhKedDltHPTKfxKJeguvH0nfJhRocpZ-N-BJa3mxKW5cQl8$
Built locally from release113 branch using jdk1.8.0_241 on macOS
Mojave(10.14.6)

KEYS file:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/release/netbeans/KEYS__;!!GqivPVa7Brio!IPanmRfDFJgLr2Xvurs6tjhKedDltHPTKfxKJeguvH0nfJhRocpZ-N-BJa3mxE_rVg07$
 

PG signature file:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.asc__;!!GqivPVa7Brio!IPanmRfDFJgLr2Xvurs6tjhKedDltHPTKfxKJeguvH0nfJhRocpZ-N-BJa3mxMpi6yiw$
 

SHA512 checksum file
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.sha512__;!!GqivPVa7Brio!IPanmRfDFJgLr2Xvurs6tjhKedDltHPTKfxKJeguvH0nfJhRocpZ-N-BJa3mxPCg_Ayv$
 

Installer build steps:
https://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Installer*Build*Steps__;Kys!!GqivPVa7Brio!IPanmRfDFJgLr2Xvurs6tjhKedDltHPTKfxKJeguvH0nfJhRocpZ-N-BJa3mxGNi7I-w$
 

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.

Apache NetBeans 11.3 macOS Installer will be released if and when this vote 
passes.

Thanks,

Arunava Sinha


-
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://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Mailing*lists__;Kw!!GqivPVa7Brio!IPanmRfDFJgLr2Xvurs6tjhKedDltHPTKfxKJeguvH0nfJhRocpZ-N-BJa3mxL0f7eoW$
 




-
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-11.3 Windows Installer

2020-03-01 Thread Akhilesh Singh
+1

-Original Message-
From: Arunava Sinha 
Sent: Friday, February 28, 2020 7:59 PM
To: dev@netbeans.apache.org
Subject: [VOTE] Release Apache NetBeans-11.3 Windows Installer

Hi,

Primary voting artifact:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe__;!!GqivPVa7Brio!L21pyju8BIeiboGwYg5NPiC01pP9BJWhH1QOkczFYnY6L0sncEU1z8frxq6UZaQxZkQV$
 

KEYS file:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/release/netbeans/KEYS__;!!GqivPVa7Brio!L21pyju8BIeiboGwYg5NPiC01pP9BJWhH1QOkczFYnY6L0sncEU1z8frxq6UZbk7MAmF$
 

PG signature file:
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.asc__;!!GqivPVa7Brio!L21pyju8BIeiboGwYg5NPiC01pP9BJWhH1QOkczFYnY6L0sncEU1z8frxq6UZXsmC-6n$
 

SHA512 checksum file
https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.sha512__;!!GqivPVa7Brio!L21pyju8BIeiboGwYg5NPiC01pP9BJWhH1QOkczFYnY6L0sncEU1z8frxq6UZdPKHjhC$
 

Built using Jenkins job:
https://urldefense.com/v3/__https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-installers/47/__;!!GqivPVa7Brio!L21pyju8BIeiboGwYg5NPiC01pP9BJWhH1QOkczFYnY6L0sncEU1z8frxq6UZZgF2Spu$
 

Installer build steps:
https://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Installer*Build*Steps__;Kys!!GqivPVa7Brio!L21pyju8BIeiboGwYg5NPiC01pP9BJWhH1QOkczFYnY6L0sncEU1z8frxq6UZXfgFZ6t$
 

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.

Apache NetBeans-11.3 Windows Installer will be released if and when this vote 
passes.

Thanks,

Arunava Sinha


-
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://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Mailing*lists__;Kw!!GqivPVa7Brio!L21pyju8BIeiboGwYg5NPiC01pP9BJWhH1QOkczFYnY6L0sncEU1z8frxq6UZdHd2S6Y$
 




-
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