Re: Improving infra @ netbeans?

2018-08-01 Thread Antonio
Hi all, I'll try to create some confluence pages later during the weekend. Will keep you posted of my findings :-) Cheers, Antonio On 31/07/18 10:16, Geertjan Wielenga wrote: Excellent, yes, there's a couple of areas in the infra domain where only very few people in our community know how

Re: [Apache NetBeans 9 Apress Book] Starting the new book

2018-08-01 Thread Josh Juneau
Hi John, Thanks for sending the detailed proposed TOC for the book. I agree with the three-part book, and I also am in-line with the proposed chapters. I like your idea of looking at the various NetBeans books that are available now to get an idea of coverage. Those interested in working on

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Geertjan Wielenga
Updated the cluster.properties in my fork, in the 2ndDonation branch, by removing all references to sample modules (which were not donated because of licensing issues): https://github.com/geertjanw/incubator-netbeans/commit/4a270794198d883aa6cca4679b001c63274f5a31 After the above change, the Ant

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Geertjan Wielenga
Does that help, Ryan? I could also copy the cluster.properties from master to 2ndDonation in my fork, if that would help. Gj On Wed, Aug 1, 2018 at 8:59 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Yes, you need to use the cluster.properties from master. The one in >

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Geertjan Wielenga
Yes, you need to use the cluster.properties from master. The one in 2ndDonation is incorrect. Gj On Wednesday, August 1, 2018, Ryan Cuprak wrote: > I had forgotten about that - however my build fails. Is anyone else able > to build? > > ant -Dcluster.config=enterprise > … > >

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Ryan Cuprak
I had forgotten about that - however my build fails. Is anyone else able to build? ant -Dcluster.config=enterprise … init-module-list: BUILD FAILED /Users/rcuprak/open-source/netbeans/nbbuild/build.xml:167: Cannot resolve apisupport.restsample. Neither one exist:

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Geertjan Wielenga
On Wed, Aug 1, 2018 at 12:14 PM, Peter Steele wrote: > Gj > > I'm not sure I fully understand what the issue is. I suspect it's not a > clear direction on what the branching strategy is for this project. There > are also conflicting ideas which makes it hard to comment. > Yup, I think we need

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Geertjan Wielenga
https://github.com/geertjanw/incubator-netbeans/blob/2ndDonation/nbbuild/cluster.properties I believe the Java EE cluster there is called 'enterprise'. Gj On Wed, Aug 1, 2018 at 8:06 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Take a look in nbbuild/cluster.properties. >

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Geertjan Wielenga
Take a look in nbbuild/cluster.properties. That shows you the clusters that are available, the below would build the Groovy cluster, as well as the base clusters (platform and java): ant -Dcluster.config=groovy Gj On Wed, Aug 1,

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Ryan Cuprak
Hello, You’ve taken 2nd donation and merged it with master and have it on a branch that now needs to be pulled into master? I built the code on your branch and ran it, however I don’t see any of the Java EE project types when I run ant tryme. Is this expected or is there more work to be

Re: Determine the "current" project from module code

2018-08-01 Thread georgetroulis
On 2018/07/30 21:06:12, Jan Lahoda wrote: > There is > org.netbeans.spi.project.ui.support.ProjectSensitiveActions.projectSensitiveAction > in module projectuiapi, which may be useful (a custom performer is called > with the current project when the action is invoked). > > Alternatively, you

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Junichi Yamamoto
Hi, I just created a PR[1], but I'm not sure whether it is correct. [1] https://github.com/apache/incubator-netbeans/pull/644 Thanks, Junichi On Wed, Aug 1, 2018 at 6:50 PM Geertjan Wielenga wrote: > > OK. There are 430 people registered on this mailing list. > > Until someone responds to

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Peter Steele
Gj I'm not sure I fully understand what the issue is. I suspect it's not a clear direction on what the branching strategy is for this project. There are also conflicting ideas which makes it hard to comment. If you just want to merge everything in to master then the way to do this has been

RE: [Apache NetBeans 9 Apress Book] Starting the new book

2018-08-01 Thread Delfi Ramirez
Agreed to most of the proposed index / scheme Please consider "* Part 1: Using Apache NetBeans *: Chapter 3: New features, jigsaw support, jshell, etc." To be indexed in Part 3, or part 2, for academic purposes, maybe. due to the fact that the "New features" section can grow in a second

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Geertjan Wielenga
OK. There are 430 people registered on this mailing list. Until someone responds to this thread or simply uses their existing knowledge to bring the 2nd donation into master probably in the way suggested by Jan Lahoda above in this thread, integration of the 2nd donation is effectvely dead. Want

[Apache NetBeans 9 Apress Book] Starting the new book

2018-08-01 Thread John Kostaras
Hallo again, and thank you for your feedback. I couldn't have described the effort needed in a better way. In order to somehow start, here are few things that we need to consider in my opinion. 1. *How we can cooperate.* 1. I suggest that we use a header like the one in this email in

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Geertjan Wielenga
My fork's master is now merged into my fork's 2ndDonation branch: https://github.com/geertjanw/incubator-netbeans/tree/2ndDonation Using: git clone -b 2ndDonation https://github.com/geertjanw/incubator-netbeans.git git pull https://github.com/apache/incubator-netbeans.git