RE: NB11 Question

2019-04-03 Thread Mike Billman
Figured out what was causing this...conflicting files.  At one point, we had a 
build.gradle file in the same directory so that a gradle command could be issue 
to build the webui into our local environment.  That is no longer needed, so I 
deleted that file and it behaves as I would expect it.

Thanks for the help.

Mike

-Original Message-
From: Mike Billman  
Sent: Friday, March 29, 2019 10:45 AM
To: dev@netbeans.incubator.apache.org
Subject: RE: NB11 Question

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 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.  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, 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 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 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 
>>> 
>>> wrote:
>>>
>>>> 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 bug as sub-project detection is ore or less based on 
>>>> heuristics and probably your case it just missfires.
>>>> Even if that happens I might suggest some workaround, if not a fix.
>>>>
>>>> On 3/26/19 10:58 AM, Mike Billman wrote:
>>>>> I am using the built in gradle support in testing NB11.  We have 
>>>>> the following directory structure
>>>>>
>>>>> +root
>>>>>
>>>>> -+Src
>>>>>
>>>>> -+Angular
>>>>>
>>>>> -+webui
>>>>>
>>>>> The root directory opens up as a gradle project.  The webui 
>>>>> directory should open up as a javascript project, but it is trying 
>>>>> to open it as a sub-project for gradle.  Trying to figure out if I 
>>>>> am doing something wrong or if this might be a bug in the gradle support.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Mike Billman
>>>>>
>>>>> Senior Software Engineer
>>>>>
>>>>> CPTE
>>>>>
>>>>> qclogo
>>>>>
>>>>> 11800 Conrey Rd
>>>>>
>>>>> Suite 150
>>>>>
>>>>> Cincinnati, OH 45249
>>>>>
>>>>> T +1 513 469 1424
>>>>>
>>>>> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
>>>>>
>>>>> F +1 513 469 1425
>>>>>
>>>> ---
>>>> -
>>>> - To unsubscribe, e-mail:
>>>> dev-unsubscr...@netbeans.incubator.apache.org
>>>> For additional commands, e-mail:
>>>> dev-h...@netbeans.incubator.apache.org
>>>>
>>>> For further information about the NetBeans mailing lists, visit:
>>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>

RE: jdk12 question - NB 11.0

2019-04-03 Thread Mike Billman
Thanks, Geertjan.

Mike

-Original Message-
From: Geertjan Wielenga  
Sent: Wednesday, April 3, 2019 2:11 PM
To: dev 
Subject: Re: jdk12 question - NB 11.0

Basically, just ignore it, there's nothing to figure out.

Gj

On Wed, Apr 3, 2019 at 8:10 PM Geertjan Wielenga < 
geertjan.wiele...@googlemail.com> wrote:

> Yes, you're not going to get rid of that, I believe.
>
> Gj
>
> On Wed, Apr 3, 2019 at 8:09 PM Mike Billman 
> 
> wrote:
>
>> Sorry picture didn’t come through…
>>
>> “switch expressions are a preview feature and are disabled by defulat.
>> (use –enable-preview to enable switch expressions)”
>>
>> I am using a gradle project with the new gradle support.  I have set 
>> up my gradle build so that it does build successfully. But I can’t 
>> figure out the error message.
>>
>> Mike
>>
>> From: Mike Billman 
>> Sent: Wednesday, April 3, 2019 2:07 PM
>> To: dev@netbeans.incubator.apache.org
>> Subject: RE: jdk12 question - NB 11.0
>>
>>
>> [cid:image001.png@01D4EA26.7803F890]
>>
>>
>>
>>
>>
>> And from my about…
>>
>>
>>
>> Product Version: Apache NetBeans IDE 11.0 (Build
>> incubator-netbeans-release-404-on-20190319)
>>
>> Updates: Updates available
>>
>> Java: 12; OpenJDK 64-Bit Server VM 12+33
>>
>> Runtime: OpenJDK Runtime Environment 12+33
>>
>> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>>
>> User directory: C:\Users\mdb\AppData\Roaming\NetBeans\11.0
>>
>> Cache directory: C:\Users\mdb\AppData\Local\NetBeans\Cache\11.0
>>
>>
>>
>>
>>
>> Mike
>>
>>
>>
>>
>>
>> -Original Message-
>> From: Geertjan Wielenga > geertjan.wiele...@googlemail.com.INVALID>>
>> Sent: Wednesday, April 3, 2019 1:55 PM
>> To: dev > dev@netbeans.incubator.apache.org>>
>> Subject: Re: jdk12 question - NB 11.0
>>
>>
>>
>> Well, what specifically do you mean by "the error related to the new 
>> switch statements"?
>>
>>
>>
>> What, very specifically, does that error say?
>>
>>
>>
>> Gj
>>
>>
>>
>> On Wed, Apr 3, 2019 at 7:19 PM Mike Billman 
>> mailto:mikebill...@qcsoftware.com>>
>>
>> wrote:
>>
>>
>>
>> > I tried that and still am getting the error.  Currently running VC4.
>>
>> >
>>
>> > Mike
>>
>> >
>>
>> > -Original Message-
>>
>> > From: Geertjan Wielenga > <mailto:geertjan.wiele...@googlemail.com.INVALID>>
>>
>> > Sent: Monday, April 1, 2019 8:47 AM
>>
>> > To: dev > dev@netbeans.incubator.apache.org>>
>>
>> > Subject: Re: jdk12 question - NB 11.0
>>
>> >
>>
>> > Look in the Options window, in the Editor | Hints tab, look for the
>>
>> > 'Convert switch to rule switch' item and uncheck it.
>>
>> >
>>
>> > Gj
>>
>> >
>>
>> > On Mon, Apr 1, 2019 at 2:40 PM Mike Billman
>>
>> > mailto:mikebill...@qcsoftware.com>>
>>
>> > wrote:
>>
>> >
>>
>> > > Just a quick question about jdk12…I am running my project as a
>>
>> > > gradle project and was wondering how to get netbeans to suppress 
>> > > the
>>
>> > > error related to the new switch statements.
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > Thanks!
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > Mike Billman
>>
>> > >
>>
>> > > Senior Software Engineer
>>
>> > >
>>
>> > > CPTE
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > [image: qclogo]
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > 11800 Conrey Rd
>>
>> > >
>>
>> > > Suite 150
>>
>> > >
>>
>> > > Cincinnati, OH 45249
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > T +1 513 469 1424
>>
>> > >
>>
>> > > E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
>>
>> > >
>>
>> > > F +1 513 469 1425
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> >
>>
>> > ---
>> > --
>>
>> > To unsubscribe, e-mail: 
>> > dev-unsubscr...@netbeans.incubator.apache.org
>> <mailto:dev-unsubscr...@netbeans.incubator.apache.org>
>>
>> > For additional commands, e-mail:
>>
>> > dev-h...@netbeans.incubator.apache.org> dev-h...@netbeans.incubator.apache.org>
>>
>> >
>>
>> > For further information about the NetBeans mailing lists, visit:
>>
>> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>> >
>>
>> >
>>
>> >
>>
>


RE: jdk12 question - NB 11.0

2019-04-03 Thread Mike Billman
Sorry picture didn’t come through…

“switch expressions are a preview feature and are disabled by defulat.  (use 
–enable-preview to enable switch expressions)”

I am using a gradle project with the new gradle support.  I have set up my 
gradle build so that it does build successfully. But I can’t figure out the 
error message.

Mike

From: Mike Billman 
Sent: Wednesday, April 3, 2019 2:07 PM
To: dev@netbeans.incubator.apache.org
Subject: RE: jdk12 question - NB 11.0


[cid:image001.png@01D4EA26.7803F890]





And from my about…



Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)

Updates: Updates available

Java: 12; OpenJDK 64-Bit Server VM 12+33

Runtime: OpenJDK Runtime Environment 12+33

System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)

User directory: C:\Users\mdb\AppData\Roaming\NetBeans\11.0

Cache directory: C:\Users\mdb\AppData\Local\NetBeans\Cache\11.0





Mike





-Original Message-
From: Geertjan Wielenga 
mailto:geertjan.wiele...@googlemail.com.INVALID>>
Sent: Wednesday, April 3, 2019 1:55 PM
To: dev 
mailto:dev@netbeans.incubator.apache.org>>
Subject: Re: jdk12 question - NB 11.0



Well, what specifically do you mean by "the error related to the new switch 
statements"?



What, very specifically, does that error say?



Gj



On Wed, Apr 3, 2019 at 7:19 PM Mike Billman 
mailto:mikebill...@qcsoftware.com>>

wrote:



> I tried that and still am getting the error.  Currently running VC4.

>

> Mike

>

> -Original Message-

> From: Geertjan Wielenga 
> mailto:geertjan.wiele...@googlemail.com.INVALID>>

> Sent: Monday, April 1, 2019 8:47 AM

> To: dev 
> mailto:dev@netbeans.incubator.apache.org>>

> Subject: Re: jdk12 question - NB 11.0

>

> Look in the Options window, in the Editor | Hints tab, look for the

> 'Convert switch to rule switch' item and uncheck it.

>

> Gj

>

> On Mon, Apr 1, 2019 at 2:40 PM Mike Billman

> mailto:mikebill...@qcsoftware.com>>

> wrote:

>

> > Just a quick question about jdk12…I am running my project as a

> > gradle project and was wondering how to get netbeans to suppress the

> > error related to the new switch statements.

> >

> >

> >

> > Thanks!

> >

> >

> >

> > Mike Billman

> >

> > Senior Software Engineer

> >

> > CPTE

> >

> >

> >

> > [image: qclogo]

> >

> >

> >

> > 11800 Conrey Rd

> >

> > Suite 150

> >

> > Cincinnati, OH 45249

> >

> >

> >

> > T +1 513 469 1424

> >

> > E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>

> >

> > F +1 513 469 1425

> >

> >

> >

>

> -

> To unsubscribe, e-mail: 
> dev-unsubscr...@netbeans.incubator.apache.org<mailto:dev-unsubscr...@netbeans.incubator.apache.org>

> For additional commands, e-mail:

> dev-h...@netbeans.incubator.apache.org<mailto:dev-h...@netbeans.incubator.apache.org>

>

> For further information about the NetBeans mailing lists, visit:

> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

>

>

>


RE: jdk12 question - NB 11.0

2019-04-03 Thread Mike Billman
[cid:image001.png@01D4EA26.7803F890]





And from my about…



Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)

Updates: Updates available

Java: 12; OpenJDK 64-Bit Server VM 12+33

Runtime: OpenJDK Runtime Environment 12+33

System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)

User directory: C:\Users\mdb\AppData\Roaming\NetBeans\11.0

Cache directory: C:\Users\mdb\AppData\Local\NetBeans\Cache\11.0





Mike





-Original Message-
From: Geertjan Wielenga 
Sent: Wednesday, April 3, 2019 1:55 PM
To: dev 
Subject: Re: jdk12 question - NB 11.0



Well, what specifically do you mean by "the error related to the new switch 
statements"?



What, very specifically, does that error say?



Gj



On Wed, Apr 3, 2019 at 7:19 PM Mike Billman 
mailto:mikebill...@qcsoftware.com>>

wrote:



> I tried that and still am getting the error.  Currently running VC4.

>

> Mike

>

> -Original Message-

> From: Geertjan Wielenga 
> mailto:geertjan.wiele...@googlemail.com.INVALID>>

> Sent: Monday, April 1, 2019 8:47 AM

> To: dev 
> mailto:dev@netbeans.incubator.apache.org>>

> Subject: Re: jdk12 question - NB 11.0

>

> Look in the Options window, in the Editor | Hints tab, look for the

> 'Convert switch to rule switch' item and uncheck it.

>

> Gj

>

> On Mon, Apr 1, 2019 at 2:40 PM Mike Billman

> mailto:mikebill...@qcsoftware.com>>

> wrote:

>

> > Just a quick question about jdk12…I am running my project as a

> > gradle project and was wondering how to get netbeans to suppress the

> > error related to the new switch statements.

> >

> >

> >

> > Thanks!

> >

> >

> >

> > Mike Billman

> >

> > Senior Software Engineer

> >

> > CPTE

> >

> >

> >

> > [image: qclogo]

> >

> >

> >

> > 11800 Conrey Rd

> >

> > Suite 150

> >

> > Cincinnati, OH 45249

> >

> >

> >

> > T +1 513 469 1424

> >

> > E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>

> >

> > F +1 513 469 1425

> >

> >

> >

>

> -

> To unsubscribe, e-mail: 
> dev-unsubscr...@netbeans.incubator.apache.org<mailto:dev-unsubscr...@netbeans.incubator.apache.org>

> For additional commands, e-mail:

> dev-h...@netbeans.incubator.apache.org<mailto:dev-h...@netbeans.incubator.apache.org>

>

> For further information about the NetBeans mailing lists, visit:

> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

>

>

>


RE: jdk12 question - NB 11.0

2019-04-03 Thread Mike Billman
I tried that and still am getting the error.  Currently running VC4.

Mike

-Original Message-
From: Geertjan Wielenga  
Sent: Monday, April 1, 2019 8:47 AM
To: dev 
Subject: Re: jdk12 question - NB 11.0

Look in the Options window, in the Editor | Hints tab, look for the 'Convert 
switch to rule switch' item and uncheck it.

Gj

On Mon, Apr 1, 2019 at 2:40 PM Mike Billman 
wrote:

> Just a quick question about jdk12…I am running my project as a gradle 
> project and was wondering how to get netbeans to suppress the error 
> related to the new switch statements.
>
>
>
> Thanks!
>
>
>
> Mike Billman
>
> Senior Software Engineer
>
> CPTE
>
>
>
> [image: qclogo]
>
>
>
> 11800 Conrey Rd
>
> Suite 150
>
> Cincinnati, OH 45249
>
>
>
> T +1 513 469 1424
>
> E mikebill...@qcsoftware.com
>
> F +1 513 469 1425
>
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




jdk12 question - NB 11.0

2019-04-01 Thread Mike Billman
Just a quick question about jdk12...I am running my project as a gradle project 
and was wondering how to get netbeans to suppress the error related to the new 
switch statements.

Thanks!

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



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 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.  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, 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 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 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 
>>> 
>>> wrote:
>>>
>>>> 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 bug as sub-project detection is ore or less based on 
>>>> heuristics and probably your case it just missfires.
>>>> Even if that happens I might suggest some workaround, if not a fix.
>>>>
>>>> On 3/26/19 10:58 AM, Mike Billman wrote:
>>>>> I am using the built in gradle support in testing NB11.  We have 
>>>>> the following directory structure
>>>>>
>>>>> +root
>>>>>
>>>>> -+Src
>>>>>
>>>>> -+Angular
>>>>>
>>>>> -+webui
>>>>>
>>>>> The root directory opens up as a gradle project.  The webui 
>>>>> directory should open up as a javascript project, but it is trying 
>>>>> to open it as a sub-project for gradle.  Trying to figure out if I 
>>>>> am doing something wrong or if this might be a bug in the gradle support.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Mike Billman
>>>>>
>>>>> Senior Software Engineer
>>>>>
>>>>> CPTE
>>>>>
>>>>> qclogo
>>>>>
>>>>> 11800 Conrey Rd
>>>>>
>>>>> Suite 150
>>>>>
>>>>> Cincinnati, OH 45249
>>>>>
>>>>> T +1 513 469 1424
>>>>>
>>>>> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
>>>>>
>>>>> F +1 513 469 1425
>>>>>
>>>> ---
>>>> -
>>>> - To unsubscribe, e-mail:
>>>> dev-unsubscr...@netbeans.incubator.apache.org
>>>> For additional commands, e-mail:
>>>> dev-h...@netbeans.incubator.apache.org
>>>>
>>>> For further information about the NetBeans mailing lists, visit:
>>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>>
>>>>
>>>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>> For additional commands, e-mail:
>> dev-h...@netbeans.incubator.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>> For additional commands, e-mail:
>> dev-h...@netbeans.incubator.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: 
> dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: 
> dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


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, 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 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 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 
>> 
>> wrote:
>>
>>> 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 bug as sub-project detection is ore or less based on 
>>> heuristics and probably your case it just missfires.
>>> Even if that happens I might suggest some workaround, if not a fix.
>>>
>>> On 3/26/19 10:58 AM, Mike Billman wrote:
>>>> I am using the built in gradle support in testing NB11.  We have 
>>>> the following directory structure
>>>>
>>>> +root
>>>>
>>>> -+Src
>>>>
>>>> -+Angular
>>>>
>>>> -+webui
>>>>
>>>> The root directory opens up as a gradle project.  The webui 
>>>> directory should open up as a javascript project, but it is trying 
>>>> to open it as a sub-project for gradle.  Trying to figure out if I 
>>>> am doing something wrong or if this might be a bug in the gradle support.
>>>>
>>>> Thanks!
>>>>
>>>> Mike Billman
>>>>
>>>> Senior Software Engineer
>>>>
>>>> CPTE
>>>>
>>>> qclogo
>>>>
>>>> 11800 Conrey Rd
>>>>
>>>> Suite 150
>>>>
>>>> Cincinnati, OH 45249
>>>>
>>>> T +1 513 469 1424
>>>>
>>>> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
>>>>
>>>> F +1 513 469 1425
>>>>
>>> 
>>> - To unsubscribe, e-mail: 
>>> dev-unsubscr...@netbeans.incubator.apache.org
>>> For additional commands, e-mail:
>>> dev-h...@netbeans.incubator.apache.org
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: 
> dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: 
> dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 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 
> 
> wrote:
>
>> 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 bug as sub-project detection is ore or less based on 
>> heuristics and probably your case it just missfires.
>> Even if that happens I might suggest some workaround, if not a fix.
>>
>> On 3/26/19 10:58 AM, Mike Billman wrote:
>>> I am using the built in gradle support in testing NB11.  We have the 
>>> following directory structure
>>>
>>> +root
>>>
>>> -+Src
>>>
>>> -+Angular
>>>
>>> -+webui
>>>
>>> The root directory opens up as a gradle project.  The webui 
>>> directory should open up as a javascript project, but it is trying 
>>> to open it as a sub-project for gradle.  Trying to figure out if I 
>>> am doing something wrong or if this might be a bug in the gradle support.
>>>
>>> Thanks!
>>>
>>> Mike Billman
>>>
>>> Senior Software Engineer
>>>
>>> CPTE
>>>
>>> qclogo
>>>
>>> 11800 Conrey Rd
>>>
>>> Suite 150
>>>
>>> Cincinnati, OH 45249
>>>
>>> T +1 513 469 1424
>>>
>>> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
>>>
>>> F +1 513 469 1425
>>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>> For additional commands, e-mail: 
>> dev-h...@netbeans.incubator.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>>

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 bug as sub-project detection is ore or less based on heuristics 
and probably your case it just missfires.
Even if that happens I might suggest some workaround, if not a fix.

On 3/26/19 10:58 AM, Mike Billman wrote:
>
> I am using the built in gradle support in testing NB11.  We have the 
> following directory structure
>
> +root
>
> -+Src
>
> -+Angular
>
> -+webui
>
> The root directory opens up as a gradle project.  The webui directory 
> should open up as a javascript project, but it is trying to open it as 
> a sub-project for gradle.  Trying to figure out if I am doing 
> something wrong or if this might be a bug in the gradle support.
>
> Thanks!
>
> Mike Billman
>
> Senior Software Engineer
>
> CPTE
>
> qclogo
>
> 11800 Conrey Rd
>
> Suite 150
>
> Cincinnati, OH 45249
>
> T +1 513 469 1424
>
> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
>
> F +1 513 469 1425
>

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




NB11 Question

2019-03-26 Thread Mike Billman
I am using the built in gradle support in testing NB11.  We have the following 
directory structure

+root
-+Src
-+Angular
-+webui

The root directory opens up as a gradle project.  The webui directory should 
open up as a javascript project, but it is trying to open it as a sub-project 
for gradle.  Trying to figure out if I am doing something wrong or if this 
might be a bug in the gradle support.

Thanks!

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



RE: c/c++ plugin

2019-03-22 Thread Mike Billman
As a bonus, had the console running and got this output:

INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: zip END 
header not found
java.util.zip.ZipException: zip END header not found
at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1529)
at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1430)
at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1437)
at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1268)
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1231)
at 
java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:726)
at 
java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843)
at java.base/java.util.zip.ZipFile.(ZipFile.java:246)
at java.base/java.util.zip.ZipFile.(ZipFile.java:176)
at java.base/java.util.jar.JarFile.(JarFile.java:346)
at java.base/java.util.jar.JarFile.(JarFile.java:317)
at java.base/java.util.jar.JarFile.(JarFile.java:283)
[catch] at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:716)
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:642)
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$600(InstallSupportImpl.java:73)
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:153)
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:125)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
INFO [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]: 
http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/cnd/org-netbeans-modules-cnd-discovery.nbm
org.netbeans.api.autoupdate.OperationException[PROXY]: 
http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/cnd/org-netbeans-modules-cnd-discovery.nbm
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:787)
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:642)
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$600(InstallSupportImpl.java:73)
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:153)
at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:125)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[catch] at java.base/java.lang.Thread.run(Thread.java:834)

From: Mike Billman 
Sent: Friday, March 22, 2019 9:16 AM
To: dev@netbeans.incubator.apache.org
Subject: c/c++ plugin

Tried installing this and am getting the following error:

Networking problem in 
http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/cnd/org-netbeans-modules-cnd-discovery.nbm

The download appears to get nearly complete and then throws that error.  This 
is on NB11 VC4.  Any ideas?

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



c/c++ plugin

2019-03-22 Thread Mike Billman
Tried installing this and am getting the following error:

Networking problem in 
http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/cnd/org-netbeans-modules-cnd-discovery.nbm

The download appears to get nearly complete and then throws that error.  This 
is on NB11 VC4.  Any ideas?

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



RE: [VOTE] Release Apache Netbeans 11.0 (incubating) [vote candidate 4]

2019-03-22 Thread Mike Billman
+1

On separate note, I've had some issues running/loading my gradle projects at 
work with JDK11 (on NB 10).  It looks like everything is good now, which is 
great!

Mike

-Original Message-
From: Eric Barboni  
Sent: Friday, March 22, 2019 5:51 AM
To: dev@netbeans.incubator.apache.org
Subject: RE: [VOTE] Release Apache Netbeans 11.0 (incubating) [vote candidate 4]

+1 
Signature ok

Eric


Eric BARBONI | Research Assistant | T : 33.561.55.6964
ICS Team | IRIT | 118 route de Narbonne | 31062 Toulouse | France
eric.barb...@irit.fr

-Message d'origine-
De : Geertjan Wielenga  
Envoyé : vendredi 22 mars 2019 08:19
À : dev 
Objet : Re: [VOTE] Release Apache Netbeans 11.0 (incubating) [vote candidate 4]

+1

I've checked and verified .sha512, LICENSE, DEPENDENCIES, DISCLAIMER, README, 
and NOTICE files.

Gj


On Fri, Mar 22, 2019 at 12:15 AM Joerg Michelberger < j.michelber...@gmail.com> 
wrote:

> +1
> Is it intended that the windows exe launcher still show NetBeans IDE 
> 9.0 and version 9.0.0.0 in windows property details?
>
> Regards
> Joerg
>
> Am Do., 21. März 2019 um 20:48 Uhr schrieb Jiří Kovalský <
> jiri.koval...@oracle.com>:
>
> > +1
> >
> > Dne 21. 03. 19 v 8:41 Laszlo Kishalmi napsal(a):
> > > Dear all,
> > >
> > > This is our 4th voting candidate for the 11.0 release of Apache 
> > > NetBeans. This time everything went through my smoke tests, so 
> > > let's vote on it.
> > >
> > > Apache NetBeans 11.0 (incubating) constitutes all clusters in the
> Apache
> > > NetBeans Git repo, which together provide the NetBeans Platform 
> > > (i.e., the underlying application framework), as well as all the 
> > > modules that provide the Java SE, Java EE, PHP, JavaScript and 
> > > Groovy features of Apache NetBeans.
> > >
> > > In short, Apache NetBeans 11.0 (incubating) is a full IDE for Java 
> > > SE, Java EE, PHP and JavaScript development with some Groovy 
> > > language
> > support.
> > >
> > > Build artifacts available here:
> > >
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__dist.apache.org_r
> epos_dist_dev_incubator_netbeans_incubating-2Dnetbeans_incubating-2D11
> .0-2Dvc4_=DwICaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_P
> z0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=Opq1RcNrY25I_t2tKlIrD_rE7bZ
> BcAMOqGRzVl97CNY=i1KIenuqqjQnuOSXO5hwJwo3dWwejWuctiOnL-ZUw2U=
> > >
> > >
> > > Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, 
> > > and NOTICE files, as well as a README file with build 
> > > instructions, which are the same as these:
> > >
> > >
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> _incubator-2Dnetbeans_blob_release110_README.md=DwICaQ=RoP1YumCXCg
> aWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU
> 133NrdP4=Opq1RcNrY25I_t2tKlIrD_rE7bZBcAMOqGRzVl97CNY=-PmeDbQZAp4m6
> 5PJC2v22s4iymlYruE3Yjm6niUytg4=
> > >
> > >
> > > We are voting on:
> > >
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__dist.apache.org_r
> epos_dist_dev_incubator_netbeans_incubating-2Dnetbeans_incubating-2D11
> .0-2Dvc4_incubating-2Dnetbeans-2D11.0-2Dvc4-2Dsource.zip=DwICaQ=Ro
> P1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl
> 3tz40jnCU133NrdP4=Opq1RcNrY25I_t2tKlIrD_rE7bZBcAMOqGRzVl97CNY=7OMu
> JJCDqBJ1B8A2HNSGqNjYwb7D3w-dawo-wrJpE8Y=
> > >
> > >
> > > SHA512:
> > >
> >
> e1ffe7873142bf6718f4365480501bec81126dc8e90884ea74f0cbc5d86a034ae31825
> 15c4b78ccb250786bf84774d600f0b9451a6c518f773ca611cf82e4197
> >
> > > ./incubating-netbeans-11.0-vc4-source.zip
> > >
> > > KEYS file:
> > >
> > >
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__dist.apache.org_r
> epos_dist_release_incubator_netbeans_KEYS=DwICaQ=RoP1YumCXCgaWHvlZ
> YR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133Nrd
> P4=Opq1RcNrY25I_t2tKlIrD_rE7bZBcAMOqGRzVl97CNY=ulqE-SSnufVeQyQ_mod
> o3EdSAv4YNp9rjhSpY4cnA8A=
> > >
> > >
> > > Apache NetBeans Git Repo tag: 11.0-vc4 :
> > >
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> _incubator-2Dnetbeans_tree_11.0-2Dvc4=DwICaQ=RoP1YumCXCgaWHvlZYR8P
> Zh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4
> =Opq1RcNrY25I_t2tKlIrD_rE7bZBcAMOqGRzVl97CNY=HHxHm49ltltcqzpyPruf9mS
> GrCMSH2xcJ29VylQvVOo=
> > >
> > >
> > > Note: NetBeans license violation checks are managed via the 
> > > rat-exclusions.txt file:
> > >
> > >
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> _incubator-2Dnetbeans_blob_release110_nbbuild_rat-2Dexclusions.txt=D
> wICaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3Ie
> hhQKCbQ2xl3tz40jnCU133NrdP4=Opq1RcNrY25I_t2tKlIrD_rE7bZBcAMOqGRzVl97
> CNY=mQv_GEsos5WB9ayhXi85ytk1cqQZ6DBczARTWwvuNCE=
> > >
> > >
> > > Rat report shows no unknown licenses, except for license files:
> > >
> > >
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org
> _job_incubator-2Dnetbeans-2Drelease_404_artifact_rat-2Drelease-2Dtemp_
> 

RE: 11.0 VC1 - Observations/Questions

2019-03-22 Thread Mike Billman
Laszlo -

Do you think these will make it to the final NB 11 release?  Again, they aren't 
critical for me, but sure would be nice 

Mike

-Original Message-
From: Mike Billman  
Sent: Monday, February 18, 2019 2:06 PM
To: dev@netbeans.incubator.apache.org
Subject: RE: 11.0 VC1 - Observations/Questions

Laszlo -

Thanks for your reply.  I don't think either is a critical for me...the 
excludes in our project include some sample files that wouldn't normally 
compile, so I get the nice red exclamation point, but the gradle build still 
works correctly, so it is not really an issue.  

Mike

-Original Message-
From: Laszlo Kishalmi 
Sent: Monday, February 18, 2019 1:11 PM
To: dev@netbeans.incubator.apache.org
Subject: Re: 11.0 VC1 - Observations/Questions

Dear Mike,

Well, I think it is Ok to report these here.

Yes, it is true that excludes as well as includes are not supported by right 
now, I've created
https://issues.apache.org/jira/browse/NETBEANS-2136 for that.

For the other one, it is good to encounter non-default project layouts from 
time to time. https://issues.apache.org/jira/browse/NETBEANS-2137
is to improve the situation here.

I'm not sure that I can deliver NETBEANS-2136 in the 11.0 timeframe, but
NETBEANS-2137 could be feasible.

Thank you for your feedback!

On 2/18/19 8:23 AM, Mike Billman wrote:
>
> Please redirect me if appropriate…
>
> I am using the gradle support new in 11.0. I am noticing the following:
>
>   * It appears the exclude options are not being applied:
>
> sourceSets {
>
>   main {
>
>     java {
>
>   srcDir 'JavaV2/Src'
>
>   srcDir 'JavaV2/API/Src'
>
>   srcDir 'JavaV2/Fedex/Src'
>
>   srcDir 'JavaV2/Library/Src'
>
>   srcDir 'JavaV2/Products/Src'
>
>   srcDir 'JavaV2/Protocol/Src'
>
>   srcDir 'JavaV2/Qryptonite/Src'
>
>   srcDir 'JavaV2/Security/Src'
>
>   srcDir 'JavaV2/Shipping/Src'
>
>   srcDir 'JavaV2/Spring/Src'
>
>   srcDir 'JavaV2/Ui/Src'
>
>   exclude '**/doc-files/**'
>
>   exclude 'makefile'
>
>   exclude '**/makefile'
>
>     }
>
>   * However, I still see Library.QcSockets.TcpipNet.doc-files in my
> list of sources as well as makefile
>   * Is there a way to make the source actually show a name that
> distinguishes which source it is?  Each of my above sources show
> as “Source Package [java][Src]”
>
> These above items both function differently in NB 10.0 using the 
> gradle plugin.  Other than that, project builds great using open JDK 
> 11.0.2.
>
> Thanks!
>
> Mike Billman
>
> Senior Software Engineer
>
> CPTE
>
> qclogo
>
> 11800 Conrey Rd
>
> Suite 150
>
> Cincinnati, OH 45249
>
> T +1 513 469 1424
>
> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
>
> F +1 513 469 1425
>
B CB  [  
X  ܚX KK[XZ[
 ] ][  X  ܚX P ] X[ ˚[  X ]܋ \X K ܙ B  ܈Y][ۘ[  [X[  K[XZ[
 ] Z[ ] X[ ˚[  X ]܋ \X K ܙ B B  ܈ \ \ [  ܛX][ۈX  ]H ] X[  
XZ[[  \   \ ]
 B ΋Z K \X K ܙ   ۙ Y[  K \ ^KӑU PS   XZ[[   \  B B B


RE: Why does deactivation of Gradle Plugin force deactivation of Groovy Plugin?

2019-03-11 Thread Mike Billman
More a curiosity thing...in the changes from vc2, I just see a window that says 

Jira project doesn't exist or you don't have permission to view it.

View these issues in Jira

If I click on the link, I see:

A value with ID '12345794' does not exist for the field 'filter'.

Mike

-Original Message-
From: Laszlo Kishalmi  
Sent: Sunday, March 10, 2019 11:40 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: Why does deactivation of Gradle Plugin force deactivation of 
Groovy Plugin?

https://issues.apache.org/jira/browse/NETBEANS-1976

On 3/10/19 8:03 AM, Martin Klähn wrote:
> Hi,
>
> for one reason or another I've attempted to test the gradle plugin 
> from Attila with Netbeans 11.0-vc2 and came across a disturbing revelation.
> Before attempting to install the "new" plugin I wanted to deactivate 
> the integrated Gradle plugin as I did not want to have two competing 
> plugins providing the same features. However in the process of 
> deactivating Gradle I was warned that the Groovy plugin will have to 
> be deactivated too due to it requiring the Gradle plugin.
>
> This seems wrong.
>
> I can understand that the Gradle plugin will require the Groovy plugin.
> However the other way around I can not understand.
>
> Comments?
>
> Regards
> - Martin
>

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





RE: 11.0 VC1 - Observations/Questions

2019-02-18 Thread Mike Billman
Laszlo -

Thanks for your reply.  I don't think either is a critical for me...the 
excludes in our project include some sample files that wouldn't normally 
compile, so I get the nice red exclamation point, but the gradle build still 
works correctly, so it is not really an issue.  

Mike

-Original Message-
From: Laszlo Kishalmi  
Sent: Monday, February 18, 2019 1:11 PM
To: dev@netbeans.incubator.apache.org
Subject: Re: 11.0 VC1 - Observations/Questions

Dear Mike,

Well, I think it is Ok to report these here.

Yes, it is true that excludes as well as includes are not supported by right 
now, I've created
https://issues.apache.org/jira/browse/NETBEANS-2136 for that.

For the other one, it is good to encounter non-default project layouts from 
time to time. https://issues.apache.org/jira/browse/NETBEANS-2137
is to improve the situation here.

I'm not sure that I can deliver NETBEANS-2136 in the 11.0 timeframe, but
NETBEANS-2137 could be feasible.

Thank you for your feedback!

On 2/18/19 8:23 AM, Mike Billman wrote:
>
> Please redirect me if appropriate…
>
> I am using the gradle support new in 11.0. I am noticing the following:
>
>   * It appears the exclude options are not being applied:
>
> sourceSets {
>
>   main {
>
>     java {
>
>   srcDir 'JavaV2/Src'
>
>   srcDir 'JavaV2/API/Src'
>
>   srcDir 'JavaV2/Fedex/Src'
>
>   srcDir 'JavaV2/Library/Src'
>
>   srcDir 'JavaV2/Products/Src'
>
>   srcDir 'JavaV2/Protocol/Src'
>
>   srcDir 'JavaV2/Qryptonite/Src'
>
>   srcDir 'JavaV2/Security/Src'
>
>   srcDir 'JavaV2/Shipping/Src'
>
>   srcDir 'JavaV2/Spring/Src'
>
>   srcDir 'JavaV2/Ui/Src'
>
>   exclude '**/doc-files/**'
>
>   exclude 'makefile'
>
>   exclude '**/makefile'
>
>     }
>
>   * However, I still see Library.QcSockets.TcpipNet.doc-files in my
> list of sources as well as makefile
>   * Is there a way to make the source actually show a name that
> distinguishes which source it is?  Each of my above sources show
> as “Source Package [java][Src]”
>
> These above items both function differently in NB 10.0 using the 
> gradle plugin.  Other than that, project builds great using open JDK 
> 11.0.2.
>
> Thanks!
>
> Mike Billman
>
> Senior Software Engineer
>
> CPTE
>
> qclogo
>
> 11800 Conrey Rd
>
> Suite 150
>
> Cincinnati, OH 45249
>
> T +1 513 469 1424
>
> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
>
> F +1 513 469 1425
>


11.0 VC1 - Observations/Questions

2019-02-18 Thread Mike Billman
Please redirect me if appropriate...

I am using the gradle support new in 11.0.  I am noticing the following:

  *   It appears the exclude options are not being applied:

sourceSets {

  main {

java {

  srcDir 'JavaV2/Src'

  srcDir 'JavaV2/API/Src'

  srcDir 'JavaV2/Fedex/Src'

  srcDir 'JavaV2/Library/Src'

  srcDir 'JavaV2/Products/Src'

  srcDir 'JavaV2/Protocol/Src'

  srcDir 'JavaV2/Qryptonite/Src'

  srcDir 'JavaV2/Security/Src'

  srcDir 'JavaV2/Shipping/Src'

  srcDir 'JavaV2/Spring/Src'

  srcDir 'JavaV2/Ui/Src'

  exclude '**/doc-files/**'

  exclude 'makefile'

  exclude '**/makefile'

}

  *   However, I still see Library.QcSockets.TcpipNet.doc-files in my list of 
sources as well as makefile
  *   Is there a way to make the source actually show a name that distinguishes 
which source it is?  Each of my above sources show as "Source Package 
[java][Src]"

These above items both function differently in NB 10.0 using the gradle plugin. 
 Other than that, project builds great using open JDK 11.0.2.

Thanks!

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



RE: popup error from symbolic link

2019-02-04 Thread Mike Billman
It appears it is from an old shortcut that may no longer exist.  Only problem 
is why is NB still referencing it and how can I get it to stop.  I have tried 
cleaning every directory I can think of except cache.

Mike

From: Mike Billman 
Sent: Friday, February 1, 2019 10:39 AM
To: dev@netbeans.incubator.apache.org
Subject: popup error from symbolic link

Anyone seen this?  I have a symbolic link in project folder that points to some 
configuration files on a network drive and all of the sudden I started getting 
this error:

[cid:image001.png@01D4BA1A.44D801F0]

I have symbolic links in other projects without issue.  Even if I close the 
project that has the symbolic link in it, I still see the error.  This is 
whenever I do an open.  I even tried removing the symbolic link all together 
and it still shows up.  The popup shows about 5 or 6 times before I can 
continue.

JDK 8 update 192.  Netbeans 10 VC3 (although reproduced in official release).  
Windows 10 OS.

Thanks for the help.

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



popup error from symbolic link

2019-02-01 Thread Mike Billman
Anyone seen this?  I have a symbolic link in project folder that points to some 
configuration files on a network drive and all of the sudden I started getting 
this error:

[cid:image001.png@01D4BA1A.44D801F0]

I have symbolic links in other projects without issue.  Even if I close the 
project that has the symbolic link in it, I still see the error.  This is 
whenever I do an open.  I even tried removing the symbolic link all together 
and it still shows up.  The popup shows about 5 or 6 times before I can 
continue.

JDK 8 update 192.  Netbeans 10 VC3 (although reproduced in official release).  
Windows 10 OS.

Thanks for the help.

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



RE: VC3 - JDK11 - gradle plugin

2018-11-14 Thread Mike Billman
Thanks for the input, Peter.  It does seem that if I remove all dependencies, 
possibly the problem goes away.  The problem would be more how would I identify 
the problem.  All of our code base is JDK8, so all of our dependencies would be 
java8 as well.  So I think module-info is off the table.  We are downloading 
dependencies of the javax (jaxb support) from maven since they were removed 
from JDK11 as well as java fx.  Obviously, I would love to submit an example 
project, but this may be difficult given the amount of proprietary code 
involved (an my ability to spend significant time on a non-work issue...).  I 
will try to get a project that reproduces this minus our code and internal 
dependencies.  If any part might be helpful (e.g. dependencies files, build 
file, etc) that might shed light, I can share that.

Thanks again for the input!

Mike 

-Original Message-
From: Peter Nabbefeld  
Sent: Wednesday, November 14, 2018 3:44 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: VC3 - JDK11 - gradle plugin

I don't use gradle, and I don't want to install it, so I can only ask:
Is there, by any chance, an existing or generated "module-info.java" file?

The stack trace seems to originate from a recursive call:

1. From Modules.completeModule to Modules.retrieveRequiresTransitive:
(NOTE: During initialization (inInitModules == true) completer is set to lambda 
expression calling Modules.completeModule as Completer instance)

  for (RequiresDirective d : msym.requires) {
     d.module.complete();
     readable.add(d.module);
     Set s = retrieveRequiresTransitive(d.module);

2. Modules.retrieveRequiresTransitive calls ModuleSymbol.complete (see 
for-loop).
Because of the initialization (see NOTE on [1]), ModuleSymbol.complete calls 
Modules.completeModule again.

What I've not yet investigated is: what are the conditions to not enforce the 
recursive behavior? It seems, in "usual" cases the recursion stops at some 
point, while in Your case it doesn't.

IMHO, this seems to be a JDK problem (if there're cyclic dependencies, an error 
should be logged and compilation should just stop), but I'm not a JDK expert. 
OTOH, there seems to be a problem with Your dependencies, so You'd check Your 
dependencies graph. As method "retrieveRequiresTransitive" is involved, please 
check also if all dependencies are available at runtime.

Kind regards

Peter



Am 13.11.18 um 17:39 schrieb Mike Billman:
> Tried really quick...same results.  Even deleted cache.
>
> Mike
>
> -----Original Message-
> From: Mike Billman 
> Sent: Tuesday, November 13, 2018 11:02 AM
> To: dev@netbeans.incubator.apache.org
> Subject: RE: VC3 - JDK11 - gradle plugin
>
> I'll give that a try tomorrow.  Thanks for the idea.
>
> Mike
>
> -Original Message-
> From: Peter Nabbefeld 
> Sent: Tuesday, November 13, 2018 10:59 AM
> To: dev@netbeans.incubator.apache.org
> Subject: Re: VC3 - JDK11 - gradle plugin
>
>
> Hello Mike,
>
> the stack trace looks really strange - like some endless loop in the 
> compiler. Could You probably just try to use any other JDK 9+, probably even 
> JDK 12 EA?
>
> Kind regards
>
> Peter
>
>
>
> Am 13.11.18 um 13:54 schrieb Mike Billman:
>> Laszlo/Geertjan -
>>
>> After working with the plugin developer, we suspect it might be a nb issue.  
>> I submitted a JIRA ticket.  As I have not done this before, I would welcome 
>> feedback on anything I could do to assist in this process.
>>
>> https://issues.apache.org/jira/browse/NETBEANS-1668
>>
>> Mike
>>
>> -Original Message-
>> From: Mike Billman 
>> Sent: Wednesday, November 7, 2018 8:15 AM
>> To: dev@netbeans.incubator.apache.org
>> Subject: RE: VC3 - JDK11 - gradle plugin
>>
>> Submitted issue with plugin...getting out of memory error.  Thanks for the 
>> help.  Running under JDK8, not having any issues.
>>
>> Mike
>>
>> -Original Message-
>> From: Laszlo Kishalmi 
>> Sent: Tuesday, November 6, 2018 6:17 PM
>> To: dev@netbeans.incubator.apache.org
>> Subject: Re: VC3 - JDK11 - gradle plugin
>>
>> Well, JDK 11 has some issues with Gradle. You need to have at least Gradle 
>> 4.10 to get the project loaded.
>>
>> If you prefer to use the wrapper it is going to fail.
>>
>> On 11/6/18 1:38 PM, Mike Billman wrote:
>>> Of course...i just wasn't sure how to tell if it was the plugin or the ide.
>>>
>>> Mike
>>>
>>> -Original Message-
>>> From: Geertjan Wielenga 
>>> Sent: Tuesday, November 6, 2018 3:52 PM
>>> To: dev@netbeans.incubator.apache.org
>>> Subject: Re: VC3 - JDK11 - gradle plugin
>>&g

RE: VC3 - JDK11 - gradle plugin

2018-11-13 Thread Mike Billman
Tried really quick...same results.  Even deleted cache.

Mike

-Original Message-
From: Mike Billman  
Sent: Tuesday, November 13, 2018 11:02 AM
To: dev@netbeans.incubator.apache.org
Subject: RE: VC3 - JDK11 - gradle plugin

I'll give that a try tomorrow.  Thanks for the idea.

Mike

-Original Message-
From: Peter Nabbefeld  
Sent: Tuesday, November 13, 2018 10:59 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: VC3 - JDK11 - gradle plugin


Hello Mike,

the stack trace looks really strange - like some endless loop in the compiler. 
Could You probably just try to use any other JDK 9+, probably even JDK 12 EA?

Kind regards

Peter



Am 13.11.18 um 13:54 schrieb Mike Billman:
> Laszlo/Geertjan -
>
> After working with the plugin developer, we suspect it might be a nb issue.  
> I submitted a JIRA ticket.  As I have not done this before, I would welcome 
> feedback on anything I could do to assist in this process.
>
> https://issues.apache.org/jira/browse/NETBEANS-1668
>
> Mike
>
> -----Original Message-
> From: Mike Billman 
> Sent: Wednesday, November 7, 2018 8:15 AM
> To: dev@netbeans.incubator.apache.org
> Subject: RE: VC3 - JDK11 - gradle plugin
>
> Submitted issue with plugin...getting out of memory error.  Thanks for the 
> help.  Running under JDK8, not having any issues.
>
> Mike
>
> -Original Message-
> From: Laszlo Kishalmi 
> Sent: Tuesday, November 6, 2018 6:17 PM
> To: dev@netbeans.incubator.apache.org
> Subject: Re: VC3 - JDK11 - gradle plugin
>
> Well, JDK 11 has some issues with Gradle. You need to have at least Gradle 
> 4.10 to get the project loaded.
>
> If you prefer to use the wrapper it is going to fail.
>
> On 11/6/18 1:38 PM, Mike Billman wrote:
>> Of course...i just wasn't sure how to tell if it was the plugin or the ide.
>>
>> Mike
>>
>> -Original Message-
>> From: Geertjan Wielenga 
>> Sent: Tuesday, November 6, 2018 3:52 PM
>> To: dev@netbeans.incubator.apache.org
>> Subject: Re: VC3 - JDK11 - gradle plugin
>>
>> Can you report issues with the Gradle plugin on the Gradle plugin site, 
>> please?
>>
>> Gj
>>
>> On Tuesday, November 6, 2018, Mike Billman 
>> 
>> wrote:
>>
>>> Hi – it would appear I am having some issue related to either 
>>> environment, netbeans itself, or the gradle plugin.  I have tried 
>>> multiple times to load a large project running netbeans pointed to 
>>> 11.0.1.  However, each time it stops at “background scanning of 
>>> projects” and I can’t do anything more meaningful.  Jumping to 
>>> points in the code doesn’t work etc.  I would like to try to provide more 
>>> information, but I am not at all sure how.
>>>
>>>
>>>
>>> VC3 seems to work fine if I run against JDK8u191.  At this point, 
>>> all of our code runs against jdk8 anyways, so this isn’t necessarily 
>>> a big issue, but I would like to try to understand where the problem 
>>> is so I can report it properly.  Can anybody give some suggestions 
>>> or is anybody else having issues with the gradle plugin?
>>>
>>>
>>>
>>> Thanks!
>>>
>>>
>>>
>>> Mike Billman
>>>
>>> Senior Software Engineer
>>>
>>> CPTE
>>>
>>>
>>>
>>> [image: qclogo]
>>>
>>>
>>>
>>> 11800 Conrey Rd
>>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+
>>> C i ncinnati,+OH+45249=gmail=g>
>>>
>>> Suite 150
>>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+
>>> C i ncinnati,+OH+45249=gmail=g>
>>>
>>> Cincinnati, OH 45249
>>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+
>>> C i ncinnati,+OH+45249=gmail=g>
>>>
>>>
>>>
>>> T +1 513 469 1424
>>>
>>> E mikebill...@qcsoftware.com
>>>
>>> F +1 513 469 1425
>>>
>>>
>>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>> For additional commands, e-mail:
>> dev-h...@netbeans.incubator.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands,

RE: VC3 - JDK11 - gradle plugin

2018-11-13 Thread Mike Billman
I'll give that a try tomorrow.  Thanks for the idea.

Mike

-Original Message-
From: Peter Nabbefeld  
Sent: Tuesday, November 13, 2018 10:59 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: VC3 - JDK11 - gradle plugin


Hello Mike,

the stack trace looks really strange - like some endless loop in the compiler. 
Could You probably just try to use any other JDK 9+, probably even JDK 12 EA?

Kind regards

Peter



Am 13.11.18 um 13:54 schrieb Mike Billman:
> Laszlo/Geertjan -
>
> After working with the plugin developer, we suspect it might be a nb issue.  
> I submitted a JIRA ticket.  As I have not done this before, I would welcome 
> feedback on anything I could do to assist in this process.
>
> https://issues.apache.org/jira/browse/NETBEANS-1668
>
> Mike
>
> -----Original Message-
> From: Mike Billman 
> Sent: Wednesday, November 7, 2018 8:15 AM
> To: dev@netbeans.incubator.apache.org
> Subject: RE: VC3 - JDK11 - gradle plugin
>
> Submitted issue with plugin...getting out of memory error.  Thanks for the 
> help.  Running under JDK8, not having any issues.
>
> Mike
>
> -Original Message-
> From: Laszlo Kishalmi 
> Sent: Tuesday, November 6, 2018 6:17 PM
> To: dev@netbeans.incubator.apache.org
> Subject: Re: VC3 - JDK11 - gradle plugin
>
> Well, JDK 11 has some issues with Gradle. You need to have at least Gradle 
> 4.10 to get the project loaded.
>
> If you prefer to use the wrapper it is going to fail.
>
> On 11/6/18 1:38 PM, Mike Billman wrote:
>> Of course...i just wasn't sure how to tell if it was the plugin or the ide.
>>
>> Mike
>>
>> -Original Message-
>> From: Geertjan Wielenga 
>> Sent: Tuesday, November 6, 2018 3:52 PM
>> To: dev@netbeans.incubator.apache.org
>> Subject: Re: VC3 - JDK11 - gradle plugin
>>
>> Can you report issues with the Gradle plugin on the Gradle plugin site, 
>> please?
>>
>> Gj
>>
>> On Tuesday, November 6, 2018, Mike Billman 
>> 
>> wrote:
>>
>>> Hi – it would appear I am having some issue related to either 
>>> environment, netbeans itself, or the gradle plugin.  I have tried 
>>> multiple times to load a large project running netbeans pointed to 
>>> 11.0.1.  However, each time it stops at “background scanning of 
>>> projects” and I can’t do anything more meaningful.  Jumping to 
>>> points in the code doesn’t work etc.  I would like to try to provide more 
>>> information, but I am not at all sure how.
>>>
>>>
>>>
>>> VC3 seems to work fine if I run against JDK8u191.  At this point, 
>>> all of our code runs against jdk8 anyways, so this isn’t necessarily 
>>> a big issue, but I would like to try to understand where the problem 
>>> is so I can report it properly.  Can anybody give some suggestions 
>>> or is anybody else having issues with the gradle plugin?
>>>
>>>
>>>
>>> Thanks!
>>>
>>>
>>>
>>> Mike Billman
>>>
>>> Senior Software Engineer
>>>
>>> CPTE
>>>
>>>
>>>
>>> [image: qclogo]
>>>
>>>
>>>
>>> 11800 Conrey Rd
>>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+
>>> C i ncinnati,+OH+45249=gmail=g>
>>>
>>> Suite 150
>>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+
>>> C i ncinnati,+OH+45249=gmail=g>
>>>
>>> Cincinnati, OH 45249
>>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+
>>> C i ncinnati,+OH+45249=gmail=g>
>>>
>>>
>>>
>>> T +1 513 469 1424
>>>
>>> E mikebill...@qcsoftware.com
>>>
>>> F +1 513 469 1425
>>>
>>>
>>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>> For additional commands, e-mail:
>> dev-h...@netbeans.incubator.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: 
> dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: 
> dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





RE: VC3 - JDK11 - gradle plugin

2018-11-13 Thread Mike Billman
Laszlo/Geertjan -

After working with the plugin developer, we suspect it might be a nb issue.  I 
submitted a JIRA ticket.  As I have not done this before, I would welcome 
feedback on anything I could do to assist in this process.  

https://issues.apache.org/jira/browse/NETBEANS-1668

Mike

-Original Message-
From: Mike Billman  
Sent: Wednesday, November 7, 2018 8:15 AM
To: dev@netbeans.incubator.apache.org
Subject: RE: VC3 - JDK11 - gradle plugin

Submitted issue with plugin...getting out of memory error.  Thanks for the 
help.  Running under JDK8, not having any issues.

Mike

-Original Message-
From: Laszlo Kishalmi 
Sent: Tuesday, November 6, 2018 6:17 PM
To: dev@netbeans.incubator.apache.org
Subject: Re: VC3 - JDK11 - gradle plugin

Well, JDK 11 has some issues with Gradle. You need to have at least Gradle 4.10 
to get the project loaded.

If you prefer to use the wrapper it is going to fail.

On 11/6/18 1:38 PM, Mike Billman wrote:
> Of course...i just wasn't sure how to tell if it was the plugin or the ide.
>
> Mike
>
> -Original Message-
> From: Geertjan Wielenga 
> Sent: Tuesday, November 6, 2018 3:52 PM
> To: dev@netbeans.incubator.apache.org
> Subject: Re: VC3 - JDK11 - gradle plugin
>
> Can you report issues with the Gradle plugin on the Gradle plugin site, 
> please?
>
> Gj
>
> On Tuesday, November 6, 2018, Mike Billman 
> 
> wrote:
>
>> Hi – it would appear I am having some issue related to either 
>> environment, netbeans itself, or the gradle plugin.  I have tried 
>> multiple times to load a large project running netbeans pointed to 
>> 11.0.1.  However, each time it stops at “background scanning of 
>> projects” and I can’t do anything more meaningful.  Jumping to points 
>> in the code doesn’t work etc.  I would like to try to provide more 
>> information, but I am not at all sure how.
>>
>>
>>
>> VC3 seems to work fine if I run against JDK8u191.  At this point, all 
>> of our code runs against jdk8 anyways, so this isn’t necessarily a 
>> big issue, but I would like to try to understand where the problem is 
>> so I can report it properly.  Can anybody give some suggestions or is 
>> anybody else having issues with the gradle plugin?
>>
>>
>>
>> Thanks!
>>
>>
>>
>> Mike Billman
>>
>> Senior Software Engineer
>>
>> CPTE
>>
>>
>>
>> [image: qclogo]
>>
>>
>>
>> 11800 Conrey Rd
>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+C
>> i ncinnati,+OH+45249=gmail=g>
>>
>> Suite 150
>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+C
>> i ncinnati,+OH+45249=gmail=g>
>>
>> Cincinnati, OH 45249
>> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+C
>> i ncinnati,+OH+45249=gmail=g>
>>
>>
>>
>> T +1 513 469 1424
>>
>> E mikebill...@qcsoftware.com
>>
>> F +1 513 469 1425
>>
>>
>>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: 
> dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





RE: VC3 - JDK11 - gradle plugin

2018-11-06 Thread Mike Billman
Of course...i just wasn't sure how to tell if it was the plugin or the ide.

Mike

-Original Message-
From: Geertjan Wielenga  
Sent: Tuesday, November 6, 2018 3:52 PM
To: dev@netbeans.incubator.apache.org
Subject: Re: VC3 - JDK11 - gradle plugin

Can you report issues with the Gradle plugin on the Gradle plugin site, please?

Gj

On Tuesday, November 6, 2018, Mike Billman 
wrote:

> Hi – it would appear I am having some issue related to either 
> environment, netbeans itself, or the gradle plugin.  I have tried 
> multiple times to load a large project running netbeans pointed to 
> 11.0.1.  However, each time it stops at “background scanning of 
> projects” and I can’t do anything more meaningful.  Jumping to points 
> in the code doesn’t work etc.  I would like to try to provide more 
> information, but I am not at all sure how.
>
>
>
> VC3 seems to work fine if I run against JDK8u191.  At this point, all 
> of our code runs against jdk8 anyways, so this isn’t necessarily a big 
> issue, but I would like to try to understand where the problem is so I 
> can report it properly.  Can anybody give some suggestions or is 
> anybody else having issues with the gradle plugin?
>
>
>
> Thanks!
>
>
>
> Mike Billman
>
> Senior Software Engineer
>
> CPTE
>
>
>
> [image: qclogo]
>
>
>
> 11800 Conrey Rd
> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+Ci
> ncinnati,+OH+45249=gmail=g>
>
> Suite 150
> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+Ci
> ncinnati,+OH+45249=gmail=g>
>
> Cincinnati, OH 45249
> <https://maps.google.com/?q=11800+Conrey+Rd+%0D%0A+Suite+150+%0D%0A+Ci
> ncinnati,+OH+45249=gmail=g>
>
>
>
> T +1 513 469 1424
>
> E mikebill...@qcsoftware.com
>
> F +1 513 469 1425
>
>
>


VC3 - JDK11 - gradle plugin

2018-11-06 Thread Mike Billman
Hi - it would appear I am having some issue related to either environment, 
netbeans itself, or the gradle plugin.  I have tried multiple times to load a 
large project running netbeans pointed to 11.0.1.  However, each time it stops 
at "background scanning of projects" and I can't do anything more meaningful.  
Jumping to points in the code doesn't work etc.  I would like to try to provide 
more information, but I am not at all sure how.

VC3 seems to work fine if I run against JDK8u191.  At this point, all of our 
code runs against jdk8 anyways, so this isn't necessarily a big issue, but I 
would like to try to understand where the problem is so I can report it 
properly.  Can anybody give some suggestions or is anybody else having issues 
with the gradle plugin?

Thanks!

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



RE: [VOTE] Release Apache NetBeans HTML/Java API version 1.6

2018-11-06 Thread Mike Billman
Question -

When I go to about, I see the following

Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-365-on-20181105)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)

Should the part about 8.2 patch 2 be in there?

Mike

-Original Message-
From: Anton Epple  
Sent: Tuesday, November 6, 2018 2:09 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.6

-1 In the meantime I had some failing tests when testing with dukescript 
presenters and I confirmed with Jaroslav that the issue is in the proposed 1.6 
release

Toni



Am 04.11.18, 16:05 schrieb "Anton Epple" :

+1

Tested running with DukeScript Demos Project 
(https://github.com/dukescript/dukescript-demos)

All 5 Demos build fine. I tested running 5 of them with WebView Presenter 
and one with bck2brwsr without any problems.

Thanks for the great work!

Toni

Am 04.11.18, 08:27 schrieb "Jaroslav Tulach" :

Dear members of Apache NetBeans community.
I have finally found some spare time and managed to upload HTML/Java API
bits to [Apache Nexus](https://repository.apache.org/) staging 
repository.
The upload is the final piece in the whole HTML/Java API donation 
process -
it was only possible now, when the netbeans.org domain (and thus
org.netbeans.html groupId) has been donated to Apache Foundation.

To finish the whole process, I am calling for a vote on Apache NetBeans
HTML/Java 1.6 release. The release is staged at


https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/

In addition to that the Maven artifacts built from the same changeset
[release-1.6](
https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
are available at the following staging repository:


https://repository.apache.org/content/repositories/orgapachenetbeans-1001/

Please do some testing and cast your vote by Wednesday Nov 7, 2018. 
Thanks
for your support.
-jt

PS: This release of HTML/Java API doesn't influence release 10 of Apache
NetBeans in any way
PPS: You can test the Maven bits by adding following snippet (with
appropriate XML closing tags) to your $HOME/.m2/settings.xml file:


http://maven.apache.org/SETTINGS/1.0.0; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd;>




.




html-java-api-1.6


https://repository.apache.org/content/repositories/orgapachenetbeans-1001/





html-java-api-1.6


https://repository.apache.org/content/repositories/orgapachenetbeans-1001/








-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





RE: [VOTE] Release Apache Netbeans 10.0 (incubating) [vote candidate 3]

2018-11-06 Thread Mike Billman
Happy to check it out.  Should I simply replace VC2 with this?  

Mike

-Original Message-
From: Laszlo Kishalmi  
Sent: Tuesday, November 6, 2018 1:54 AM
To: dev@netbeans.incubator.apache.org
Subject: [VOTE] Release Apache Netbeans 10.0 (incubating) [vote candidate 3]

Hi all,

Please vote on releasing Apache NetBeans 10.0 (incubating)!

If this voting candidate passes, another similar voting will be started 
ongene...@incubator.apache.org, and if that passes too, then we can release 
this version. This build will also undergo validation through NetCAT.

Apache NetBeans 10.0 (incubating) constitutes all but the enterprise cluster in 
the Apache NetBeans Git repo, which together provide the NetBeans Platform 
(i.e., the underlying application framework), as well as all the modules that 
provide the Java SE, PHP, JavaScript and Groovy features of Apache NetBeans.

In short, Apache NetBeans 10.0 (incubating) is a full IDE for Java SE and PHP, 
JavaScript development with some Groovy language support.

Build artifacts available here:
https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans/incubating-10.0-vc3

The specific artifact to be voted on:

https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans/incubating-10.0-vc3/incubating-netbeans-10.0-vc3-source.zip

Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE 
files, as well as a README file with build instructions, which are the same as 
these:

https://github.com/apache/incubator-netbeans/blob/release100/README.md

SHA1: 028b47ca10118e616208e4949fb79c2e38d74fd5

KEYS file:

https://dist.apache.org/repos/dist/release/incubator/netbeans/KEYS

Apache NetBeans Git Repo tag: 10.0-vc3 :

https://github.com/apache/incubator-netbeans/tree/10.0-vc3

Note: NetBeans license violation checks are managed via the rat-exclusions.txt 
file:

https://github.com/apache/incubator-netbeans/blob/release100/nbbuild/rat-exclusions.txt

Rat report shows no unknown licenses, except for license files:

https://builds.apache.org/job/incubator-netbeans-release/365/artifact/rat-release-temp/nbbuild/build/rat-report.txt

Included as a convenience binary, not relevant for the voting purposes (unzip 
it, run it and you'll see Apache NetBeans):

https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans/incubating-10.0-vc3/incubating-netbeans-10.0-vc1-bin.zip



Release specific wiki page:

https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+10

How (and what) to try out the release:

1. Download the artifact to be voted on and unzip it.
2. Verify the cryptographic signatures, the NOTICE and LICENSE file 3. Build it 
using the README provided by the artifact.
4. Look in nbbuild/netbeans for the NetBeans installation created by the build 
process.


If the above succeeds, i.e., Apache NetBeans installs and starts up vote +1 in 
this thread.

Note that according 
tohttp://www.apache.org/legal/release-policy.html#release-approval  :

> Before casting +1 binding votes, individuals are REQUIRED to download 
> all signed source code packages onto their own hardware, verify that 
> they meet all requirements of ASF policy on releases as described 
> below, validate all cryptographic signatures, compile as provided, and 
> test the result on their own platform.
Please try out the package, using the instructions above, and vote! The vote is 
open for a minimum of 72 hours or until the necessary number of votes (3 
binding +1s) is reached.

[ ] +1 Release this package as Apache NetBeans 10.0 (incubating) [ ] 0 I don't 
feel strongly about it, but I'm okay with the release [ ] -1 Do not release 
this package because...

Please add "(binding)" if your vote is binding, i.e., you are an Apache 
NetBeans PPMC member, i.e., your name is on this page: 
http://home.apache.org/committers-by-project.html#netbeans , although note the 
only real binding votes in the incubator are those of the IPMC, i.e., in the 
next vote thread, after this one passes.

Laszlo Kishalmi
on behalf of the Apache NetBeans PPMC


RE: Please... fill in Community Acceptance Survey!

2018-11-05 Thread Mike Billman
Done…

I use netbeans for work and java development.  Have not had a chance to use JDK 
11 features (we still develop against JDK 8), but everything seems to be 
running smoothly.

Mike

From: Geertjan Wielenga 
Sent: Sunday, November 4, 2018 3:46 PM
To: NetBeans Mailing List ; dev 
; netcat 
Subject: Please... fill in Community Acceptance Survey!

Hi all,

We have around 30 people so far who have filled in the survey so far -- we need 
at least around 100 in total, by the end of this week, i.e., by 11 November 
2018:

https://goo.gl/forms/jCzBLA34hNZb4k5G2

Contrary to what is stated above, there are currently no blockers -- so this is 
an opportunity for everyone to state what they consider to be blockers, i.e., 
use the survey above to specify blockers that in your opinion need to be fixed 
before releasing Apache NetBeans 10.

For some context and background to where we are in the process and what's 
requested of you (not very much), see this short YouTube clip:

https://www.youtube.com/watch?v=G7_OPJ6grvM

Many thanks,

Gj



RE: 10 VC1

2018-10-05 Thread Mike Billman
Forgot to mention...

  *   Windows 10
  *   JDK 1.8u181

Please let me know if I need to provide any other information.

Mike

From: Mike Billman 
Sent: Thursday, October 4, 2018 5:41 PM
To: dev@netbeans.incubator.apache.org
Subject: 10 VC1

Just a couple of things

  *   It imports my 8.2 settings (think I saw a JIRA on this already)
  *   How do I uninstall a single added plugin (Under installed the show all as 
one)
  *   Tried to install Experimental Java Hints, but said I needed java hints, 
which I could not find

Other than that, for what I use it for (work), seems like it's moving forward.  
I will add that we still use JDK 8 at work, but are looking into implications 
of moving to JDK 11.

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



10 VC1

2018-10-04 Thread Mike Billman
Just a couple of things

  *   It imports my 8.2 settings (think I saw a JIRA on this already)
  *   How do I uninstall a single added plugin (Under installed the show all as 
one)
  *   Tried to install Experimental Java Hints, but said I needed java hints, 
which I could not find

Other than that, for what I use it for (work), seems like it's moving forward.  
I will add that we still use JDK 8 at work, but are looking into implications 
of moving to JDK 11.

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



RE: 2 very small issues noticed in VC3

2018-07-23 Thread Mike Billman
Emi -

I'd be happy to report this.  As for logging in to the jira, do I need to just 
create a user?

Mike

-Original Message-
From: Emilian Bold  
Sent: Saturday, July 21, 2018 2:27 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: 2 very small issues noticed in VC3

Thanks! I believe we have a PR already that replaces the old logo with the new 
logo in even more places. Please report the windows issue on 
https://issues.apache.org/jira/projects/NETBEANS/issues/ so we keep track of it.

--emi

‐‐‐ Original Message ‐‐‐

On 11 July 2018 9:53 PM, Mike Billman  wrote:

> Not sure if this is proper time to report this (also no clue if it is 
> something on my settings).  Has anybody else noticed these two things:
> 
> -   Using windows 10, I click “pin to taskbar” and it switches to the old logo
> -   The right “alt” button does not seem work for any key combinations but 
> the left “alt” does (standard us keyboard)
> 
>  
> 
> Mike Billman
> 
> Senior Software Engineer
> 
> CPTE
> 
>  
> 
>  
> 
> 11800 Conrey Rd
> 
> Suite 150
> 
> Cincinnati, OH 45249
> 
>  
> 
> T +1 513 469 1424
> 
> E mikebill...@qcsoftware.com
> 
> F +1 513 469 1425
> 
>

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





2 very small issues noticed in VC3

2018-07-11 Thread Mike Billman
Not sure if this is proper time to report this (also no clue if it is something 
on my settings).  Has anybody else noticed these two things:

  *   Using windows 10, I click "pin to taskbar" and it switches to the old logo
  *   The right "alt" button does not seem work for any key combinations but 
the left "alt" does (standard us keyboard)

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



RE: [VOTE] Release Apache NetBeans 9.0 (incubating) [vote candidate 3]

2018-07-11 Thread Mike Billman
+1

-Original Message-
From: Vikas Prabhakar [mailto:vikas.prabha...@oracle.com] 
Sent: Wednesday, July 11, 2018 1:50 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: [VOTE] Release Apache NetBeans 9.0 (incubating) [vote candidate 3]

+1


On 7/9/2018 2:16 AM, Mario Schroeder wrote:
> +1
>
> Os: macOS 10.13.3
>
> 2018-07-08 22:07 GMT+02:00 John Kostaras :
>
>> +1
>>
>> OS: MacOSX 10.9.5
>> Built from sources with ant 1.9.4
>> JDK 1.8.0_172
>>
>> INFO [org.openide.util.ImageUtilities]: Image 
>> org/netbeans/core/startup/about_nb.png is not PNG
>> javax.imageio.IIOException: Bad PNG signature!
>>  at
>> com.sun.imageio.plugins.png.PNGImageReader.readHeader(
>> PNGImageReader.java:242)
>> Caused: javax.imageio.IIOException: I/O error reading PNG header!
>>
>> Managed to run a sample RCP app without any problem. Updated 2 
>> plugins successfully.
>>
>> No major issues.
>>
>>
>>
>>
>> On Sun, 8 Jul 2018 at 20:24, Ludovic HOCHET  wrote:
>>
>>> +1
>>>
>>> built from the source artefact using:
>>> Windows 10 1803
>>> Ant 1.9.3
>>> Build JDK: jdk1.8.0_172
>>> Run JDK: openjdk 11+21
>>>
>>> On 8 July 2018 at 11:40, Emilian Bold 
>>>  wrote:
 Hi all,

 Please vote on releasing Apache NetBeans 9.0 (incubating)!

 If this voting candidate passes, another similar voting will be 
 started
>>> on gene...@incubator.apache.org, and if that passes too, then we can 
>>> release this version. This build will also undergo validation 
>>> through NetCAT.
 Apache NetBeans 9.0 (incubating) constitutes all the modules in the
>>> Apache NetBeans Git repo, which together provide the NetBeans 
>>> Platform (i.e., the underlying application framework), as well as 
>>> all the modules that provide the Java SE-related features of Apache 
>>> NetBeans.
 In short, Apache NetBeans 9.0 (incubating) is a full IDE for Java 
 SE
>>> development.
 Build artifacts available here:


>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__dist.apache.org
>>> _repos_dist_dev_incubator_netbeans_=DwIBaQ=RoP1YumCXCgaWHvlZYR8P
>>> Zh8Bv7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604
>>> =8o5PSw5xXZsGE2I4NyGDO8SOElwhH_z8SAjUdPskjw0=GYVilulbfZYUmN3cWbr
>>> uz06eOK8CCFNGZ3V03Z9SSYo=
>> incubating-netbeans-java/incubating-9.0-vc3
 The specific artifact to be voted on:


>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__dist.apache.org
>>> _repos_dist_dev_incubator_netbeans_=DwIBaQ=RoP1YumCXCgaWHvlZYR8P
>>> Zh8Bv7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604
>>> =8o5PSw5xXZsGE2I4NyGDO8SOElwhH_z8SAjUdPskjw0=GYVilulbfZYUmN3cWbr
>>> uz06eOK8CCFNGZ3V03Z9SSYo=
>> incubating-netbeans-java/incubating-9.0-vc3/incubating-
>> netbeans-java-9.0-source.zip
 Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, 
 and
>>> NOTICE files, as well as a README file with build instructions, 
>>> which are the same as these:

>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__gitbox.apache.o
>>> rg_repos_asf-3Fp-3Dincubator-2D=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8B
>>> v7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604=8
>>> o5PSw5xXZsGE2I4NyGDO8SOElwhH_z8SAjUdPskjw0=qY5oYLUFCZk9t3gdzTLwn-K
>>> v0LEY2hJ_zx57pP08RkE=
>> netbeans.git;a=blob_plain;f=README.md;h=eccd3c6cc707ba9ca219bcfb72979
>> 4 35d85f5f7a;hb=97904961e496383d6150aef9b78fa8dff8f3e1ce
 SHA1: ed2098c173460ec81f05635055066da06a7ea82b

 KEYS file:

 https://urldefense.proofpoint.com/v2/url?u=https-3A__dist.apache.or
 g_repos_dist_release_incubator_netbeans_KEYS=DwIBaQ=RoP1YumCXCg
 aWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhY
 ItFMRUIr604=8o5PSw5xXZsGE2I4NyGDO8SOElwhH_z8SAjUdPskjw0=KsqreHD
 VN5fPTk7OfFl2PLxXDVywL7xKBdDkTKqeruY=

 Apache NetBeans Git Repo tag: 9.0-vc3 :


>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__gitbox.apache.o
>>> rg_repos_asf-3Fp-3Dincubator-2D=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8B
>>> v7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604=8
>>> o5PSw5xXZsGE2I4NyGDO8SOElwhH_z8SAjUdPskjw0=qY5oYLUFCZk9t3gdzTLwn-K
>>> v0LEY2hJ_zx57pP08RkE=
>> netbeans.git;a=tag;h=refs/tags/9.0-vc3
 Note: NetBeans license violation checks are managed via the
>>> rat-exclusions.txt file:

>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__gitbox.apache.o
>>> rg_repos_asf-3Fp-3Dincubator-2D=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8B
>>> v7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604=8
>>> o5PSw5xXZsGE2I4NyGDO8SOElwhH_z8SAjUdPskjw0=qY5oYLUFCZk9t3gdzTLwn-K
>>> v0LEY2hJ_zx57pP08RkE=
>> netbeans.git;a=blob;f=nbbuild/rat-exclusions.txt;h=
>> 36cb8a3eae40bd7fc41c63c6055bce42f7916859;hb=97904961e496383d6150aef9b
>> 78fa8
>> dff8f3e1ce
 Rat report shows no unknown licenses, except for license files:


>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.o
>>> rg_job_incubator-2Dnetbeans-2Drelease_=DwIBaQ=RoP1YumCXCgaWHvlZY
>>> 

VC3 Question

2018-07-09 Thread Mike Billman
I downloaded VC3 as was recommended and am a little confused (I am new to this 
part of apache with respect to VC).  I run netbeans, but I notice many of the 
plugins I used previously are not available.  Is this part of the VC process in 
that it is only regarding certain aspects of NB?  Thanks for the help and sorry 
if I am asking silly questions.

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



Netbeans 9 Beta

2018-01-16 Thread Mike Billman
I was wondering if one of you could point me to the download for this.

Thanks!

Mike Billman
Software Engineer

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425



RE: nb9 release date

2017-12-19 Thread Mike Billman
Geertjan -

When you say platform only, what does that limit use to?  I am assuming plugins 
and things like that would not be available.  I am trying to determine if I can 
do some testing with the initial release at work or if that would need to be 
some sort of side project.

Thanks!

Mike

-Original Message-
From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com] 
Sent: Tuesday, December 19, 2017 6:50 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: nb9 release date

9.0 Alpha has been release, which was the NetBeans Platform only, 9.0 Beta will 
be voted on soon, which is the Java-related NetBeans IDE. You can download and 
unzip it already right here:

builds.apache.org/job/incubator-netbeans-linux

After that, there'll be a community testing process that you can be involved 
in, after which the final release will be made available.

Gj

On Tue, Dec 19, 2017 at 8:10 AM, M. ILYAS  wrote:

> Good day,
>
> I would like to ask what is the the expected release date for apache 
> netbeans 9.
>
> thanks.
>