Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Geertjan Wielenga
Tried again and the build succeeds. When the problem occurs with the test, it seems like the build hangs, but when I click the terminal window the build continues, takes quite a long time, and after lots of things happening the build completes. Gj On Mon, Oct 9, 2017 at 9:29 AM, Geertjan Wieleng

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Jaroslav Tulach
On úterý 10. října 2017 11:12:48 CEST Emilian Bold wrote: > Since when is a NetBeans library, part of the NetBeans Platform, supposed > to provide iOS and Android compatibility? Since one of the implementation of the Fn.Presenter works on Android and another on iOS. In addition to that there are

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Bertrand Delacretaz
On Tue, Oct 10, 2017 at 11:13 AM, Geertjan Wielenga wrote: > ...maybe all that > needs to be done is updating license headers to Apache and then everything > else, including dealing with GPL binaries, can be done in subsequent > releases If it's GPL dependencies which are not optional I think

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Geertjan Wielenga
Yes, one thing a lot of us are assuming is that everything must be perfect for it to be released. In Apache, that's not the case, but then the question becomes what the minimum requirement of the first release should be -- i.e., maybe all that needs to be done is updating license headers to Apache

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Bertrand Delacretaz
Hi, On Tue, Oct 10, 2017 at 10:57 AM, Jaroslav Tulach wrote: > ... > https://issues.apache.org/jira/browse/NETBEANS-83 > The issue will have to be fixed before new attempt to release 1.5 is made... If that's easy that's cool, but note that during incubation it's perfectly fine to have releases w

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Jaroslav Tulach
Thanks for testing this Geertjan, can you please report a bug (component platform - HTML4J) and add stacktrace of your stalled build in there? Thanks. -jt PS: Why I cannot assign JIRA bugs (like NETBEANS-83) to myself? On pondělí 9. října 2017 9:29:26 CEST Geertjan Wielenga wrote: > I have tes

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Jaroslav Tulach
On úterý 10. října 2017 9:46:18 CEST Anton Epple wrote: > I’ll have to change my vote. The new implementation of JSON.java makes use > of ClassValue: > https://docs.oracle.com/javase/7/docs/api/java/lang/ClassValue.html > > Classvalue is not available on Android (or iOS). This prevents porting of

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Bertrand Delacretaz
On Mon, Oct 9, 2017 at 3:34 AM, John D. Ament wrote: > ...You may want to review the content under > http://www.apache.org/dev/#releases as well... http://www.apache.org/dev/release-publishing.html in particular has good information about how to prepare the release. I also often mention http://

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Bertrand Delacretaz
On Sun, Oct 8, 2017 at 1:41 PM, Jaroslav Tulach wrote: > ...It's md5sum is a45bda33200c208d0d837b0746a7dcce. ... While md5 is still commonly used, it is broken today [1] so we should generally move away from it. -Bertrand [1] https://natmchugh.blogspot.ch/2014/10/how-i-created-two-images-with-

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Emilian Bold
Since when is a NetBeans library, part of the NetBeans Platform, supposed to provide iOS and Android compatibility? Actually, why is this even part of the NetBeans Platform? --emi On Tue, Oct 10, 2017 at 10:46 AM, Anton Epple wrote: > -1 > I’ll have to change my vote. The new implementation

Re: [MENTORS] Information abot Voting process (was: Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5)

2017-10-10 Thread Bertrand Delacretaz
Hi, On Sun, Oct 8, 2017 at 8:59 PM, Matthias Bläsing wrote: > ... * What are the requirements for a positive vote?... The Apache voting process is described at https://www.apache.org/foundation/voting.html The goal is to *build consensus*, not necessarily vote on every decision. Votes are gener

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Anton Epple
-1 I’ll have to change my vote. The new implementation of JSON.java makes use of ClassValue: https://docs.oracle.com/javase/7/docs/api/java/lang/ClassValue.html Classvalue is not available on Android (or iOS). This prevents porting of HTML/Java 1.5 to Android (and iOS). Please consider to roll b

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-09 Thread Ryan Cuprak
+1 > On Oct 8, 2017, at 9:06 PM, John D. Ament wrote: > > Graduation is a measure of the community, not any specific repository. The > entire Apache Netbeans community graduates together. > > The key things we look for: > > - Understand the Apache Way > - Understand the release process > >

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-09 Thread Geertjan Wielenga
I have tested with 10.2.6 and JDK 1.8.0_121 and Maven 3.5.0. The build hangs after this, i.e., the build does not continue and does not complete: Running TestSuite Configuring TestNG with: TestNG652Configurator java.lang.Exception: Error at org.netbeans.html.json.impl.OnReceiveTest.performErrorJS

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Anton Epple
Hello Jaroslav, +1 I have tested with 10.2.6 and JDK8 u131 and the build succeeds here as well. --Toni Am 09.10.17, 05:37 schrieb "Jaroslav Tulach" : Hello William. Thanks for testing. >> William Beebe : 08.10.17 @ 21:27 << > Downloaded and attempted to execute mvn...

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Jaroslav Tulach
Hello William. Thanks for testing. >> William Beebe : 08.10.17 @ 21:27 << > Downloaded and attempted to execute mvn... > > Failed with... > > Running TestSuite > Configuring TestNG with: TestNG652Configurator > java.lang.Exception: Error > at > org.netbeans.html.json.impl.OnReceiveTest.performEr

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Geertjan Wielenga
Great, thanks for this feedback, gives us a direction and work to do. Gj On Monday, October 9, 2017, John D. Ament wrote: > I'm not a member of the Netbeans community, but as an IPMC member I would > be -1. > > As mentioned on the pages I linked, you're missing quite a few things that > are exp

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread John D. Ament
I'm not a member of the Netbeans community, but as an IPMC member I would be -1. As mentioned on the pages I linked, you're missing quite a few things that are expected of podling votes. - The podling release should be staged on /dist/dev - The podling release must be accompanied by sha, asc, md

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread William Beebe
Downloaded and attempted to execute mvn... Failed with... Running TestSuite Configuring TestNG with: TestNG652Configurator java.lang.Exception: Error at org.netbeans.html.json.impl.OnReceiveTest.performErrorJSONCallNoHandling(OnReceiveTest.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Geertjan Wielenga
Ah, I see. Yes. This is a release vote of a single repo. Great. That works then, excellent. So, you'll wait and see how the community responds to the release vote before voting yourself? Gj On Monday, October 9, 2017, John D. Ament wrote: > Geertjan, > > This thread I thought was a release vot

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread John D. Ament
Geertjan, This thread I thought was a release vote. A release isn't graduation. Projects often times release single repos. John On 2017-10-08 21:15, Geertjan Wielenga wrote: > There are heaps of people from multiple organizations committing to Apache > NetBeans, i.e., fixing license header

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Geertjan Wielenga
There are heaps of people from multiple organizations committing to Apache NetBeans, i.e., fixing license headers, since several weeks now, so I don't see a problem there on that level. Also, lots of discussions and interactions on this mailing list, that's quite clear, isn't it? The only point is

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread John D. Ament
Graduation is a measure of the community, not any specific repository. The entire Apache Netbeans community graduates together. The key things we look for: - Understand the Apache Way - Understand the release process We have a pretty comprehensive graduation guide, https://incubator.apache.or

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Geertjan Wielenga
So, just to be clear, one repo within Apache NetBeans is permitted to graduate separately from the other repos, if the Apache NetBeans community agrees to that? Gj On Mon, 9 Oct 2017 at 02:48, John D. Ament wrote: > Votes are documented here: > https://incubator.apache.org/guides/releasemanagem

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread John D. Ament
Votes are documented here: https://incubator.apache.org/guides/releasemanagement.html It is correct, only IPMC votes are binding. But as an IPMC member, I'm unlikely to vote on a RC that hasn't been vetted by the community and doesn't have a decent vote for it. I would recommend reviewing t

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Geertjan Wielenga
I believe the IPMC has binding votes here only. I am also not sure whether this repo can be released separately from incubator-netbeans. Maybe it can, maybe it can't, just saying that I don't know. Gj On Mon, 9 Oct 2017 at 02:29, Michael Nascimento wrote: > +1 > > Regards, > Michael > > < > ht

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Michael Nascimento
+1 Regards, Michael Virus-free. www.avg.com <#DAB4FAD8-2DD7-40BB-A1B8-4

[MENTORS] Information abot Voting process (was: Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5)

2017-10-08 Thread Matthias Bläsing
Hey, I have a few questions: * What are the requirements for a positive vote? * Is really everyone elligible to vote? I think I read somewhere, that only the PPMC members are. Thank you Matthias Am Sonntag, den 08.10.2017, 13:41 +0200 schrieb Jaroslav Tulach: > Hi guys, > I've set a Jenki

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread John Yeary
+1 John Yeary *NetBeans Dream Team* *Founder Greenville Java Users GroupJava Users Groups Community Leader*