c/c++ module ?

2019-03-29 Thread Brad Walker
I'm an active user of the CND module. This module is the one that provdies C/C++ support to netbeans. In looking at the transition plan ( https://cwiki.apache.org/confluence/display/NETBEANS/Apache+Transition) , it looks like it is in progress. I would like to help with this endeavor if that is

Re: c/c++ module ?

2019-03-29 Thread Geertjan Wielenga
Excellent and great to hear. Roadmap: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Release+Roadmap Thanks, Gj On Fri, Mar 29, 2019 at 6:38 PM Brad Walker wrote: > I'm an active user of the CND module. This module is the one that provdies > C/C++ support to netbeans.

RE: ApacheCon September 9-12

2019-03-29 Thread Kenneth Fogel
Great to hear that you are making a proposal. While my college is willing to let me out for a week for CodeOne I don't think they will let me out for two weeks. There may be assistance for travel and accommodation at this conference. Ken -Original Message- From: Toni Epple Sent:

Re: NB11 Question

2019-03-29 Thread Laszlo Kishalmi
The preferred way is to open a JIRA issue then attach the info to it. You can send it in private, but if you wish, then I'm going to open a JIRA issue for that. Please make sure that the *files contains no sensitive information*! On 3/29/19 6:02 AM, Mike Billman wrote: Ok, sounds good.

RE: NB11 Question

2019-03-29 Thread Mike Billman
Thanks, Laszlo. Will do. Mike -Original Message- From: Laszlo Kishalmi Sent: Friday, March 29, 2019 10:37 AM To: dev@netbeans.incubator.apache.org Subject: Re: NB11 Question The preferred way is to open a JIRA issue then attach the info to it. You can send it in private, but if you

? about development

2019-03-29 Thread Brad Walker
I've been using/building Netbeans for the past few months.. I'm interested in helping w/ development. So I was thinking that I could fix some of the "low-hanging" issues that would be easy for me to complete. This would also help me with learning the process. There are several places in the code

building github netbeans..

2019-03-29 Thread Brad Walker
I'm trying to build the Netbeans version contained in Github and I'm having a problem.. Here is the error that I see.. ... -prepare-mandatory-files-for-module: [createlicensesummary] All tests passed up-to-date: compile: [nb-javac] Compiling 21 source files to

Podling Report Reminder - April 2019

2019-03-29 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 17 April 2019, 10:30 am PDT. The report for your podling will form

Re: building github netbeans..

2019-03-29 Thread László Kishalmi
It could be a datetime issue. Use a recursive touch in the whole work dir to fix that. On Sat, Mar 30, 2019, 00:42 John McDonnell wrote: > Hi Brad, > > I thought this error might have been on the confluence but cant see it. > > It's one of 3 things. > 1. Incorrect java version, > 2. Incorrect

Re: building github netbeans..

2019-03-29 Thread John McDonnell
Hi Brad, I thought this error might have been on the confluence but cant see it. It's one of 3 things. 1. Incorrect java version, 2. Incorrect ant version 3. not everything is cloned correctly. Can you check the read me? and maybe try recloning if all is fine? Failing that, check the dev

RE: NB11 Question

2019-03-29 Thread Mike Billman
Ok...obviously you would have a ton of build errors, but I am assuming that is ok for you for what you are testing. -Original Message- From: Laszlo Kishalmi Sent: Friday, March 29, 2019 8:10 AM To: dev@netbeans.incubator.apache.org Subject: Re: NB11 Question Usually the folder

Re: NB11 Question

2019-03-29 Thread Laszlo Kishalmi
I would not even try to build the project, just see how NetBeans project/subproject detection works in your case. On 3/29/19 5:31 AM, Mike Billman wrote: Ok...obviously you would have a ton of build errors, but I am assuming that is ok for you for what you are testing. -Original

RE: NB11 Question

2019-03-29 Thread Mike Billman
Ok, sounds good. I'll try to put it together. Is it ok to email directly to your email? Mike -Original Message- From: Laszlo Kishalmi Sent: Friday, March 29, 2019 8:39 AM To: dev@netbeans.incubator.apache.org Subject: Re: NB11 Question I would not even try to build the project,

Re: [MENTORS] Apache NetBeans maven artifacts groupId and process

2019-03-29 Thread Jaroslav Tulach
Ate wrote: > Hi Mark, > Thanks a ton for the detailed reply, which makes a lot of sense to me. > > Given that, I see no strong argument or reason to further hold up the (re)quest to keep using org.netbeans for Maven GroupId. > Assuming of course all the technical and administrative hurdles with

RE: NB11 Question

2019-03-29 Thread Mike Billman
What would you need in the skeleton? Mike -Original Message- From: Laszlo Kishalmi Sent: Tuesday, March 26, 2019 3:55 PM To: dev@netbeans.incubator.apache.org Subject: Re: NB11 Question If you can send me the project skeleton including the *.gradle files that can help. It might be a

Re: NB11 Question

2019-03-29 Thread Geertjan Wielenga
The minimum subset of files in a structure needed to structure the project and enable the reproduction of the problem. Gj On Fri, 29 Mar 2019 at 12:42, Mike Billman wrote: > What would you need in the skeleton? > > Mike > > -Original Message- > From: Laszlo Kishalmi > Sent: Tuesday,

Re: NB11 Question

2019-03-29 Thread Laszlo Kishalmi
Usually the folder structure with the *.gradle files, maybe node-js build files. On 3/29/19 4:52 AM, Geertjan Wielenga wrote: The minimum subset of files in a structure needed to structure the project and enable the reproduction of the problem. Gj On Fri, 29 Mar 2019 at 12:42, Mike Billman