Re: NetBeans 10 JUnit support

2019-01-18 Thread Pieter van den Hombergh
in theory it should be doable. the mechanisms to distinguish beteen testng and junit could be extended in the build-impl.xml inside the nbproject folder. there the antscript evaluates the classpath on testng or junit4 artifacts. once that is determined, the script selects the proper runner. this lo

Re: NetBeans 10 JUnit support

2019-01-18 Thread Geertjan Wielenga
Related to this: https://netbeans.org/bugzilla/show_bug.cgi?id=245637 https://hg.netbeans.org/web-main/rev/459035808e45 The above is how upgrading to 4.12 was done. Gj On Fri, Jan 18, 2019 at 9:26 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Great to hear, thanks. Will inv

Re: NetBeans 10 JUnit support

2019-01-18 Thread Geertjan Wielenga
Great to hear, thanks. Will investigate too. We need to get JUnit 5 support for Ant, clearly, quite a few people asking for this who're not ready or never will be ready to use Maven. Any insights anyone can provide around how best to do this would be appreciated, I'll be investigating this too.

Re: Using a language server (PHP)

2019-01-18 Thread Geertjan Wielenga
It's already there: https://github.com/apache/incubator-netbeans/pull/629 ...with enhancements in progress: https://github.com/apache/incubator-netbeans/pull/1088 You're welcome to try it out and give feedback. Gj On Fri, Jan 18, 2019 at 8:36 PM Bo Andersen wrote: > Is this something we can

Using a language server (PHP)

2019-01-18 Thread Bo Andersen
Is this something we can get support for in netbeans (PHP)? Is it difficult to implement? :-) https://github.com/vimeo/psalm IDE supported: https://getpsalm.org/docs/language_server/

Re: NetBeans 10 JUnit support

2019-01-18 Thread John McDonnell
Hi Geertjan I didn't remove any dialog. Not near a laptop at present but I don't remember seeing that dialog for a few versions now... maybe it only showed when you had a lower version of java that could support JUnit 3 or 4. But then again at lease in NB 8.2 if you had a java 8 project no dialog

Re: Trying Out JDK Early Access builds

2019-01-18 Thread Rory O'Donnell
Hi Emi, https://www.oracle.com/technetwork/topics/security/securityemail-090378.html Have a look at the above link, I hope that helps. Rgds,Rory On 18/01/2019 15:29, Emilian Bold wrote: Hello Rory, I was about to ask about JDK 11.0.2 but I now see it's been released 3 days ago! Any place

Re: Trying Out JDK Early Access builds

2019-01-18 Thread Emilian Bold
Hello Rory, I was about to ask about JDK 11.0.2 but I now see it's been released 3 days ago! Any place I should subscribe for these release announcements? Last I remember there were some blockers on NetBeans with JDK 11.0.1 so we have been waiting on 11.0.2 since last year. --emi http://coolbea

Trying Out JDK Early Access builds

2019-01-18 Thread Geertjan Wielenga
Hi all, As part of evaluating how far along various popular open source projects are regarding testing with upcoming JDK releases, developers are regularly asked to consider participating in the OpenJDK Quality Outreach [1][2] effort that Rory (CC:ed, as the OpenJDK Quality Group Lead) leads. Thr

Re: Updated tutorial: Java Quick Start Tutorial

2019-01-18 Thread Geertjan Wielenga
Thanks. Yes, that's a long and complicated discussion. You're welcome to comment on this PR with your thoughts: https://github.com/apache/incubator-netbeans/pull/1038 Gj On Fri, Jan 18, 2019 at 1:57 PM Philip Durbin wrote: > Hi Geertjan, > > From a quick look, my first thought is that perhaps

Re: NetBeans 10 JUnit support

2019-01-18 Thread Geertjan Wielenga
I was looking at this today and I can't find the "Select JUnit Version" dialog, which is there in the tutorial, but not in Apache NetBeans 10: https://netbeans.org/kb/docs/java/junit-intro.html @John McDonnell , I guess you removed that dialog so that only JUnit 5 tests can now be created? I'm no

Re: Updated tutorial: Java Quick Start Tutorial

2019-01-18 Thread Philip Durbin
Hi Geertjan, >From a quick look, my first thought is that perhaps Maven should be the default instead of Ant. Otherwise it seems fine. Short and sweet. Phil On Fri, Jan 18, 2019 at 5:47 AM Geertjan Wielenga wrote: > Hi all, > > We're in the process of moving learning trails and tutorials from

Updated tutorial: Java Quick Start Tutorial

2019-01-18 Thread Geertjan Wielenga
Hi all, We're in the process of moving learning trails and tutorials from netbeans.org to netbeans.apache.org, using Asciidoc, as well as GitHub, so that anyone is able to suggest changes to tutorials via pull requests on GitHub. Action item for everyone: below is the new and updated quick start,

Re: Packaging Netbeans as a Mac app

2019-01-18 Thread Emilian Bold
There are multiple such attempts. You could try the script from https://github.com/carljmosca/netbeans-macos-bundle or you could take the already packaged CoolBeans IDE from https://coolbeans.xyz/ --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Fri, Jan 18, 201