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

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

[release] adding a DEPENDENCIES file? (was: [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: > ...the build seems to deliver releasable ZIP file: > https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-html4j-release/16/artifact/incubating-netbeans-html4j-1.5.zip > It's md5sum is

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

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

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

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

Re: Release, not graduation and md5 was: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-10 Thread Bertrand Delacretaz
On Mon, Oct 9, 2017 at 5:36 AM, John D. Ament wrote: > ...I can't follow any of those links. The fact that they come > through across multiple lines just makes the email harder to follow... Yes, those urldefense links are not usable on a public list. It looks like John

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]

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

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

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

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

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

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

2017-10-09 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 <<

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 >

Re: Release, not graduation and md5 was: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread John D. Ament
On Sun, Oct 8, 2017 at 11:16 PM Jaroslav Tulach wrote: > Thanks in advance for your guidance. > > >> John D. Ament : 09.10.17 @ 1:34 << > > - The podling release should be staged on /dist/dev > > It was my understanding that people do prepare

Release, not graduation and md5 was: [VOTE] Release Apache NetBeans HTML/Java API version 1.5

2017-10-08 Thread Jaroslav Tulach
Thanks in advance for your guidance. >> John D. Ament : 09.10.17 @ 1:34 << > - The podling release should be staged on /dist/dev It was my understanding that people do prepare the bits somewhere, ask the community for vote and then the bits get uploaded into some proper

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

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

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

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 >

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

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,

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: >

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

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,

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-4E2AA1F9FDF2> On Sun,

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*

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

2017-10-08 Thread Jaroslav Tulach
Hi guys, I've set a Jenkins job up which can prepare a release bits of HTML/Java API and gives instructions how to build the ZIP file and test it: https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-html4j-release/ after a bit of configuration struggling the [build