Re: Does Travis and/or Jenkins run the NetBeans test suite?

2018-07-17 Thread Sven Reimers
That would be good... I an interested in doing this for Groovy Support as well... maybe we can figure out a standard way how to do this. -Sven Jan Lahoda schrieb am Mi., 18. Juli 2018, 08:05: > FWIW, I'd like to set-up testing of the java.completion module on various > JDKs (and eventually ot

Re: Does Travis and/or Jenkins run the NetBeans test suite?

2018-07-17 Thread Jan Lahoda
FWIW, I'd like to set-up testing of the java.completion module on various JDKs (and eventually other Java-related modules), but I didn't get to that yet. Jan On Wed, Jul 18, 2018 at 6:24 AM, Jaroslav Tulach wrote: > FYI: > https://builds.apache.org/job/incubator-netbeans-linux/ > and > https://

Re: Does Travis and/or Jenkins run the NetBeans test suite?

2018-07-17 Thread Jaroslav Tulach
FYI: https://builds.apache.org/job/incubator-netbeans-linux/ and https://builds.apache.org/job/incubator-netbeans-windows run platform tests. -jt Dne neděle 15. července 2018 18:47:51 CEST, Eirik Bakke napsal(a): > When I make a pull request on GitHub, there is a nice little checkmark > saying "

Re: Public vs. Friend API?

2018-07-17 Thread Jaroslav Tulach
Dne sobota 14. července 2018 6:46:06 CEST, Tim Boudreau napsal(a): > There are friend APIs in NetBeans that have not seen a single change in > going on a decade. All of those IMO, should simply get the "friend" label > removed from them - if it hasn't changed in that long, it's clearly stable > in

Re: Apache NetBeans Apress Book

2018-07-17 Thread Josh Juneau
I've just briefly touched base with Apress on the idea and the editor I spoke to sounds very interested. He says that they can divide the book up amongst any number of authors, and also do bylines for each of the chapters so that the respective authors will be noted. Typically in this situatio

Re: Apache NetBeans IDE 9.0 Community Acceptance Survey

2018-07-17 Thread Jiří Kovalský
Hi again, this is just a kind reminder about Community Acceptance survey for Apache NetBeans IDE 9.0 release. If you have not participated yet, please share with us your opinion on quality of the 9.0 Vote Candidate 3 build. There is still some time but don't wait long as the survey clo

Re: Apache NetBeans Apress Book

2018-07-17 Thread Peter Steele
Can someone link the current book to netbeans.apache.org? Would've good to reference it in the documentation page and when /if the new book comes the link can be updated. On Tue, 17 Jul 2018 09:40 Delfi Ramirez, wrote: > +1 Huang Kai 😉 > > A wonder of myself to the community. Is there exist any

RE: Apache NetBeans Apress Book

2018-07-17 Thread Delfi Ramirez
+1 Huang Kai 😉 A wonder of myself to the community. Is there exist any intention or interest to include JSF in the topics -- chapters, subchapters -- of the book? Cheers Delfi Ramirez Segonquart Studio https://segonquart.net From: huang kai Sent: 17 July 2018 10:30 To: dev@netbeans.incubator

Re: Apache NetBeans Apress Book

2018-07-17 Thread huang kai
Hi, all I live in china and have been using netbeans for swing and java ee dev for about 10 years. I think I can help translate the book to chinese, let's make this great platform speading more faster. cheers. Kain Huang On 7/16/2018 7:53 PM, Delfi Ramirez wrote: > Hi All: > > Agreed there is

AW: Public vs. Friend API?

2018-07-17 Thread Christian Lenz
In my opinion, we Need more and more public apis, to extend everything in NetBeans. Here are some more examples: It is not possible to extend all other Editors, except from Java. The most usable public API is for the Java Editor. You can extend add hints for example, but only for the Java Editor