[GitHub] JaroslavTulach commented on issue #248: adding crlf characters for the failing tests in api.templates

2017-11-07 Thread GitBox
JaroslavTulach commented on issue #248: adding crlf characters for the failing 
tests in api.templates
URL: 
https://github.com/apache/incubator-netbeans/pull/248#issuecomment-342734078
 
 
   There are two jobs running (some of) our tests: 
[windows](https://builds.apache.org/job/incubator-netbeans-windows/) and 
[linux](https://builds.apache.org/job/incubator-netbeans-linux/). I believe it 
is important to stabilize them both - e.g. it is desirable that our tests pass 
on Windows as well as Linux.
   
   Btw. it is unfortunate the windows job has been broken for a while and 
nobody paid attention to that (reported as 
[#127](https://issues.apache.org/jira/browse/NETBEANS-127)). Ideas how to make 
stable test runs priority for the community are welcomed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] JaroslavTulach commented on issue #248: adding crlf characters for the failing tests in api.templates

2017-11-07 Thread GitBox
JaroslavTulach commented on issue #248: adding crlf characters for the failing 
tests in api.templates
URL: 
https://github.com/apache/incubator-netbeans/pull/248#issuecomment-342734078
 
 
   There are two jobs running (some of) our tests: 
[windows](https://builds.apache.org/job/incubator-netbeans-windows/) and 
[linux](https://builds.apache.org/job/incubator-netbeans-linux/). I believe it 
is important to stabilize them both - e.g. it is desirable that our tests pass 
on Windows as well as Linux.
   
   Btw. it is unfortunate the windows job has been broken for a while and 
nobody paid attention to that. Ideas how to make stable test runs priority for 
the community are welcomed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] jlahoda commented on issue #252: wip attempt to get ignore from .gitgnore

2017-11-07 Thread GitBox
jlahoda commented on issue #252: wip attempt to get ignore from .gitgnore
URL: 
https://github.com/apache/incubator-netbeans/pull/252#issuecomment-342730748
 
 
   Seems good to me. I was thinking of introducing a new fileset(/patternset) 
that would set-up itself from .gitignore, but this is good as well.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Jan Lahoda
Hi Ate,

Thanks a lot for your review and comments.

On Wed, Nov 8, 2017 at 12:04 AM, Ate Douma  wrote:

> I get a different build error:
>
> BUILD FAILED
> /home/ate/tmp/netbeans/netbeans-platform-source-platform-9.0-alpha/nbbuild/build.xml:122:
> Download of 
> 276009D3F0A27079A80D241C3183EC712305A42A-net.java.html.boot.script-1.5.jar
> produced content with hash 5DE9DD70EDCD9B30E0671ACC813F6F0C80E951AA when
> 276009D3F0A27079A80D241C3183EC712305A42A was expected
>

Sorry, not sure what is happening, I tried to download:
https://search.maven.org/remotecontent?filepath=org/netbeans/html/net.java.html.boot.script/1.5/net.java.html.boot.script-1.5.jar

and it seems to have sha1sum:
276009d3f0a27079a80d241c3183ec712305a42a


> But disregarding the above, I think a more serious, blocking, issue is
> that AFAICT *not* all platform modules have been reviewed yet.
> I notice this release candidate includes the apisupport.harness module.
> And that still has status "To do". Furthermore, it depends on the *GPL*
> external jsearch-2.0_05.jar which is a no-go... for the ASF.
> See: https://www.apache.org/legal/resolved.html#category-x


Oops, sorry I missed this one  I think there's no other solution than to
simply remove that. The build of a platform application modules that have
help will then (I believe) fail, but users should  be able to supply the
jar manually. (An alternative would be to make such a build pass with a
warning, but since that would lead to a wrongly built module, it is better
to continue failing IMO.)

(We may need to enhance the license checking task to fail on GPL.)

>
>
> I haven't looked in more detail yet, but before spending more time on it
> I'd like to know if the inclusion of the harness module is an oversight
> which can be quickly fixed. Regardless, I think this should be fixed first.
>

I was thinking of removing the harness, but a) we would need to finish work
on harness sometime soon anyway; b) I think the platform is more useful
with the harness than without it. So, I was fixing problems in the harness
modules I've noticed.

>
> Note that the binary also includes the jsearch jar.
> And while the binary isn't the release itself, if/when a convenience
> binary is provided *then* it needs to be in compliance with the
> distribution rules. So no GPL artifacts allowed.
>
> I also see the bundled LICENSE and NOTICE files in the binary zip
> are a bit weirdly formatted and the NOTICE file in particular.
> Seems both are produced by concatenating several files together, but
> the result is confusing, especially the NOTICE file.
>

Yes, the NOTICE is a concatenation of several files, as i suspect it is not
feasible to have a manually updated NOTICE file for each distribution we
do. The form can surely be improved.

>
> The NOTICE file should only contain what is needed, nothing
> more. Of the current content only the OSGi Alliance notice seems to be
> needed, beside the base NOTICE header.
>

It unfortunately wasn't clear which notices are needed and which not, so I
was trying to err on the side of including them. Fortunately, it should be
very easy to reduce the notices.


>
> The LICENSE file correctly lists and appends the 3rd party licenses,
> but:
> a) The jsearch GPL-2-CP license obviously shouldn't be there (see above)
> b) The jemmy *external* libraries are available under CDDL or GPL-2-CP,
>in which case we simply 'pick' CDDL and don't need to include/append
>the GPL-2CP license too.
>

Ok. It was not clear how to handle dual licenses. Stripping the GPL
alternative should be simple.

   This is (AFAIK) not blocking, but preferred to remove the GPL-2-CP

>license text as it easily can 'trip' casual reviewers or even
>automatic license scanning tools which may draw the wrong conclusion.
>(and why is jemmy an external dependency and not part of the code
> donation?)
>
> Finally, I tried to start the binary.
> Sorry for probably being a noob here but I can't figure out if I'm doing
> something wrong or the binary itself has a problem.
> If I try to just run the bin/netbeans shell script, I get the following
> error:
> WARNING [org.netbeans.core.startup.Main]
> java.lang.NoClassDefFoundError: org.netbeans.license.AcceptLicense
> starting from org.netbeans.MainImpl$BootClassLoader@1c20c684 with
> possible defining loaders null and declared parents ]
> at org.netbeans.core.startup.Main.getKlass(Main.java:341)
>

Hm, I apparently was only starting this with ant tryme, which skips the
license dialog :-( so i didn't notice. We need to fix this.

Jan

>
>
> Ate
>
>
> On 2017-11-07 21:49, John McDonnell wrote:
>
>> I want to vote yes, but should the sources be buildable?
>>
>> If I execute ant the build fails?
>>
>> $ ant
>> ...
>> [insert-module-all-targets] This module is missing from checkout:
>> maven.apisupport - at least can't find:
>> /Users/john/Downloads/netbeans-platform-source-platform-9.0-
>> alpha/maven.apisupport/build.xml
>> 

Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Vadiraj Deshpande
+1 

On 2017-11-07 05:17, Geertjan Wielenga wrote: 
> Hi all,> 
> 
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this> 
> voting passes, another similar voting will be started on> 
> gene...@incubator.apache.org, and if that passes too, then we can release> 
> this version.> 
> 
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans> 
> that provide the application framework of NetBeans, that is, the NetBeans> 
> Platform.> 
> 
> Build artifacts:> 
> 
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/>
>  
> 
> Source md5sum is 548058644764a07ef54568aa79a10aa1.> 
> 
> The artifact to be voted on:> 
> 
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip>
>  
> 
> Rat report shows no unknown licenses:> 
> 
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt>
>  
> 
> Included as a convenience is a binary, unzip it and run it and you'll see> 
> the NetBeans Platform:> 
> 
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip>
>  
> 
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE> 
> files.> 
> 
> Please try out the package 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 9.0 Alpha (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 committer.> 
> 
> Geertjan> 
> on behalf of the Apache NetBeans tea,> 
>


Sent from my iPhone

[GitHub] sarveshkesharwani commented on issue #248: adding crlf characters for the failing tests in api.templates

2017-11-07 Thread GitBox
sarveshkesharwani commented on issue #248: adding crlf characters for the 
failing tests in api.templates
URL: 
https://github.com/apache/incubator-netbeans/pull/248#issuecomment-342718911
 
 
   @jlahoda Thank you. That's really a great idea.
   @junichi11 Fixed. Thanks a lot for the review.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Ricardo Pacheco
+1

El nov. 7, 2017 6:28 PM, "Attila Kelemen" 
escribió:

+1 (binding)

2017-11-07 11:17 GMT+01:00 Geertjan Wielenga <
geertjan.wiele...@googlemail.com>:

> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-source-.zip
>
> Rat report shows no unknown licenses:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> rat-temp/nbbuild/build/rat-report.txt
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-bin-.zip
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and
NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,
>


Re: Introduction - Desmond from SA

2017-11-07 Thread Hermien Pellissier
Hi Desmond,

It is always good to meet fellow South Africans in the NetBeans community!
Welcome!

This is the right mailing list if you want to stay in touch with the
development of Apache NetBeans. :)

~ Hermien



On Tue, Nov 7, 2017 at 5:48 PM, Desmond Nysschens  wrote:

> Hey guys,
>
> Web site says to introduce me self.
>
> I am a PHP’er and been dev’ing with Netbeans for more than 15 years.
> Currently I am coding Laravel / Symfony stuff and thought I might keep
> abreast with the Netbeans hand-over to Apache , if I may.
>
> Please advise where / how to subscribe to your mailing list in this regard.
>
> Many thanks
>
> Kind regards
> Desmond
>
>


[GitHub] junichi11 commented on issue #248: adding crlf characters for the failing tests in api.templates

2017-11-07 Thread GitBox
junichi11 commented on issue #248: adding crlf characters for the failing tests 
in api.templates
URL: 
https://github.com/apache/incubator-netbeans/pull/248#issuecomment-342699249
 
 
   > Were the tests in SCFTHandlerTest.java passing before in linux? (without 
these crlf changes)
   
   Yes, other than the above problem I wrote. (I created a new PR #255)
   
   @jlahoda Thank you for your help! Great idea.
   
   @sarveshkesharwani Could you please fix it? (Please see Jan's comment) 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] junichi11 opened a new pull request #255: [NETBEANS-54] Module Review api.templates

2017-11-07 Thread GitBox
junichi11 opened a new pull request #255: [NETBEANS-54] Module Review 
api.templates
URL: https://github.com/apache/incubator-netbeans/pull/255
 
 
   - Remove the license header from utf8.xml because unit tests fail.
   - Exclude utf8.xml from rat.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Attila Kelemen
+1 (binding)

2017-11-07 11:17 GMT+01:00 Geertjan Wielenga <
geertjan.wiele...@googlemail.com>:

> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-source-.zip
>
> Rat report shows no unknown licenses:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> rat-temp/nbbuild/build/rat-report.txt
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-bin-.zip
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,
>


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Ate Douma

I get a different build error:

BUILD FAILED
/home/ate/tmp/netbeans/netbeans-platform-source-platform-9.0-alpha/nbbuild/build.xml:122: 
Download of 
276009D3F0A27079A80D241C3183EC712305A42A-net.java.html.boot.script-1.5.jar 
produced content with hash 5DE9DD70EDCD9B30E0671ACC813F6F0C80E951AA when 
276009D3F0A27079A80D241C3183EC712305A42A was expected


But disregarding the above, I think a more serious, blocking, issue is
that AFAICT *not* all platform modules have been reviewed yet.
I notice this release candidate includes the apisupport.harness module.
And that still has status "To do". Furthermore, it depends on the *GPL*
external jsearch-2.0_05.jar which is a no-go... for the ASF.
See: https://www.apache.org/legal/resolved.html#category-x

I haven't looked in more detail yet, but before spending more time on it
I'd like to know if the inclusion of the harness module is an oversight
which can be quickly fixed. Regardless, I think this should be fixed first.

Note that the binary also includes the jsearch jar.
And while the binary isn't the release itself, if/when a convenience
binary is provided *then* it needs to be in compliance with the
distribution rules. So no GPL artifacts allowed.

I also see the bundled LICENSE and NOTICE files in the binary zip
are a bit weirdly formatted and the NOTICE file in particular.
Seems both are produced by concatenating several files together, but
the result is confusing, especially the NOTICE file.

The NOTICE file should only contain what is needed, nothing
more. Of the current content only the OSGi Alliance notice seems to be 
needed, beside the base NOTICE header.


The LICENSE file correctly lists and appends the 3rd party licenses,
but:
a) The jsearch GPL-2-CP license obviously shouldn't be there (see above)
b) The jemmy *external* libraries are available under CDDL or GPL-2-CP,
   in which case we simply 'pick' CDDL and don't need to include/append
   the GPL-2CP license too.
   This is (AFAIK) not blocking, but preferred to remove the GPL-2-CP
   license text as it easily can 'trip' casual reviewers or even
   automatic license scanning tools which may draw the wrong conclusion.
   (and why is jemmy an external dependency and not part of the code
donation?)

Finally, I tried to start the binary.
Sorry for probably being a noob here but I can't figure out if I'm doing 
something wrong or the binary itself has a problem.

If I try to just run the bin/netbeans shell script, I get the following
error:
WARNING [org.netbeans.core.startup.Main]
java.lang.NoClassDefFoundError: org.netbeans.license.AcceptLicense 
starting from org.netbeans.MainImpl$BootClassLoader@1c20c684 with 
possible defining loaders null and declared parents ]

at org.netbeans.core.startup.Main.getKlass(Main.java:341)


Ate

On 2017-11-07 21:49, John McDonnell wrote:

I want to vote yes, but should the sources be buildable?

If I execute ant the build fails?

$ ant
...
[insert-module-all-targets] This module is missing from checkout:
maven.apisupport - at least can't find:
/Users/john/Downloads/netbeans-platform-source-platform-9.0-alpha/maven.apisupport/build.xml
[insert-module-all-targets] This module is missing from checkout:
timers - at least can't find:
/Users/john/Downloads/netbeans-platform-source-platform-9.0-alpha/timers/build.xml

BUILD FAILED
/Users/john/Downloads/netbeans-platform-source-platform-9.0-alpha/nbbuild/build.xml:156:
Some modules according your cluster config 'basic' are missing from
checkout, see messages above.

I removed all but 2 of the errors.

Am I missing something?  If I am then I'll happily vote +1 (non binding)

Regards

John

On 7 November 2017 at 19:20, Benny Neugebauer  wrote:

+1

But the link to the artifact is broken. It should be:
https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-platform-9.0-alpha.zip

On 2017-11-07 11:17, Geertjan Wielenga  wrote:

Hi all,>

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this>
voting passes, another similar voting will be started on>
gene...@incubator.apache.org, and if that passes too, then we can release>
this version.>

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans>
that provide the application framework of NetBeans, that is, the NetBeans>
Platform.>

Build artifacts:>


https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/>

Source md5sum is 548058644764a07ef54568aa79a10aa1.>

The artifact to be voted on:>


https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip>

Rat report shows no unknown licenses:>


https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt>

Included as a convenience is a binary, unzip it and run 

Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Geertjan Wielenga
Great. And, what were you doing wrong?

Gj

On Tue, Nov 7, 2017 at 10:18 PM, John McDonnell 
wrote:

> Looked at the README from the git repo saw what I was doing wrong.
>
>
> So happy to give this a:
> +1 (non binding)
>
>
>
> On 7 November 2017 at 20:36, Jiří Kovalský 
> wrote:
> > +1 (binding)
> >
> > Let's speed up the Alpha and Beta releases as much as possible.
> >
> > -Jirka
> >
> > Dne 7.11.2017 v 19:10 Emilian Bold napsal(a):
> >
> >> +1 (binding)
> >>
> >> Minor remarks:
> >>
> >> DEPENDENCIES lists stuff from another NetBeans repository. I don't
> believe
> >> we should list our own code as dependency.
> >>
> >> LICENSE file. A bit odd how the Apache license is shown in a code block,
> >> but nothing wrong with it. Not sure why we ship jemmy (and the jemmy
> src and
> >> the jemmy doc) with the platform.
> >>
> >> NOTICE file. Our own html4j binaries should not be Copyright 2017
> NetBeans
> >> but Copyright 2017 the ASF?
> >>
> >> --emi
> >>
> >>>  Original Message 
> >>> Subject: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)
> >>> Local Time: November 7, 2017 7:27 PM
> >>> UTC Time: November 7, 2017 5:27 PM
> >>> From: toni.ep...@eppleton.de
> >>> To: dev@netbeans.incubator.apache.org
> >>>
> >>> +1
> >>>
> >>> Am 07.11.17, 11:17 schrieb "Geertjan Wielenga"
> >>> geertjan.wiele...@googlemail.com:
> >>>
> >>> Hi all,
> >>>
> >>> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If
> this
> >>> voting passes, another similar voting will be started on
> >>> gene...@incubator.apache.org, and if that passes too, then we can
> release
> >>> this version.
> >>>
> >>> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache
> NetBeans
> >>> that provide the application framework of NetBeans, that is, the
> NetBeans
> >>> Platform.
> >>>
> >>> Build artifacts:
> >>>
> >>>
> >>> [https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__builds.apache.org_view_Incubator=DwIGaQ=
> RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_
> Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_
> NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
> >>> Projects/job/incubator-netbeans-release/](https://
> urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.
> org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_=
> DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_
> Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_
> NzlbWpMwBucLJGXEsVNrYjUPM=sRaYH4A53T83KpM1HE7BuZxMHerlgpNF8E0o6VnFgR8=
> )
> >>>
> >>> Source md5sum is 548058644764a07ef54568aa79a10aa1.
> >>>
> >>> The artifact to be voted on:
> >>>
> >>>
> >>> [https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__builds.apache.org_view_Incubator=DwIGaQ=
> RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_
> Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_
> NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
> >>> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-source-.zip](https://urldefense.
> proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_
> Incubator-2520Projects_job_incubator-2Dnetbeans-
> 2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-
> 2Dplatform-2Dsource-2D.zip=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIr
> MUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_
> 90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=fL4DnyD_OiKA4Co_
> z7xdhoDUWPFlt1hYs7xo1jCPhKY=)
> >>>
> >>> Rat report shows no unknown licenses:
> >>>
> >>>
> >>> [https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__builds.apache.org_view_Incubator=DwIGaQ=
> RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_
> Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_
> NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
> >>> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/
> rat-temp/nbbuild/build/rat-report.txt](https://
> urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.
> org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_
> lastSuccessfulBuild_artifact_rat-2Dtemp_nbbuild_build_rat-
> 2Dreport.txt=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_
> Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_
> NzlbWpMwBucLJGXEsVNrYjUPM=sTZwZYlR2trhXOiun0d7jJxgfNcx2vyxJT2601vD85A=
> )
> >>>
> >>> Included as a convenience is a binary, unzip it and run it and you'll
> see
> >>> the NetBeans Platform:
> >>>
> >>>
> >>> [https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__builds.apache.org_view_Incubator=DwIGaQ=
> RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_
> Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_
> NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
> >>> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-bin-.zip](https://urldefense.
> 

Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Geertjan Wielenga
Ah, probably left out the -Dcluster.config=platform bit.

Thanks,

Gj

On Tue, Nov 7, 2017 at 11:47 PM, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

> Great. And, what were you doing wrong?
>
> Gj
>
> On Tue, Nov 7, 2017 at 10:18 PM, John McDonnell 
> wrote:
>
>> Looked at the README from the git repo saw what I was doing wrong.
>>
>>
>> So happy to give this a:
>> +1 (non binding)
>>
>>
>>
>> On 7 November 2017 at 20:36, Jiří Kovalský 
>> wrote:
>> > +1 (binding)
>> >
>> > Let's speed up the Alpha and Beta releases as much as possible.
>> >
>> > -Jirka
>> >
>> > Dne 7.11.2017 v 19:10 Emilian Bold napsal(a):
>> >
>> >> +1 (binding)
>> >>
>> >> Minor remarks:
>> >>
>> >> DEPENDENCIES lists stuff from another NetBeans repository. I don't
>> believe
>> >> we should list our own code as dependency.
>> >>
>> >> LICENSE file. A bit odd how the Apache license is shown in a code
>> block,
>> >> but nothing wrong with it. Not sure why we ship jemmy (and the jemmy
>> src and
>> >> the jemmy doc) with the platform.
>> >>
>> >> NOTICE file. Our own html4j binaries should not be Copyright 2017
>> NetBeans
>> >> but Copyright 2017 the ASF?
>> >>
>> >> --emi
>> >>
>> >>>  Original Message 
>> >>> Subject: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)
>> >>> Local Time: November 7, 2017 7:27 PM
>> >>> UTC Time: November 7, 2017 5:27 PM
>> >>> From: toni.ep...@eppleton.de
>> >>> To: dev@netbeans.incubator.apache.org
>> >>>
>> >>> +1
>> >>>
>> >>> Am 07.11.17, 11:17 schrieb "Geertjan Wielenga"
>> >>> geertjan.wiele...@googlemail.com:
>> >>>
>> >>> Hi all,
>> >>>
>> >>> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If
>> this
>> >>> voting passes, another similar voting will be started on
>> >>> gene...@incubator.apache.org, and if that passes too, then we can
>> release
>> >>> this version.
>> >>>
>> >>> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache
>> NetBeans
>> >>> that provide the application framework of NetBeans, that is, the
>> NetBeans
>> >>> Platform.
>> >>>
>> >>> Build artifacts:
>> >>>
>> >>>
>> >>> [https://urldefense.proofpoint.com/v2/url?u=https-3A__
>> builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvl
>> ZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz4
>> 0jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM&
>> s=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
>> >>> Projects/job/incubator-netbeans-release/](https://urldefense
>> .proofpoint.com/v2/url?u=https-3A__builds.apache.org_
>> view_Incubator-2520Projects_job_incubator-2Dnetbeans-
>> 2Drelease_=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eap
>> I_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=
>> qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=sRaYH4A53T83Kp
>> M1HE7BuZxMHerlgpNF8E0o6VnFgR8=)
>> >>>
>> >>> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>> >>>
>> >>> The artifact to be voted on:
>> >>>
>> >>>
>> >>> [https://urldefense.proofpoint.com/v2/url?u=https-3A__
>> builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvl
>> ZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz4
>> 0jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM&
>> s=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
>> >>> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/
>> artifact/dist/netbeans-platform-source-.zip](https://
>> urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.
>> org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_
>> lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-
>> 2Dsource-2D.zip=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB
>> 65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=
>> qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=fL4DnyD_
>> OiKA4Co_z7xdhoDUWPFlt1hYs7xo1jCPhKY=)
>> >>>
>> >>> Rat report shows no unknown licenses:
>> >>>
>> >>>
>> >>> [https://urldefense.proofpoint.com/v2/url?u=https-3A__
>> builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvl
>> ZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz4
>> 0jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM&
>> s=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
>> >>> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/
>> artifact/rat-temp/nbbuild/build/rat-report.txt](https://
>> urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.o
>> rg_view_Incubator-2520Projects_job_incubator-2Dnetbeans-
>> 2Drelease_lastSuccessfulBuild_artifact_rat-2Dtemp_nbbuild_
>> build_rat-2Dreport.txt=DwIGaQ=RoP1YumCXCgaWHvlZYR8P
>> Zh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU
>> 133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=sTZ
>> wZYlR2trhXOiun0d7jJxgfNcx2vyxJT2601vD85A=)
>> >>>
>> >>> Included as a convenience is a binary, unzip it and run it and you'll
>> see
>> >>> the NetBeans Platform:
>> >>>
>> >>>
>> >>> [https://urldefense.proofpoint.com/v2/url?u=https-3A__
>> builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvl
>> 

Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Junichi Yamamoto
+1 (binding)

Regards,
Junichi

2017-11-07 19:17 GMT+09:00 Geertjan Wielenga :
> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip
>
> Rat report shows no unknown licenses:
>
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread John McDonnell
Looked at the README from the git repo saw what I was doing wrong.


So happy to give this a:
+1 (non binding)



On 7 November 2017 at 20:36, Jiří Kovalský  wrote:
> +1 (binding)
>
> Let's speed up the Alpha and Beta releases as much as possible.
>
> -Jirka
>
> Dne 7.11.2017 v 19:10 Emilian Bold napsal(a):
>
>> +1 (binding)
>>
>> Minor remarks:
>>
>> DEPENDENCIES lists stuff from another NetBeans repository. I don't believe
>> we should list our own code as dependency.
>>
>> LICENSE file. A bit odd how the Apache license is shown in a code block,
>> but nothing wrong with it. Not sure why we ship jemmy (and the jemmy src and
>> the jemmy doc) with the platform.
>>
>> NOTICE file. Our own html4j binaries should not be Copyright 2017 NetBeans
>> but Copyright 2017 the ASF?
>>
>> --emi
>>
>>>  Original Message 
>>> Subject: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)
>>> Local Time: November 7, 2017 7:27 PM
>>> UTC Time: November 7, 2017 5:27 PM
>>> From: toni.ep...@eppleton.de
>>> To: dev@netbeans.incubator.apache.org
>>>
>>> +1
>>>
>>> Am 07.11.17, 11:17 schrieb "Geertjan Wielenga"
>>> geertjan.wiele...@googlemail.com:
>>>
>>> Hi all,
>>>
>>> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
>>> voting passes, another similar voting will be started on
>>> gene...@incubator.apache.org, and if that passes too, then we can release
>>> this version.
>>>
>>> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
>>> that provide the application framework of NetBeans, that is, the NetBeans
>>> Platform.
>>>
>>> Build artifacts:
>>>
>>>
>>> [https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
>>> Projects/job/incubator-netbeans-release/](https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=sRaYH4A53T83KpM1HE7BuZxMHerlgpNF8E0o6VnFgR8=)
>>>
>>> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>>>
>>> The artifact to be voted on:
>>>
>>>
>>> [https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
>>> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip](https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dsource-2D.zip=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=fL4DnyD_OiKA4Co_z7xdhoDUWPFlt1hYs7xo1jCPhKY=)
>>>
>>> Rat report shows no unknown licenses:
>>>
>>>
>>> [https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
>>> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt](https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_rat-2Dtemp_nbbuild_build_rat-2Dreport.txt=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=sTZwZYlR2trhXOiun0d7jJxgfNcx2vyxJT2601vD85A=)
>>>
>>> Included as a convenience is a binary, unzip it and run it and you'll see
>>> the NetBeans Platform:
>>>
>>>
>>> [https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
>>> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip](https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dbin-2D.zip=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=AA3ub2IaJUnkErkNMybpr-o3Aw_JgsrZ3dIGQq78n0s=)
>>>
>>> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and
>>> NOTICE
>>> files.
>>>
>>> 

Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Joerg Michelberger
+1

Joerg


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread John McDonnell
I want to vote yes, but should the sources be buildable?

If I execute ant the build fails?

$ ant
...
[insert-module-all-targets] This module is missing from checkout:
maven.apisupport - at least can't find:
/Users/john/Downloads/netbeans-platform-source-platform-9.0-alpha/maven.apisupport/build.xml
[insert-module-all-targets] This module is missing from checkout:
timers - at least can't find:
/Users/john/Downloads/netbeans-platform-source-platform-9.0-alpha/timers/build.xml

BUILD FAILED
/Users/john/Downloads/netbeans-platform-source-platform-9.0-alpha/nbbuild/build.xml:156:
Some modules according your cluster config 'basic' are missing from
checkout, see messages above.

I removed all but 2 of the errors.

Am I missing something?  If I am then I'll happily vote +1 (non binding)

Regards

John

On 7 November 2017 at 19:20, Benny Neugebauer  wrote:
> +1
>
> But the link to the artifact is broken. It should be:
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-platform-9.0-alpha.zip
>
> On 2017-11-07 11:17, Geertjan Wielenga  wrote:
>> Hi all,>
>>
>> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this>
>> voting passes, another similar voting will be started on>
>> gene...@incubator.apache.org, and if that passes too, then we can release>
>> this version.>
>>
>> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans>
>> that provide the application framework of NetBeans, that is, the NetBeans>
>> Platform.>
>>
>> Build artifacts:>
>>
>>
>> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/>
>>
>> Source md5sum is 548058644764a07ef54568aa79a10aa1.>
>>
>> The artifact to be voted on:>
>>
>>
>> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip>
>>
>> Rat report shows no unknown licenses:>
>>
>>
>> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt>
>>
>> Included as a convenience is a binary, unzip it and run it and you'll see>
>> the NetBeans Platform:>
>>
>>
>> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip>
>>
>> Included in the above are the DEPENDENCIES%2



-- 
John


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Joerg Michelberger
+1

Joerg


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Jiří Kovalský

+1 (binding)

Let's speed up the Alpha and Beta releases as much as possible.

-Jirka

Dne 7.11.2017 v 19:10 Emilian Bold napsal(a):


+1 (binding)

Minor remarks:

DEPENDENCIES lists stuff from another NetBeans repository. I don't believe we 
should list our own code as dependency.

LICENSE file. A bit odd how the Apache license is shown in a code block, but 
nothing wrong with it. Not sure why we ship jemmy (and the jemmy src and the 
jemmy doc) with the platform.

NOTICE file. Our own html4j binaries should not be Copyright 2017 NetBeans but 
Copyright 2017 the ASF?

--emi


 Original Message 
Subject: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)
Local Time: November 7, 2017 7:27 PM
UTC Time: November 7, 2017 5:27 PM
From: toni.ep...@eppleton.de
To: dev@netbeans.incubator.apache.org

+1

Am 07.11.17, 11:17 schrieb "Geertjan Wielenga" geertjan.wiele...@googlemail.com:

Hi all,

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
voting passes, another similar voting will be started on
gene...@incubator.apache.org, and if that passes too, then we can release
this version.

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
that provide the application framework of NetBeans, that is, the NetBeans
Platform.

Build artifacts:

[https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
 
Projects/job/incubator-netbeans-release/](https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=sRaYH4A53T83KpM1HE7BuZxMHerlgpNF8E0o6VnFgR8=)

Source md5sum is 548058644764a07ef54568aa79a10aa1.

The artifact to be voted on:

[https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
 
Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip](https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dsource-2D.zip=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=fL4DnyD_OiKA4Co_z7xdhoDUWPFlt1hYs7xo1jCPhKY=)

Rat report shows no unknown licenses:

[https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
 
Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt](https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_rat-2Dtemp_nbbuild_build_rat-2Dreport.txt=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=sTZwZYlR2trhXOiun0d7jJxgfNcx2vyxJT2601vD85A=)

Included as a convenience is a binary, unzip it and run it and you'll see
the NetBeans Platform:

[https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=748eVgTzSDEnaraAf78rNZ7tbFwIoF62RDr2KJN88Ps=
 
Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip](https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dbin-2D.zip=DwIGaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=8_Pz0x0SKeT5e3IehhQKCbQ2xl3tz40jnCU133NrdP4=qUQUuEw2ebM_90jpi_NzlbWpMwBucLJGXEsVNrYjUPM=AA3ub2IaJUnkErkNMybpr-o3Aw_JgsrZ3dIGQq78n0s=)

Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
files.

Please try out the package 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 9.0 Alpha (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 committer.

Geertjan
on 

[GitHub] matthiasblaesing commented on a change in pull request #161: [NETBEANS-96] New PAC Script evaluation environment

2017-11-07 Thread GitBox
matthiasblaesing commented on a change in pull request #161: [NETBEANS-96] New 
PAC Script evaluation environment
URL: https://github.com/apache/incubator-netbeans/pull/161#discussion_r149484109
 
 

 ##
 File path: core.network/src/org/netbeans/core/network/utils/HostnameUtils.java
 ##
 @@ -0,0 +1,72 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.netbeans.core.network.utils;
+
+import com.sun.jna.Platform;
+
+/**
+ * Utility functions for finding the local computer's name. 
+ * 
+ *
+ * @author lbruun
+ */
+public class HostnameUtils {
+
+private HostnameUtils() {}
+
+
+/**
+ * Gets the name which is likely to be the local host's primary
+ * name on the network.
+ * 
+ * 
+ * IMPLEMENTATION:
+ * 
+ * 
+ *   On Unix-like OSes (incl Mac OS X) this is the value as returned 
from
+ *   the {@code gethostname()} function from the standard C Library. 

+ *   On Windows it is the value as returned from the
+ *   {@code gethostname()} function from {@code Ws2_32} library.
+ *   (without domain name). Note that this Windows function will do a 
+ *   name service lookup and the method is therefore potentially 
blocking, 
+ *   although it is more than likely that Windows has cached this 
result 
+ *   on computer startup in its DNS Client Cache and therefore the 
+ *   result will be returned very fast.
+ * 
+ * 
+ * @return host name
+ * @throws NativeException if there was an error executing the
+ *system call.
+ */
+public static String getNetworkHostname() throws NativeException {
 
 Review comment:
   I read through the hname packages and my reading: Everything quaks like 
Unix, just windows is different. So why not simplify this to:
   
   ```java
   public static String getNetworkHostname() throws NativeException {
   switch(Platform.getOSType()) {
   case Platform.WINDOWS:
   return 
org.netbeans.core.network.utils.hname.win.HostnameUtilsWin.getHostName(true);
   case Platform.MAC:
   case Platform.LINUX:
   case Platform.SOLARIS:
   default:
   return 
org.netbeans.core.network.utils.hname.unix.HostnameUtilsUnix.cLibGetHostname();
   }
   }
   ```
   
   And remove the delegates in the platform packages.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] matthiasblaesing commented on a change in pull request #161: [NETBEANS-96] New PAC Script evaluation environment

2017-11-07 Thread GitBox
matthiasblaesing commented on a change in pull request #161: [NETBEANS-96] New 
PAC Script evaluation environment
URL: https://github.com/apache/incubator-netbeans/pull/161#discussion_r149480116
 
 

 ##
 File path: core.network/src/org/netbeans/core/network/utils/IpAddressUtils.java
 ##
 @@ -0,0 +1,501 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.netbeans.core.network.utils;
+
+import java.net.Inet4Address;
+import java.net.Inet6Address;
+import java.net.InetAddress;
+import java.net.UnknownHostException;
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.Comparator;
+import java.util.List;
+import java.util.concurrent.Callable;
+import java.util.concurrent.ExecutionException;
+import java.util.concurrent.Future;
+import java.util.concurrent.TimeUnit;
+import java.util.concurrent.TimeoutException;
+import java.util.regex.Pattern;
+import org.netbeans.api.annotations.common.NonNull;
+import org.openide.util.Exceptions;
+import org.openide.util.RequestProcessor;
+
+/**
+ * IP address utilities. Mainly providing functionality
+ * for doing name resolve with explicit timeout.
+ *
+ * 
+ * TODO: Support for reverse lookup with timeout isn't implemented. Hasn't been
+ * any need for it.
+ * 
+ * @author lbruun
+ */
+public class IpAddressUtils {
+
+private static final Pattern IPV4_PATTERN = 
Pattern.compile("^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$");
+private static final RequestProcessor RP = new 
RequestProcessor("DNSBackgroundResolvers", 10);
+
+private IpAddressUtils() {}
+
+/**
+ * Filters the result of a method according to IP protocol preference.
+ */
+public enum IpTypePreference {
+/**
+ * Only IPv4 address(es) in the returned value. 
+ */
+IPV4_ONLY,
+/**
+ * Only IPv6 address(es) in the returned value. 
+ */
+IPV6_ONLY,
+/**
+ * Any of IPv4 or IPv6 addresses are acceptable in the returned value,
+ * but IPv4 address is preferred over IPv6. If the method returns
+ * an array then IPv4 addresses will come before IPv6 addresses.
+ */
+ANY_IPV4_PREF,
+/**
+ * Any of IPv4 or IPv6 addresses are acceptable in the returned value,
+ * but IPv6 address is preferred over IPv4. If the method returns
+ * an array then IPv6 addresses will come before IPv4 addresses.
+ */
+ANY_IPV6_PREF,
+/**
+ * Any of IPv4 or IPv6 addresses are acceptable in the returned value,
+ * but their internal preference is determined by the setting in the
+ * JDK, namely the {@code java.net.preferIPv6Addresses} system 
property.
+ * If this property is {@code true} then using this preference will be
+ * exactly as {@link #ANY_IPV6_PREF}, if {@code false} it will be 
+ * exactly as {@link #ANY_IPV4_PREF}.
+ */
+ANY_JDK_PREF
+}
+
+/**
+ * Performs a name service lookup with a timeout. 
+ * 
+ * This method can be used when the JRE's default DNS timeout is not
+ * acceptable. The method is essentially a wrapper around 
+ * {@link java.net.InetAddress#getAllByName(java.lang.String) 
InetAddress.getAllByName()}.
+ * 
+ * A reasonable timeout value is 4 seconds (4000 ms) as this value
+ * will - with the JRE's default settings - allow each DNS server in a
+ * list of 4 servers to be queried once.
+ * 
+ * If the {@code host} is a literal representation
+ * of an IPv4 address (using dot notation, for example {@code 
"192.168.1.44"}) 
+ * or an IPv6 address (any form accepted by {@link java.net.Inet6Address}),
+ * then the method will convert the text into {@code InetAddress} and 
+ * return immediately. The timeout does not apply to this case.
+ * 
+ * 
+ * 
+ * 
+ * Java's default DNS timeout:
+ * 
+ * The default timeout DNS lookup is described 
+ * http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-dns.html#PROP;>
+ * in the documentation for JNDI in properties:
+ * 
+ * {@code com.example.jndi.dns.timeout.initial}  (defaults 

[GitHub] matthiasblaesing commented on a change in pull request #161: [NETBEANS-96] New PAC Script evaluation environment

2017-11-07 Thread GitBox
matthiasblaesing commented on a change in pull request #161: [NETBEANS-96] New 
PAC Script evaluation environment
URL: https://github.com/apache/incubator-netbeans/pull/161#discussion_r149477926
 
 

 ##
 File path: 
core.network/src/org/netbeans/core/network/utils/hname/win/HostnameUtilsWin.java
 ##
 @@ -0,0 +1,110 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.netbeans.core.network.utils.hname.win;
+
+import com.sun.jna.Native;
+import com.sun.jna.platform.win32.Kernel32Util;
+import com.sun.jna.platform.win32.Win32Exception;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.core.network.utils.IpAddressUtils;
+import org.netbeans.core.network.utils.NativeException;
+
+/**
+ * Hostname utilities for Microsoft Windows OS.
+ */
+public class HostnameUtilsWin {
+
+private static final Logger LOGGER = 
Logger.getLogger(HostnameUtilsWin.class.getName());
+
+/**
+ * Gets the computer name.
+ * 
+ * This is the also known as the NetBIOS name, although NetBIOS is 
+ * hardly used anymore. It is the same value as can be seen from the
+ * {@code COMPUTERNAME} environment variable.
+ * 
+ * 
+ * Windows API equivalent: {@code GetComputerName()} function from 
+ * {@code Kernel32} library.
+ * 
+ * @return computer name
+ * @throws NativeException if there was an error executing the
+ *system call.
+ */
+public static String getComputerName() throws NativeException {
 
 Review comment:
   This function is not used and I would remove this and the logger above. When 
this is done, the dependency on JNA Platform should also be removed. I noticed 
this, because I thought about moving the JNA function definitions for the 
function into core.network. JNA Platform weights > 2 MB and if we can get away 
without it, I think this would be good.
   
   As you don't need it, please remove.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Benny Neugebauer

+1

But the link to the artifact is broken. It should be:
https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-platform-9.0-alpha.zip

On 2017-11-07 11:17, Geertjan Wielenga  wrote:
> Hi all,>
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If 
this>

> voting passes, another similar voting will be started on>
> gene...@incubator.apache.org, and if that passes too, then we can 
release>

> this version.>
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache 
NetBeans>
> that provide the application framework of NetBeans, that is, the 
NetBeans>

> Platform.>
>
> Build artifacts:>
>
> 
https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/> 


>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.>
>
> The artifact to be voted on:>
>
> 
https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip> 


>
> Rat report shows no unknown licenses:>
>
> 
https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt> 


>
> Included as a convenience is a binary, unzip it and run it and you'll 
see>

> the NetBeans Platform:>
>
> 
https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip> 


>
> Included in the above are the DEPENDENCIES%2


YouTube: Apache NetBeans (incubating) at Devoxx 2017

2017-11-07 Thread Geertjan Wielenga
https://www.youtube.com/watch?v=n9uKRYGfTd8

At the above location, from about -54 minutes to the end (i.e., at the end
of the steam), you'll see a short presentation given this evening about
Apache NetBeans at Devoxx in Belgium -- by several people -- me, Sven,
Kirk, Johan, including Ate (one of our mentors).

Hopefully you can all find it and watch it -- I think it's pretty
interesting and we got some questions at the end too.

Apologies for not announcing this event up front -- it's quite a
significant little event that happened with several people speaking and a
complete update on where we are, plus you'll see several people possibly
for the first time for real. :-)

Gj


[GitHub] matthiasblaesing commented on issue #234: [NETBEANS-68] Remove SwingX dependency

2017-11-07 Thread GitBox
matthiasblaesing commented on issue #234: [NETBEANS-68] Remove SwingX 
dependency 
URL: 
https://github.com/apache/incubator-netbeans/pull/234#issuecomment-342584013
 
 
   @bolsover Thank you for looking into this David. I created a fix and added 
that as  PR #254. When this run through the verification build, I'll merge it 
and that should fix this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] matthiasblaesing opened a new pull request #254: [NETBEANS-68] Fix NULL handling after fix in 1d362fa77521762a9af99792620414086b868f76

2017-11-07 Thread GitBox
matthiasblaesing opened a new pull request #254: [NETBEANS-68] Fix NULL 
handling after fix in 1d362fa77521762a9af99792620414086b868f76
URL: https://github.com/apache/incubator-netbeans/pull/254
 
 
   There are two issues:
   
   - the BooleanCellRenderer used in the ResultSetJXTable should not be used
 directly, but only via the ResultSetCellRenderer. The ResultSetCellRenderer
 adds special handling to correctly show NULL values (and so protects the
 BooleanCellRenderer from NULL values)
   
   - The ResultSetTableCellEditor assumes, that if the input element is a
 JCheckBox, the value is either NULL or a Boolean. This is not correct,
 as empty string can be come in as a default value.
   
 The solution is to check the type of the value only if the value is
 a Boolean, it is used to set the current value.
   
   The issue was introduced in #234 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Emilian Bold
+1 (binding)

Minor remarks:

DEPENDENCIES lists stuff from another NetBeans repository. I don't believe we 
should list our own code as dependency.

LICENSE file. A bit odd how the Apache license is shown in a code block, but 
nothing wrong with it. Not sure why we ship jemmy (and the jemmy src and the 
jemmy doc) with the platform.

NOTICE file. Our own html4j binaries should not be Copyright 2017 NetBeans but 
Copyright 2017 the ASF?

--emi

>  Original Message 
> Subject: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)
> Local Time: November 7, 2017 7:27 PM
> UTC Time: November 7, 2017 5:27 PM
> From: toni.ep...@eppleton.de
> To: dev@netbeans.incubator.apache.org
>
> +1
>
> Am 07.11.17, 11:17 schrieb "Geertjan Wielenga" 
> geertjan.wiele...@googlemail.com:
>
> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> [https://builds.apache.org/view/Incubator 
> Projects/job/incubator-netbeans-release/](https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/)
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> [https://builds.apache.org/view/Incubator 
> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip](https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip)
>
> Rat report shows no unknown licenses:
>
> [https://builds.apache.org/view/Incubator 
> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt](https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt)
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> [https://builds.apache.org/view/Incubator 
> Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip](https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip)
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,

[GitHub] dtrebbien opened a new pull request #253: Extend the SizeEqualsZero Java hint to look for Yoda conditions

2017-11-07 Thread GitBox
dtrebbien opened a new pull request #253: Extend the SizeEqualsZero Java hint 
to look for Yoda conditions
URL: https://github.com/apache/incubator-netbeans/pull/253
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Anton Epple
+1

Am 07.11.17, 11:17 schrieb "Geertjan Wielenga" 
:

Hi all,

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
voting passes, another similar voting will be started on
gene...@incubator.apache.org, and if that passes too, then we can release
this version.

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
that provide the application framework of NetBeans, that is, the NetBeans
Platform.

Build artifacts:


https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/

Source md5sum is 548058644764a07ef54568aa79a10aa1.

The artifact to be voted on:


https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip

Rat report shows no unknown licenses:


https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt

Included as a convenience is a binary, unzip it and run it and you'll see
the NetBeans Platform:


https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip

Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
files.

Please try out the package 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 9.0 Alpha (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 committer.

Geertjan
on behalf of the Apache NetBeans tea,





Re: [RESULT]: [VOTE] Release 1.5 of NetBeans HTML/Java API

2017-11-07 Thread Bertrand Delacretaz
On Mon, Nov 6, 2017 at 4:54 PM, Jaroslav Tulach
 wrote:
> ...Does it still make sense to do official release of
> version 1.5 or can we skip that?...

IIUC the only thing left is to move that release under
/dist/release/incubator/netbeans - I think you should do it to
demonstrate the complete process.

If you don't expect people to use that release it's fine to avoid
"advertising" it.

-Bertrand


RE: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Eric Barboni
Hi, 

+1 (non-binding)
Eric
-Message d'origine-
De : Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com] 
Envoyé : mardi 7 novembre 2017 11:18
À : dev@netbeans.incubator.apache.org
Objet : [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

Hi all,

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this voting 
passes, another similar voting will be started on gene...@incubator.apache.org, 
and if that passes too, then we can release this version.

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans that 
provide the application framework of NetBeans, that is, the NetBeans Platform.

Build artifacts:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/

Source md5sum is 548058644764a07ef54568aa79a10aa1.

The artifact to be voted on:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip

Rat report shows no unknown licenses:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt

Included as a convenience is a binary, unzip it and run it and you'll see the 
NetBeans Platform:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip

Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE 
files.

Please try out the package 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 9.0 Alpha (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 committer.

Geertjan
on behalf of the Apache NetBeans tea,



RE: Rat discrepancy

2017-11-07 Thread Eric Barboni
Hi Jan

Opened this PR https://github.com/apache/incubator-netbeans/pull/252 . 
Instead of trying to map git ignore to incomplete ant patterset, I prefer to 
use the git tools itself.

@Lars, nice but I was puzzled because  result were different with PR161 not 
merged

Regards
Eric

-Message d'origine-
De : Jan Lahoda [mailto:lah...@gmail.com] 
Envoyé : mardi 7 novembre 2017 12:01
À : dev@netbeans.incubator.apache.org
Objet : Re: Rat discrepancy

Hi,

Seems that in the incubator-netbeans-linux job, Rat is picking up
*/external/* files that have already been downloaded (even things like 
api.annotations.common/external/jsr305-2.0.0.jar, noted as binaries). My 
understanding so far has been that Rat should reflect the source state, so 
-release is configured to run on a as clean input as possible (unzipped from 
the to-be distribution zip). At one point, I was thinking of (trying
to) configuring Rat to ignore everything that is .gitignored, but didn't get to 
that. But maybe what we need to do in the short term is to reconfigure the 
-linux build to run Rat before downloading stuff?

Jan


On Tue, Nov 7, 2017 at 11:44 AM, Eric Barboni  wrote:

> Hi,
>
>
>
> I was looking for release artefact but I have an issue understanding 
> the following
>
>
>
> The file [1] is catch by rat in incubator-netbeans-linux but not in 
> incubator-netbeans-release
>
>
>
> Is one of the build job having a config biais
>
>
>
> Regards
>
> Eric
>
>
>
> [1]
>
> /home/jenkins/jenkins-slave/workspace/incubator-netbeans-
> linux/core.network/
> external/nsProxyAutoConfig-mozilla2.0.js
>
>
>
>



Introduction - Desmond from SA

2017-11-07 Thread Desmond Nysschens
Hey guys,

Web site says to introduce me self.

I am a PHP’er and been dev’ing with Netbeans for more than 15 years. Currently 
I am coding Laravel / Symfony stuff and thought I might keep abreast with the 
Netbeans hand-over to Apache , if I may.

Please advise where / how to subscribe to your mailing list in this regard.

Many thanks

Kind regards
Desmond



Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Leonardo Loch Zanivan
+1 (binding)

--
Atenciosamente,
Leonardo Loch Zanivan

On Tue, Nov 7, 2017 at 8:17 AM, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-source-.zip
>
> Rat report shows no unknown licenses:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> rat-temp/nbbuild/build/rat-report.txt
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-bin-.zip
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,
>


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Geertjan Wielenga
Understand and sympathize with that perspective. Note though that that
solution also has the potential of someone getting the wrong impression.
Each approach to this is potenially confusing.

Gj

On Tue, 7 Nov 2017 at 16:28, Neil C Smith  wrote:

> +1 (binding)
>
> Almost put 0.  I'm only unsure on the subject line - surely we should be
> saying Apache NetBeans Platform 9.0 alpha?  Just wary of anyone (away from
> here) getting the wrong impression that this is the first alpha for the
> IDE.
>
> Best wishes,
>
> Neil
> --
> Neil C Smith
> Artist & Technologist
> www.neilcsmith.net
>
> Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org
>


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Neil C Smith
+1 (binding)

Almost put 0.  I'm only unsure on the subject line - surely we should be
saying Apache NetBeans Platform 9.0 alpha?  Just wary of anyone (away from
here) getting the wrong impression that this is the first alpha for the IDE.

Best wishes,

Neil
-- 
Neil C Smith
Artist & Technologist
www.neilcsmith.net

Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Tushar Joshi
+1 Release this package as Apache NetBeans 9.0 Alpha (incubating) (binding)

with regards
Tushar


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Petr Pisl

+1 for Apache NetBeans 9.0 Alpha.

Petr


On 7.11.2017 11:17, Geertjan Wielenga wrote:

Hi all,

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
voting passes, another similar voting will be started on
gene...@incubator.apache.org, and if that passes too, then we can release
this version.

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
that provide the application framework of NetBeans, that is, the NetBeans
Platform.

Build artifacts:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=Pr8cM-Igx3mlFRFpkpbYfwROcEbeGh4w06KomMX5s_A=amU1Uf3hGJm9BCjKFDiCBvEWbj19jui-Bz0mOUnLt0U=JkyFF-0tX2KVokdbvqomyX6DLMNGKKMyrVeaaiLqBkU=

Source md5sum is 548058644764a07ef54568aa79a10aa1.

The artifact to be voted on:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dsource-2D.zip=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=Pr8cM-Igx3mlFRFpkpbYfwROcEbeGh4w06KomMX5s_A=amU1Uf3hGJm9BCjKFDiCBvEWbj19jui-Bz0mOUnLt0U=clI3oEMTTWOZe_Z-bL-Sj_ZN1N6Rpb32bOW_yfKaTzA=

Rat report shows no unknown licenses:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_rat-2Dtemp_nbbuild_build_rat-2Dreport.txt=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=Pr8cM-Igx3mlFRFpkpbYfwROcEbeGh4w06KomMX5s_A=amU1Uf3hGJm9BCjKFDiCBvEWbj19jui-Bz0mOUnLt0U=9c5nVs1IxNo1H7cJjCSzxAfF8uWxHXT-W3_zPN6VWUo=

Included as a convenience is a binary, unzip it and run it and you'll see
the NetBeans Platform:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dbin-2D.zip=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=Pr8cM-Igx3mlFRFpkpbYfwROcEbeGh4w06KomMX5s_A=amU1Uf3hGJm9BCjKFDiCBvEWbj19jui-Bz0mOUnLt0U=sPomN4vzPohoa0RswcAqYdzlini96NGDV64UcVSX3zI=

Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
files.

Please try out the package 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 9.0 Alpha (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 committer.

Geertjan
on behalf of the Apache NetBeans tea,





Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread ghader.ark...@gmail.com
+1 yes


[GitHub] ebarboni opened a new pull request #252: wip attempt to get ignore from .gitgnore

2017-11-07 Thread GitBox
ebarboni opened a new pull request #252: wip attempt to get ignore from 
.gitgnore
URL: https://github.com/apache/incubator-netbeans/pull/252
 
 
   ant task to build patternset from gitignore file. Try to reduce false 
positive.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread David Heffelfinger
+1

--
http://ensode.net - A Guide to Java, Linux and Other Technology Topics

My Books: http://www.packtpub.com/authors/profiles/david-heffelfinger

My Video Training:
http://www.packtpub.com/java-ee-development-with-netbeans-7/video

Follow me on Twitter: https://twitter.com/ensode

On Nov 7, 2017 5:18 AM, "Geertjan Wielenga" <
geertjan.wiele...@googlemail.com> wrote:

> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-source-.zip
>
> Rat report shows no unknown licenses:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> rat-temp/nbbuild/build/rat-report.txt
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-bin-.zip
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,
>


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Andreas Ernst

+1 (non-binding)

Am 07.11.17 um 11:17 schrieb Geertjan Wielenga:

Hi all,

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
voting passes, another similar voting will be started on
gene...@incubator.apache.org, and if that passes too, then we can release
this version.

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
that provide the application framework of NetBeans, that is, the NetBeans
Platform.

Build artifacts:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/

Source md5sum is 548058644764a07ef54568aa79a10aa1.

The artifact to be voted on:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip

Rat report shows no unknown licenses:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt

Included as a convenience is a binary, unzip it and run it and you'll see
the NetBeans Platform:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip

Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
files.

Please try out the package 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 9.0 Alpha (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 committer.

Geertjan
on behalf of the Apache NetBeans tea,



--
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
a...@ae-online.de | www.ae-online.de
www.tachyon-online.de


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Lars Bruun-Hansen
+1

Remark: NOTICE file looks as if it could use some more line breaks. JUnit
notice is duplicated. Perhaps NOTICE file was handcrafted for this release?

Lars


On Tue, Nov 7, 2017 at 1:36 PM, Sven Reimers  wrote:

> +1
>
> Sven
>
> On Tue, Nov 7, 2017 at 1:28 PM, Josh Juneau  wrote:
>
> > +1 on the release.
> >
> > Josh Juneau
> > juneau...@gmail.com
> > http://jj-blogger.blogspot.com
> > https://www.apress.com/index.php/author/author/view/id/1866
> >
> >
> > On Tue, Nov 7, 2017 at 4:17 AM, Geertjan Wielenga <
> > geertjan.wiele...@googlemail.com> wrote:
> >
> > > Hi all,
> > >
> > > Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If
> this
> > > voting passes, another similar voting will be started on
> > > gene...@incubator.apache.org, and if that passes too, then we can
> > release
> > > this version.
> > >
> > > Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache
> NetBeans
> > > that provide the application framework of NetBeans, that is, the
> NetBeans
> > > Platform.
> > >
> > > Build artifacts:
> > >
> > > https://builds.apache.org/view/Incubator%20Projects/job/
> > > incubator-netbeans-release/
> > >
> > > Source md5sum is 548058644764a07ef54568aa79a10aa1.
> > >
> > > The artifact to be voted on:
> > >
> > > https://builds.apache.org/view/Incubator%20Projects/job/
> > > incubator-netbeans-release/lastSuccessfulBuild/artifact/
> > > dist/netbeans-platform-source-.zip
> > >
> > > Rat report shows no unknown licenses:
> > >
> > > https://builds.apache.org/view/Incubator%20Projects/job/
> > > incubator-netbeans-release/lastSuccessfulBuild/artifact/
> > > rat-temp/nbbuild/build/rat-report.txt
> > >
> > > Included as a convenience is a binary, unzip it and run it and you'll
> see
> > > the NetBeans Platform:
> > >
> > > https://builds.apache.org/view/Incubator%20Projects/job/
> > > incubator-netbeans-release/lastSuccessfulBuild/artifact/
> > > dist/netbeans-platform-bin-.zip
> > >
> > > Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and
> > NOTICE
> > > files.
> > >
> > > Please try out the package 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 9.0 Alpha (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 committer.
> > >
> > > Geertjan
> > > on behalf of the Apache NetBeans tea,
> > >
> >
>
>
>
> --
> Sven Reimers
>
> * Senior Expert Software Architect
> * Java Champion
> * NetBeans Dream Team Member: http://dreamteam.netbeans.org
> * Community Leader  NetBeans: http://community.java.net/netbeans
>   Desktop Java:
> http://community.java.net/javadesktop
> * JUG Leader JUG Bodensee: http://www.jug-bodensee.de
> * Duke's Choice Award Winner 2009
>
> * XING: https://www.xing.com/profile/Sven_Reimers8
> * LinkedIn: http://www.linkedin.com/in/svenreimers
>


[GitHub] jlahoda commented on issue #248: adding crlf characters for the failing tests in api.templates

2017-11-07 Thread GitBox
jlahoda commented on issue #248: adding crlf characters for the failing tests 
in api.templates
URL: 
https://github.com/apache/incubator-netbeans/pull/248#issuecomment-342469201
 
 
   My personal opinion: ideally tests should pass/work on both Linux and 
Windows. Instead of playing with different line endings in the expected text, 
I'd suggest to normalize to one line endings format (ideally the Linux one). 
I.e. the expected text would have only one format ('\n') of line endings, just 
readFile(newForm) would do '.replace("\r\n", "\n")' or 
'.replace(System.getProperty("line.separator"), "\n")'.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Josh Juneau
+1 on the release.

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/index.php/author/author/view/id/1866


On Tue, Nov 7, 2017 at 4:17 AM, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-source-.zip
>
> Rat report shows no unknown licenses:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> rat-temp/nbbuild/build/rat-report.txt
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-bin-.zip
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,
>


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Timon Veenstra
+1

On Tue, Nov 7, 2017 at 1:23 PM, Jan Lahoda  wrote:

> Hi Michael,
>
> I think that's right. I've re-run the job, specifying the version. The
> updated artefacts are:
> source:
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-source-platform-9.0-alpha.zip
> MD5: be76c8411180ca21388050843bf7ce5b
>
> Convenience binary:
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-bin-platform-9.0-alpha.zip
> MD5: 11c2a0c50f0ff0dbe79c640e0e385fd7
>
>
> +1 from me on the release.
>
> Jan
>
>
> On Tue, Nov 7, 2017 at 11:36 AM, Michael Nascimento 
> wrote:
>
> > Geertjan,
> >
> > Shouldn't the artifact names end with 9.0-alpha?
> >
> > Regards,
> > Michael
> >
> > On Tue, Nov 7, 2017 at 8:17 AM, Geertjan Wielenga
> >  wrote:
> > > Hi all,
> > >
> > > Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If
> this
> > > voting passes, another similar voting will be started on
> > > gene...@incubator.apache.org, and if that passes too, then we can
> > release
> > > this version.
> > >
> > > Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache
> NetBeans
> > > that provide the application framework of NetBeans, that is, the
> NetBeans
> > > Platform.
> > >
> > > Build artifacts:
> > >
> > > https://builds.apache.org/view/Incubator%20Projects/job/
> > incubator-netbeans-release/
> > >
> > > Source md5sum is 548058644764a07ef54568aa79a10aa1.
> > >
> > > The artifact to be voted on:
> > >
> > > https://builds.apache.org/view/Incubator%20Projects/job/
> > incubator-netbeans-release/lastSuccessfulBuild/artifact/
> > dist/netbeans-platform-source-.zip
> > >
> > > Rat report shows no unknown licenses:
> > >
> > > https://builds.apache.org/view/Incubator%20Projects/job/
> > incubator-netbeans-release/lastSuccessfulBuild/artifact/
> > rat-temp/nbbuild/build/rat-report.txt
> > >
> > > Included as a convenience is a binary, unzip it and run it and you'll
> see
> > > the NetBeans Platform:
> > >
> > > https://builds.apache.org/view/Incubator%20Projects/job/
> > incubator-netbeans-release/lastSuccessfulBuild/artifact/
> > dist/netbeans-platform-bin-.zip
> > >
> > > Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and
> > NOTICE
> > > files.
> > >
> > > Please try out the package 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 9.0 Alpha (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 committer.
> > >
> > > Geertjan
> > > on behalf of the Apache NetBeans tea,
> >
>


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Jan Lahoda
Hi Michael,

I think that's right. I've re-run the job, specifying the version. The
updated artefacts are:
source:
https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-platform-9.0-alpha.zip
MD5: be76c8411180ca21388050843bf7ce5b

Convenience binary:
https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-platform-9.0-alpha.zip
MD5: 11c2a0c50f0ff0dbe79c640e0e385fd7


+1 from me on the release.

Jan


On Tue, Nov 7, 2017 at 11:36 AM, Michael Nascimento 
wrote:

> Geertjan,
>
> Shouldn't the artifact names end with 9.0-alpha?
>
> Regards,
> Michael
>
> On Tue, Nov 7, 2017 at 8:17 AM, Geertjan Wielenga
>  wrote:
> > Hi all,
> >
> > Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> > voting passes, another similar voting will be started on
> > gene...@incubator.apache.org, and if that passes too, then we can
> release
> > this version.
> >
> > Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> > that provide the application framework of NetBeans, that is, the NetBeans
> > Platform.
> >
> > Build artifacts:
> >
> > https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/
> >
> > Source md5sum is 548058644764a07ef54568aa79a10aa1.
> >
> > The artifact to be voted on:
> >
> > https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-source-.zip
> >
> > Rat report shows no unknown licenses:
> >
> > https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> rat-temp/nbbuild/build/rat-report.txt
> >
> > Included as a convenience is a binary, unzip it and run it and you'll see
> > the NetBeans Platform:
> >
> > https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-release/lastSuccessfulBuild/artifact/
> dist/netbeans-platform-bin-.zip
> >
> > Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and
> NOTICE
> > files.
> >
> > Please try out the package 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 9.0 Alpha (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 committer.
> >
> > Geertjan
> > on behalf of the Apache NetBeans tea,
>


AW: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Christian Lenz
+1 do it.

Gesendet von Mail für Windows 10

Von: Vikas Prabhakar
Gesendet: Dienstag, 7. November 2017 13:17
An: dev@netbeans.incubator.apache.org
Betreff: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

+1  Please release the package.

On 11/7/2017 3:47 PM, Geertjan Wielenga wrote:
> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604=sbpXzfYcFUr0Jz5iu37jothhdLJ_1GXejEahWyIkEP8=0GeyHQgP0_7m53e1Lc-nBsKbeFM28s15xvgsj4_9O_Y=
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dsource-2D.zip=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604=sbpXzfYcFUr0Jz5iu37jothhdLJ_1GXejEahWyIkEP8=gJUHVKPgIjbPgClJFY2jvxspATHHMpOFOmctFEPpx_Y=
>
> Rat report shows no unknown licenses:
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_rat-2Dtemp_nbbuild_build_rat-2Dreport.txt=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604=sbpXzfYcFUr0Jz5iu37jothhdLJ_1GXejEahWyIkEP8=fuU-AEsMaAw2GBx8wQN9Rcr6M5LzArdD7y1PSW9qqHU=
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dbin-2D.zip=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=EZDuW-ID1Fy7tDK-QRP9H47sL3yOMJhYItFMRUIr604=sbpXzfYcFUr0Jz5iu37jothhdLJ_1GXejEahWyIkEP8=eCujRpgrEuabLcv85ODckZdRE7m5yM4wd2yECojWzS4=
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,
>




Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Michael Nascimento
I guess it won't affect the signature, so +1 (binding).

Regards,
Michael

On Tue, Nov 7, 2017 at 8:38 AM, Geertjan Wielenga
 wrote:
> Good point, I don't know, though it can certainly be done.
>
> Gj
>
> On Tue, Nov 7, 2017 at 11:36 AM, Michael Nascimento 
> wrote:
>
>> Geertjan,
>>
>> Shouldn't the artifact names end with 9.0-alpha?
>>
>> Regards,
>> Michael
>>
>> On Tue, Nov 7, 2017 at 8:17 AM, Geertjan Wielenga
>>  wrote:
>> > Hi all,
>> >
>> > Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
>> > voting passes, another similar voting will be started on
>> > gene...@incubator.apache.org, and if that passes too, then we can
>> release
>> > this version.
>> >
>> > Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
>> > that provide the application framework of NetBeans, that is, the NetBeans
>> > Platform.
>> >
>> > Build artifacts:
>> >
>> > https://builds.apache.org/view/Incubator%20Projects/job/
>> incubator-netbeans-release/
>> >
>> > Source md5sum is 548058644764a07ef54568aa79a10aa1.
>> >
>> > The artifact to be voted on:
>> >
>> > https://builds.apache.org/view/Incubator%20Projects/job/
>> incubator-netbeans-release/lastSuccessfulBuild/artifact/
>> dist/netbeans-platform-source-.zip
>> >
>> > Rat report shows no unknown licenses:
>> >
>> > https://builds.apache.org/view/Incubator%20Projects/job/
>> incubator-netbeans-release/lastSuccessfulBuild/artifact/
>> rat-temp/nbbuild/build/rat-report.txt
>> >
>> > Included as a convenience is a binary, unzip it and run it and you'll see
>> > the NetBeans Platform:
>> >
>> > https://builds.apache.org/view/Incubator%20Projects/job/
>> incubator-netbeans-release/lastSuccessfulBuild/artifact/
>> dist/netbeans-platform-bin-.zip
>> >
>> > Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and
>> NOTICE
>> > files.
>> >
>> > Please try out the package 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 9.0 Alpha (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 committer.
>> >
>> > Geertjan
>> > on behalf of the Apache NetBeans tea,
>>


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Sarvesh Kesharwani

+1

Sarvesh Kesharwani


On 11/7/2017 5:41 PM, Martin Balin wrote:

+1 Release this package as Apache NetBeans 9.0 Alpha (incubating)

Martin Balin

On 7.11.2017 11:17, Geertjan Wielenga wrote:

Hi all,

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
voting passes, another similar voting will be started on
gene...@incubator.apache.org, and if that passes too, then we can 
release

this version.

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache 
NetBeans
that provide the application framework of NetBeans, that is, the 
NetBeans

Platform.

Build artifacts:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=IJ0-jL9XYSi2S-HJ0fAXf2okyCM1T69PNwFeuh2ISik=SVHdT-VTyHsSa_5fuyWTXWu9bRpnHNpvQy-ix8mg9dc=L-gXOlhEuQnaWT9EtL1p4cRHFuydSF2HkFToXOoRHfg= 



Source md5sum is 548058644764a07ef54568aa79a10aa1.

The artifact to be voted on:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dsource-2D.zip=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=IJ0-jL9XYSi2S-HJ0fAXf2okyCM1T69PNwFeuh2ISik=SVHdT-VTyHsSa_5fuyWTXWu9bRpnHNpvQy-ix8mg9dc=To8HnEtR6hwUfRt_vgVwMXlaM89z-r6_09ADKbCR9Ag= 



Rat report shows no unknown licenses:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_rat-2Dtemp_nbbuild_build_rat-2Dreport.txt=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=IJ0-jL9XYSi2S-HJ0fAXf2okyCM1T69PNwFeuh2ISik=SVHdT-VTyHsSa_5fuyWTXWu9bRpnHNpvQy-ix8mg9dc=okHC45F72tlijyIcisDPAlkpXHGl-_c9DzdlqUXhCIg= 



Included as a convenience is a binary, unzip it and run it and you'll 
see

the NetBeans Platform:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dbin-2D.zip=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=IJ0-jL9XYSi2S-HJ0fAXf2okyCM1T69PNwFeuh2ISik=SVHdT-VTyHsSa_5fuyWTXWu9bRpnHNpvQy-ix8mg9dc=akLr8YCwHZSRHlazX8QUIwTHL1I0K2eu5FDMRh4QgMw= 



Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and 
NOTICE

files.

Please try out the package 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 9.0 Alpha (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 committer.

Geertjan
on behalf of the Apache NetBeans tea,







Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Martin Balin

+1 Release this package as Apache NetBeans 9.0 Alpha (incubating)

Martin Balin

On 7.11.2017 11:17, Geertjan Wielenga wrote:

Hi all,

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
voting passes, another similar voting will be started on
gene...@incubator.apache.org, and if that passes too, then we can release
this version.

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
that provide the application framework of NetBeans, that is, the NetBeans
Platform.

Build artifacts:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=IJ0-jL9XYSi2S-HJ0fAXf2okyCM1T69PNwFeuh2ISik=SVHdT-VTyHsSa_5fuyWTXWu9bRpnHNpvQy-ix8mg9dc=L-gXOlhEuQnaWT9EtL1p4cRHFuydSF2HkFToXOoRHfg=

Source md5sum is 548058644764a07ef54568aa79a10aa1.

The artifact to be voted on:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dsource-2D.zip=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=IJ0-jL9XYSi2S-HJ0fAXf2okyCM1T69PNwFeuh2ISik=SVHdT-VTyHsSa_5fuyWTXWu9bRpnHNpvQy-ix8mg9dc=To8HnEtR6hwUfRt_vgVwMXlaM89z-r6_09ADKbCR9Ag=

Rat report shows no unknown licenses:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_rat-2Dtemp_nbbuild_build_rat-2Dreport.txt=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=IJ0-jL9XYSi2S-HJ0fAXf2okyCM1T69PNwFeuh2ISik=SVHdT-VTyHsSa_5fuyWTXWu9bRpnHNpvQy-ix8mg9dc=okHC45F72tlijyIcisDPAlkpXHGl-_c9DzdlqUXhCIg=

Included as a convenience is a binary, unzip it and run it and you'll see
the NetBeans Platform:

https://urldefense.proofpoint.com/v2/url?u=https-3A__builds.apache.org_view_Incubator-2520Projects_job_incubator-2Dnetbeans-2Drelease_lastSuccessfulBuild_artifact_dist_netbeans-2Dplatform-2Dbin-2D.zip=DwIBaQ=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE=IJ0-jL9XYSi2S-HJ0fAXf2okyCM1T69PNwFeuh2ISik=SVHdT-VTyHsSa_5fuyWTXWu9bRpnHNpvQy-ix8mg9dc=akLr8YCwHZSRHlazX8QUIwTHL1I0K2eu5FDMRh4QgMw=

Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
files.

Please try out the package 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 9.0 Alpha (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 committer.

Geertjan
on behalf of the Apache NetBeans tea,





[GitHub] lbruun opened a new pull request #251: [NETBEANS-126] Re-instate browser icons

2017-11-07 Thread GitBox
lbruun opened a new pull request #251: [NETBEANS-126] Re-instate browser icons
URL: https://github.com/apache/incubator-netbeans/pull/251
 
 
   Reinstates those browser icons that were originally removed from Oracle's 
donation to Apache. See 
[NETBEANS-126](https://issues.apache.org/jira/browse/NETBEANS-126) for more 
information.
   
   IANAL, but I _assume_ that we are allowed to distribute these icons as part 
of Apache NetBeans, but that Oracle didn't want them in the donation bundle as 
this is not their trademarks. Please validate assumption before merging.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] lbruun commented on issue #161: [NETBEANS-96] New PAC Script evaluation environment

2017-11-07 Thread GitBox
lbruun commented on issue #161: [NETBEANS-96] New PAC Script evaluation 
environment
URL: 
https://github.com/apache/incubator-netbeans/pull/161#issuecomment-341973053
 
 
   Unit tests fixed. 
   
   - The `timeRange()` test failed because it did `assertTrue(timeRange(0, 
23))`, and since you did your test at 23:17 it would fail the test. The test 
case was obviously wrong to begin with and has now been fixed.
   
   - The `dnsResolveEx()` test failed because it made assumptions about IPv6 
being available on the test host and was in any case incorrect to begin with. 
All tests that use name lookup have now been changed to use the `FakeDns` 
class, so that tests become independent of the environment of test host. There 
was quite a few other tests that made such stupid assumptions.
   
   - Also, if the engine detects an attempt to break out of the sandbox it will 
now no longer print a stack trace. The stack trace gave the impression that the 
unit test using `pac-test-sandbox-breakout.js` failed but it really didn't. The 
stack trace provides no extra information so better to leave it out, I think. 
Not all log messages benefit from a stack trace. :-)
   
   Thx.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: Rat discrepancy

2017-11-07 Thread Lars Bruun-Hansen
Wouldn't know why you see what you see, but FYI this file is removed by PR
161
https://github.com/apache/incubator-netbeans/pull/161

.. but as this PR is not yet merged I cannot explain what you see.

I hope it won't be long before PR161 is merged and then this file is
history.

On Tue, Nov 7, 2017 at 11:44 AM, Eric Barboni  wrote:

> Hi,
>
>
>
> I was looking for release artefact but I have an issue understanding the
> following
>
>
>
> The file [1] is catch by rat in incubator-netbeans-linux but not in
> incubator-netbeans-release
>
>
>
> Is one of the build job having a config biais
>
>
>
> Regards
>
> Eric
>
>
>
> [1]
>
> /home/jenkins/jenkins-slave/workspace/incubator-netbeans-
> linux/core.network/
> external/nsProxyAutoConfig-mozilla2.0.js
>
>
>
>


[GitHub] bolsover commented on issue #234: [NETBEANS-68] Remove SwingX dependency

2017-11-07 Thread GitBox
bolsover commented on issue #234: [NETBEANS-68] Remove SwingX dependency 
URL: 
https://github.com/apache/incubator-netbeans/pull/234#issuecomment-342447166
 
 
   Excellent work but BooleanCellRenderer this a null pointer exception if 
database value is null rather than 0 or 1. Sorry for lack of detail here - I 
only found through issue late last night. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Michael Nascimento
Geertjan,

Shouldn't the artifact names end with 9.0-alpha?

Regards,
Michael

On Tue, Nov 7, 2017 at 8:17 AM, Geertjan Wielenga
 wrote:
> Hi all,
>
> Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
> voting passes, another similar voting will be started on
> gene...@incubator.apache.org, and if that passes too, then we can release
> this version.
>
> Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
> that provide the application framework of NetBeans, that is, the NetBeans
> Platform.
>
> Build artifacts:
>
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/
>
> Source md5sum is 548058644764a07ef54568aa79a10aa1.
>
> The artifact to be voted on:
>
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip
>
> Rat report shows no unknown licenses:
>
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt
>
> Included as a convenience is a binary, unzip it and run it and you'll see
> the NetBeans Platform:
>
> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip
>
> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
> files.
>
> Please try out the package 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 9.0 Alpha (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 committer.
>
> Geertjan
> on behalf of the Apache NetBeans tea,


[VOTE] Release Apache NetBeans 9.0 Alpha (incubating)

2017-11-07 Thread Geertjan Wielenga
Hi all,

Please vote on releasing Apache NetBeans 9.0 Alpha (incubating)! If this
voting passes, another similar voting will be started on
gene...@incubator.apache.org, and if that passes too, then we can release
this version.

Apache NetBeans 9.0 Alpha (incubating) are the modules of Apache NetBeans
that provide the application framework of NetBeans, that is, the NetBeans
Platform.

Build artifacts:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/

Source md5sum is 548058644764a07ef54568aa79a10aa1.

The artifact to be voted on:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-source-.zip

Rat report shows no unknown licenses:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/rat-temp/nbbuild/build/rat-report.txt

Included as a convenience is a binary, unzip it and run it and you'll see
the NetBeans Platform:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/dist/netbeans-platform-bin-.zip

Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and NOTICE
files.

Please try out the package 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 9.0 Alpha (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 committer.

Geertjan
on behalf of the Apache NetBeans tea,


[GitHub] lbruun commented on issue #1: Updated Java Doc with better description and examples of presenters, ?

2017-11-07 Thread GitBox
lbruun commented on issue #1: Updated Java Doc with better description and 
examples of presenters, ?
URL: 
https://github.com/apache/incubator-netbeans-html4j/pull/1#issuecomment-342414646
 
 
   Valid XHTML definitely not wrong. I guess it is a matter of religion. 
   
   I tend to agree with [Stephen 
Colebourne](http://blog.joda.org/2012/11/javadoc-coding-standards.html)  :
   
   > **Use simple HTML tags, not valid XHTML**
   > 
   > Javadoc uses HTML tags to identify paragraphs and other elements. Many 
developers get drawn to 
   > the thought that XHTML is necessarily best, ensuring that all tags open 
and close correctly. This is a 
   > mistake. XHTML adds many extra tags that make the Javadoc harder to read 
as source code. The 
   > Javadoc parser will interpret the incomplete HTML tag soup just fine. 
   
   and as far as I can tell the official advice from Oracle is (still) also to 
use a single ``, even in JDK8 and JDK9.
   
   Personally, I would say just pick a style and stay with it and it this sense 
this PR was different from the rest of the html4j code base. Not important, 
just a comment.
   Looking forward to more html4j releases !  :-)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] JaroslavTulach closed pull request #1: Updated Java Doc with better description and examples of presenters, ?

2017-11-07 Thread GitBox
JaroslavTulach closed pull request #1: Updated Java Doc with better description 
and examples of presenters, ?
URL: https://github.com/apache/incubator-netbeans-html4j/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index b9f066a..8ce86c2 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -27,28 +27,97 @@
 
 
 
- Use Java to write application logic; Use HTML5 to render the UI;
- {@link net.java.html.json.Model Animate an HTML page from Java}
- (see http://dew.apidesign.org/dew/#7212206;>Duke being rotated by CSS);
- Use {@link net.java.html.json.OnReceive REST} or
- WebSockets;
- interact with JavaScript;
- Get the best of both worlds!
-
- The goal of these APIs is to use full featured Java runtime
- (like real http://wiki.apidesign.org/wiki/HotSpot;>HotSpot VM),
- but still rely on a very lightweight rendering technology
- (so it can potentially fit
- http://bck2brwsr.apidesign.org;>Bck2Brwsr and definitely
- to various types of phones). What can be more lightweight
- (from a browser perspective) than
- http://wiki.apidesign.org/wiki/HTML;>HTML!?
- By default we use {@link net.java.html.boot.fx JavaFX's WebView}
- component to display the http://wiki.apidesign.org/wiki/HTML;>HTML.
- We eliminate the need to manipulate the DOM directly,
- there is a special {@link net.java.html.json Java to Knockout.js 
binding}.
- As a result the http://knockoutjs.com;>HTML 
uses Knockout.js syntax,
- yet the application code can be written in Java.
+The HTML/Java API provides 
+{@link net.java.html.js basic building blocks}
+as well as advanced 
+{@link net.java.html.json.Model high level concepts}
+to make communication between JavaScript and Java as 
smooth as possible.
+
+
+Every browser widget Java API offers ways for communication 
between Java and
+JavaScript running in such widget. However, each of them is unique - 
e.g. one
+writes different code when communicating with {@link 
javafx.scene.web.WebView JavaFX WebView},
+different one when communicating with 
+https://developer.android.com/reference/android/webkit/WebView.html;>Android
 WebView
+yet another one when talking to 
+https://developer.apple.com/documentation/uikit/uiwebview;>iOS 
WebView.
+
+
+The goal of HTML/Java API is to unify this 
communication. By providing simple
+and highly portable {@link net.java.html.js basic building blocks}
+one can create sophisticated APIs (like
+{@link net.java.html.json UI bindings},
+https://dukescript.com/javadoc/charts/;>charts,
+https://dukescript.com/javadoc/leaflet4j/;>maps,
+https://dukescript.com/javadoc/canvas/;>canvas, or
+https://dukescript.com/javadoc/libs/net/java/html/lib/snapsvg/Snap/package-summary.html;>SnapSVG
+that can be embedded into
+{@link net.java.html.boot.fx.FXBrowsers Swing or JavaFX applications},
+executed {@link net.java.html.boot.script.Scripts headlessly on a 
server}
+or executed anywhere HTML/Java API was ported.
+
+
+Various ports of this rendering pipeline were built including support 
for
+pure https://github.com/dukescript/dukescript-presenters/;>"webkit desktop 
rendring
+https://dukescript.com/javadoc/presenters/com/dukescript/presenters/Android.html;>Android
 WebView
+and https://dukescript.com/javadoc/presenters/com/dukescript/presenters/iOS.html;>iOS
 WebView
+developed by https://dukescript.com/;>DukeScript project.
+
+
+This technology has also been adopted by some Java bytecode to 
JavaScript
+transpilers - for example http://teavm.org/docs/intro/dukescript.html;>TeaVM
+or https://github.com/jtulach/bck2brwsr/;>Bck2Brwsr VM -
+as such you can also run the same Java application in a pluginless 
browser.
+
+
+Porting of HTML/Java rendering pipeline is as easy as implementing
+{@link org/netbeans/html/boot/spi/Fn.Presenter}
+interface and successfully passing the
+{@link org/netbeans/html/json/tck test compatibility kit}.
+
+
+Highlights
+
+The HTML/Java API lets you easily mix Java and 
JavaScript:
+
+
+Use industry standard Java language to write 
application logic.
+
+Use rock solid HTML5 to render