Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.6 (2nd attempt)

2018-11-12 Thread Junichi Yamamoto
+1 I've verified the following: - $ sha1sum incubating-netbeans-html4j-1.6.zip - $ mvn install : "BUILD SUCCESS" is shown - $ gpg --verify incubating-netbeans-html4j-1.6.zip.asc BTW, I came across the following error but I'm not sure whether it is a problem: Configuring TestNG with:

RE: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-11-12 Thread Eric Barboni
HI, There is also a issue there: https://issues.apache.org/jira/browse/INFRA-17127 but artefact pom.xml that was done on bits.netbeans.org/nexus are not complete enough to get to maven central. So 1) We had the possibility to get the nb-repository-plugin (and other related mavenutils) to be

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

2018-11-12 Thread Ricardo Pacheco
+1 from me El lun., 12 de nov. de 2018 3:53 a. m., Jens Hofschröer escribió: > +1 from me > > two minor branding regressions: > > - The file > nb\ide.branding.kit\release\VERSION.txt > still say NetBeans 9 > > - The file > > >

Re: How important is OSGi support?

2018-11-12 Thread Emilian Bold
Does this mean that NetCAT should also test NetBeans with Felix besides the default Equinox (Netbinox) container? Because I doubt right now Felix is tested at all... --emi On Mon, Nov 12, 2018 at 6:54 AM Jaroslav Tulach wrote: > > ne 11. 11. 2018 v 20:34 odesílatel Emilian Bold > napsal: > > >

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

2018-11-12 Thread Geertjan Wielenga
+1 sha1 fine signature fine LICENSE fine NOTICE fine Note that we are currently in the PPMC vote. The vote is open for a minimum of 72 hours or until the necessary number of votes (3 binding +1s) is reached -- both of which are true. That means that now the IPMC vote should be started, by you,

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

2018-11-12 Thread Laszlo Kishalmi
Please vote and/or file bugs! So far we have no blocker issues, though only a few of you've voted. One more binding vote is required for release, though the more votes the better. I do not know if the Release Manager can cast a vote, but that would be +1. I have the feeling that we do not

RE: bits.netbeans.org / javadocs / mavenutils

2018-11-12 Thread Eric Barboni
Thanks for the work Antonio Where should we help and what we can do now? Regards Eric -Message d'origine- De : Antonio Envoyé : mercredi 7 novembre 2018 14:13 À : dev@netbeans.incubator.apache.org Objet : Re: bits.netbeans.org / javadocs / mavenutils Hi Eric, I think the point is

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

2018-11-12 Thread Geertjan Wielenga
There is one binding vote: Mark Struberg. He is an IPMC member. All others in your list are non-binding, even those that are PPMC members (most of them). In the IPMC vote, we will need two more IPMC members, since we need three of them in total. Gj On Tuesday, November 13, 2018, Laszlo

CheckableNode

2018-11-12 Thread Benedikt Schlagberger
Hi everyone! I hope this is the correct place to post my question. I want to display a UI where the user can select nodes and sub-nodes of an ExplorerView. Therefore I implemented the CheckableNode interface for the nodes and sub-nodes. However, only for the nodes the checkboxes are shown.

Re: Apache NetBeans IDE 10.0 Community Acceptance Survey

2018-11-12 Thread Jiří Kovalský
Hi again people, I am happy to tell you that we closed the 10.0 Community Acceptance survey about VC3 today, evaluated all the issues which respondents pointed out and published the results here:

Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-11-12 Thread Antonio
Hi all, Recovering this old thread of may 2018... Since the ASF now owns the netbeans.org domain, that means that we can now publish artifacts to Maven Central using the netbeans.org domain. So there's no need to host a NetBeans Nexus Repository ourselves under

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

2018-11-12 Thread Junichi Yamamoto
+1(binding) - Verified sha1sum, LICENSE and NOTICE file - Build Success (ant -Dcluster.config=release) The version is Dev yet. Product Version: Apache NetBeans IDE Dev (Build 20181113-unknown-revn) Regards, Junichi On Tue, Nov 6, 2018 at 3:50 PM Laszlo Kishalmi wrote: > > Hi all, > > Please

Re: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-11-12 Thread Geertjan Wielenga
You are right. If you know what needs to be done, do it. Gj On Monday, November 12, 2018, Antonio wrote: > Hi all, > > Recovering this old thread of may 2018... > > Since the ASF now owns the netbeans.org domain, that means that we can > now publish artifacts to Maven Central using the

Re: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-11-12 Thread Antonio
What needs to be done is learning what needs to be done :-) I'll report on my findings. Cheers, Antonio El 12/11/18 a las 23:14, Geertjan Wielenga escribió: You are right. If you know what needs to be done, do it. Gj On Monday, November 12, 2018, Antonio wrote: Hi all, Recovering this

NetBeans Nexus Repository?

2018-11-12 Thread Ryan Cuprak
We have a NetBeans Nexus? http://bits.netbeans.org/nexus/ I just discovered this after someone asked me if the NetBeans profiler API was available in Maven. It never occurred for me to check. Looks like Nexus is missing 9 artifacts. -Ryan

Re: NetBeans Nexus Repository?

2018-11-12 Thread Geertjan Wielenga
Not there yet, we're working on it. Gj On Mon, Nov 12, 2018 at 9:02 PM Ryan Cuprak wrote: > > We have a NetBeans Nexus? > http://bits.netbeans.org/nexus/ > > I just discovered this after someone asked me if the NetBeans profiler API > was available in Maven. It never occurred for me to check.

Re: CheckableNode

2018-11-12 Thread Geertjan Wielenga
Not sure you're going to get a response, best would be to put a small module on GitHub that reproduces your scenario, add a README that points out what you'd like to have done or added, and then someone will have a starting point to take a look. Gj On Mon, Nov 12, 2018 at 8:15 PM Benedikt

Re: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-11-12 Thread Antonio
Wow, this is a long read... https://www.apache.org/dev/publishing-maven-artifacts.html El 12/11/18 a las 23:16, Antonio escribió: What needs to be done is learning what needs to be done :-) I'll report on my findings. Cheers, Antonio El 12/11/18 a las 23:14, Geertjan Wielenga escribió:

Re: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-11-12 Thread Ryan Cuprak
I just did a search and there is a task in JIRA: https://issues.apache.org/jira/browse/NETBEANS-467?jql=project%20%3D%20NETBEANS%20AND%20text%20~%20nexus I think the task needs to be split-up into sub-tasks with the first task being a proposal for how it would be implemented. -Ryan > On Nov

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

2018-11-12 Thread Laszlo Kishalmi
Hi all, Well, Apache NetBeans 10.0vc3 has been out for more than 72 hours and we have 3 binding votes and 7 non binding ones. This means that the Apache NetBeans 10.0vc3 has passed the PPMC voting phase. An IPMC voting thread is going to be started soon. 3 binding +1 votes: * Josh Juneau