Re: Apache NetBeans 11.3 beta2 not recognizing records

2020-02-01 Thread Benjamin Graf
t; in the project properties , that would patch > the pom and bypass nb-javac would be helpful > > > > Am Sa., 1. Feb. 2020 um 20:32 Uhr schrieb Geertjan Wielenga < > geert...@apache.org>: > >> Excellent that you got it to work. >> >> Gj >> >> On Sat, 1

Re: Apache NetBeans 11.3 beta2 not recognizing records

2020-02-01 Thread Benjamin Graf
Hi, I can confirm this behavior for new JDK14 preview features records and instanceof expression. Running IDE with JDK14 default does not suffice. By the way. I only get the project (ant based) running if directly execute run target of build-impl.xml. "Official" way results in

Re: Apache NetBeans 11.3 beta2 not recognizing records

2020-02-01 Thread Benjamin Graf
) Regards Benjamin On 01.02.2020 19:59, Geertjan Wielenga wrote: > Can you try to reproduce with this: > > https://github.com/geertjanw/jdk14-preview-enabled > > Gj > > On Sat, Feb 1, 2020 at 6:24 PM Benjamin Graf wrote: > >> Hi, >> >> I can confirm this behav

Re: Apache NetBeans 11.3 beta2 not recognizing records

2020-02-01 Thread Benjamin Graf
Installed tab and then uninstall > it. > > Gj > > > On Sat, Feb 1, 2020 at 8:17 PM Benjamin Graf wrote: > >> Hi Geertjan, >> >> still the same errors shown in editor: >> >> *Product Version:* Apache NetBeans IDE 11.3-beta2 >> >>

Jenkins build job netbeans-linux not running

2020-02-07 Thread Benjamin Graf
Hi, does anybody know why since the beginning of February there is no build server node "ubuntu&" anymore. This causes the build job to starve. Regards, Benjamin signature.asc Description: OpenPGP digital signature

Re: Forced to download nb-javac even when not selected

2020-04-03 Thread Benjamin Graf
IMHO, if nb-javac should be retired in the long term or 12.0+ we should find a way to decouple availability of JDK features from runtime JDK. It feels odd to have the latest JDK to be the runtime JDK if If want to use it for a single project for example. That's something I personally prefer by

Re: Status of unit tests in module org.netbeans.modules.websvc.editor.hints

2020-04-24 Thread Benjamin Graf
Travis build. I assume > it's a gradual process. > > -- Eirik > > -Original Message----- > From: Benjamin Graf > Sent: Thursday, April 23, 2020 2:57 AM > To: dev@netbeans.apache.org > Subject: Re: Status of unit tests in module > org.netbeans.modules.websvc.editor.

Status of unit tests in module org.netbeans.modules.websvc.editor.hints

2020-04-22 Thread Benjamin Graf
Hi everybody, I try to add a new test case to a unit test in org.netbeans.modules.websvc.editor.hints but the whole test suite actually fails with an exception. Testcase: testRPCStyleWrappedParameterStyle(org.netbeans.modules.websvc.editor.hints.WSHintsTest):     Caused an ERROR

Re: Status of unit tests in module org.netbeans.modules.websvc.editor.hints

2020-04-23 Thread Benjamin Graf
now if they are runnable, probably, not. > > A piece of advice, check if this folder exists: > https://github.com/apache/netbeans/blob/4d61753a0600bb555a4fea5a1f0b29f1b909dd5b/enterprise/websvc.editor.hints/nbproject/project.properties#L20 > > El mié., 22 abr. 2020 a las 14:31, Benjamin

About NetBeans build quality

2020-05-01 Thread Benjamin Graf
Hi everybody, I'm a bit concerned about the current build quality of NetBeans master branch and PRs done in the past. I have the feeling we're facing many broken PR builds over the last time causing/risking master to get unstable especially in the current process of building a LTS release.

Re: Congratulations to Geertjan and Neil, new ASF Members!

2020-04-30 Thread Benjamin Graf
Well done guys. Big point to have NetBeans attention at the top of Apache. ;-) Benjamin On 30.04.2020 15:02, Bertrand Delacretaz wrote: > Hi, > > I'm pleased to announce that two NetBeans PMC members, Geertjan > Wielenga and Neil C Smith have recently been elected as Members of the > Apache

Re: About NetBeans build quality

2020-05-02 Thread Benjamin Graf
a lot of addition to travis test but I'm unsure the coverage > of travis test. > Best Regards > Eric > > -Message d'origine- > De : Neil C Smith > Envoyé : vendredi 1 mai 2020 12:23 > À : dev > Objet : Re: About NetBeans build quality > > On Fri, 1 May 2020 at 09:3

Re: nb-javac and the upcoming 12.0

2020-04-28 Thread Benjamin Graf
Hi all together, what about code building. Netbeans is still build on JDK8. Some modules need nb-javac for compilation and tests to work even if code is build with JDK8 because code does use JDK9+ API. I think most time API from javax.lang.model. You can increase min build JDK but it might not

Re: NetBeans 12.0, Groovy and Java 14

2020-03-19 Thread Benjamin Graf
Big +1 to update to Groovy 2.5.10 Benjamin On 19.03.2020 06:11, Geertjan Wielenga wrote: > Yes, we can include this in one of the betas, if Eric permits, as release > manager. > > Gj > > On Wed, 18 Mar 2020 at 23:54, Sven Reimers wrote: > >> Hi all, >> >> seems there is an issue with the Groovy

Verschlüsselte Nachricht

2020-03-19 Thread Benjamin Graf
Issue is also linked to https://issues.apache.org/jira/plugins/servlet/mobile#issue/NETBEANS-2842 Regards Benjamin Am 19. März 2020 13:02:14 MEZ schrieb "Luff,Chris" : >Ok, yeah I see all the instances; >https://github.com/apache/netbeans/search?q=unpack200_q=unpack200 > >@Arvind has work

Re: Pack200 & Unpack200

2020-03-19 Thread Benjamin Graf
Hi, just to let you know a dirty workaround. Just copy un/pack200 binaries from an older JDK like 11LTS to JDK14. It works on my Win10! :-) Regards Benjamin On 19.03.2020 13:18, Geertjan Wielenga wrote: > Why not respond in the issue with your ideas and insights? > > Gj > > On Thu, 19 Mar 2020

Verschlüsselte Nachricht

2020-03-22 Thread Benjamin Graf
to get it ready for 12.0 > >-Sven > >On Thu, Mar 19, 2020 at 7:31 AM Benjamin Graf wrote: > >> Big +1 to update to Groovy 2.5.10 >> >> Benjamin >> >> On 19.03.2020 06:11, Geertjan Wielenga wrote: >> > Yes, we can include this in one of the betas, if

Re: Updates to Apache NetBeans 12.0

2020-06-27 Thread Benjamin Graf
Hi, I can't see anybody has asked the question how long Oracle still needs to stay on JDK8 for its NetBeans based products. Will they ever upgrade to their own latest JDK LTS release (11, 17 ..)? IMHO if Oracle need longer LTS support the best way is fork and support it yourself. Many commercial

Re: [NOTICE] Jenkins migration

2020-07-28 Thread Benjamin Graf
Hi Eric, I'm missing a build that creates a dist build from latest code (master). netbeans-linux did it on old Jenkins. Regards, Benjamin On 24.07.2020 17:43, Eric Barboni wrote: > Hi folks, > > I would take the opportunity to remove the 3 following jobs that are covered > in netbeans-TLP : >

Re: [NOTICE] Jenkins migration

2020-07-29 Thread Benjamin Graf
+1 for a full build daily TLP job Regards Benjamin Am 29. Juli 2020 10:27:29 MESZ schrieb Neil C Smith : >On Tue, 28 Jul 2020 at 17:44, Benjamin Graf wrote: >> I'm missing a build that creates a dist build from latest code (master). >> netbeans-linux did it on old Jenkins. &g