+1 (binding) I checked the primary voting artifact. SHA512 is OK, gpg verifies the signature (on a different computer of mine) and the build works on Ubuntu and JDK8:
My pull request https://github.com/apache/netbeans-jenkins-lib/pull/35 has been approved and integrated meanwhile as such I was able to: ```bash $ unzip apache-netbeans-java-12.5.301-src.zip $ cd java/java.lsp.server $ ant build-vscode-ext -Dvsix.version=12.5.301 ``` and generate my own `.vsix` file. It can be installed into VSCode 1.61.0. Sample project of mine seem to work fine. -jt čt 14. 10. 2021 v 9:31 odesílatel Martin Balin <[email protected]> napsal: > Dear community, > let's update the Apache NetBeans Language Server extension on VSCode > Marketplace > https://marketplace.visualstudio.com/items?itemName=ASF.apache-netbeans-java > to significantly improved version 12.5.301. > > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/12.5.301/ > > The primary voting artifact is the source > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/12.5.301/apache-netbeans-java-12.5.301-src.zip > with SHA-512 sum: > 11b460cfaa8d98f9612320c0040e7f928d0b6af904427ad92867ef64c5df3ec7d12192b3980e10f04e15033d0f5ddd57ec0cdda3bdec8c706be541b8f722ff13 > > and PGP signature: > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/12.5.301/apache-netbeans-java-12.5.301-src.zip.asc > > The artifacts have been generated by > https://ci-builds.apache.org/job/Netbeans/job/netbeans-vscode/650/ from > git revision b19730846d986575f26b3b70236d2142dde18157 > > Use following commands to build your own 12.5.301 VSIX binary: > > tmp$ unzip apache-netbeans-java-12.5.301-src.zip > > tmp$ ant build -Dmetabuild.jsonurl= > https://raw.githubusercontent.com/JaroslavTulach/netbeans-jenkins-lib/jtulach/vsnetbeans_preview_1253/meta/netbeansrelease.json > > tmp$ cd java/java.lsp.server > > java.lsp.server$ ant build-vscode-ext -Dvsix.version=12.5.301 > -D3rdparty.modules=.*nbjavac.* > > The special netbeansrelease.json is needed now (and was used in build job > #650) due to pending PR to netbeans-jenkins-lib > https://github.com/apache/netbeans-jenkins-lib/pull/35 > > 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/12.5.301/apache-netbeans-java-12.5.301.vsix > with SHA512 checksum: > ed94506362a3f6add8e3cd6f4f50f94178d761701001045158ee9d2a7935136fe706ff8a3e3c6c04be2b2feb422e72219959435ddec93c512cfb79ca3b30108b > > and > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/12.5.301/apache-netbeans-java-12.5.301.vsix.asc > PGP signature. > > The binary has been produced by the same job run #650, 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 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
