Re: NetBeans Plugin Portal is empty.

2019-06-26 Thread Neil C Smith
On Thu, 27 Jun 2019, 06:39 Gary Bello, wrote: > it is not just you. > Been that way for weeks now it seems. > Yes, this was probably merged before it or we were entirely ready. Caused a few issues that are hopefully now fixed in NB11.1. I do builds but the tryme builds cant load any plugins. >

Re: NetBeans Plugin Portal is empty.

2019-06-26 Thread Gary Bello
it is not just you. Been that way for weeks now it seems. I do builds but the tryme builds cant load any plugins. fixed today by copying the plugins updates config info from the downloaded netbeans 11.0 i have installed. i have https://netbeans.apache.org/nb/updates/11.0/updates.xml.gz and http:

NetBeans Plugin Portal is empty.

2019-06-26 Thread Laszlo Kishalmi
Dear all, Is it just me or anyone else receives an empty (no modules inside) updates.xml on https://netbeans-vm.apache.org/pluginportal/data/latest/catalog-experimental.xml.gz It prevents installing nb-javac and Oracle JS Parser. Laszlo Kishalmi

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-06-26 Thread Glenn Holmer
On 6/26/19 3:44 PM, Geertjan Wielenga wrote: > It should indeed. Feel free to do it! :-) done > On Wed, 26 Jun 2019 at 22:01, Glenn Holmer > wrote: > >> On 6/26/19 1:26 PM, Neil C Smith wrote: >>> I'd like to announce that the second beta build for Apache NetBeans >>> 11.1 from the release111 b

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-06-26 Thread Jose Ch
Hi all, I got this message when creating a Maven Java Web Application using JEE 8 & Glassfish 5.1: &&& SAX fatal error: [1:1] null / http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd / org.xml.sax.SAXParseException; systemId: http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd; lineNumber: 1; col

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-06-26 Thread Geertjan Wielenga
That is great! The Java EE 8/Maven combination looks solid to me, would be awesome if the Java EE 8/Gradle combination would also work.. Gj On Thu, 27 Jun 2019 at 00:20, Josh Juneau wrote: > Thanks, will begin testing! > > Josh Juneau > juneau...@gmail.com > http://jj-blogger.blogspot.com > htt

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-06-26 Thread Josh Juneau
Thanks, will begin testing! Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com https://www.apress.com/us/search?query=Juneau > On Jun 26, 2019, at 1:27 PM, Neil C Smith wrote: > > Dear Community, > > I'd like to announce that the second beta build for Apache NetBeans > 11.1 from

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-06-26 Thread Geertjan Wielenga
It should indeed. Feel free to do it! :-) Gj On Wed, 26 Jun 2019 at 22:01, Glenn Holmer wrote: > On 6/26/19 1:26 PM, Neil C Smith wrote: > > I'd like to announce that the second beta build for Apache NetBeans > > 11.1 from the release111 branch is available for download. > > > NB 11.1 major cha

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-06-26 Thread Glenn Holmer
On 6/26/19 1:26 PM, Neil C Smith wrote: > I'd like to announce that the second beta build for Apache NetBeans > 11.1 from the release111 branch is available for download. > NB 11.1 major changes : > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.1 Shouldn't that page be u

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-06-26 Thread Geertjan Wielenga
Excellent, great work! Especially the Java EE 8 integration (Maven only, Gradle would be excellent too), and Payara integration would be great for us all to take a look at here. Gj On Wed, 26 Jun 2019 at 20:27, Neil C Smith wrote: > Dear Community, > > I'd like to announce that the second bet

Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-06-26 Thread Neil C Smith
Dear Community, I'd like to announce that the second beta build for Apache NetBeans 11.1 from the release111 branch is available for download. Key changes since beta1 include integration of Java EE 8 and Payara support via agreed feature freeze bypass - testing in these areas would be very apprec

Re: Travis failures?

2019-06-26 Thread Neil C Smith
On Wed, 26 Jun 2019 at 16:47, Gaurav Gupta wrote: > > Thanks Neil, I am looking at the attributes conflicts. Great, thanks. There also seems to be a versioning issue (possibly with a plugin elsewhere?) so the IDE wants to update your plugin immediately. Need to check if that happens when beta2

Re: nb-javac and Oracle JS Parser on Maven Central

2019-06-26 Thread David Nalley
On Wed, Jun 26, 2019 at 11:42 AM Eric Barboni wrote: > > Hi David, > > I guess that com.oracle would be OK if Oracle do the publishing on it's own. > Yep. > For what I know Apache Netbeans only sync the following groupID > org.netbeans.(api|external|clusters|modules|html) > > I'm not su

Re: Travis failures?

2019-06-26 Thread Gaurav Gupta
Thanks Neil, I am looking at the attributes conflicts. Thanks and kind regards, Gaurav Gupta On Wed, Jun 26, 2019 at 7:40 PM Neil C Smith wrote: > On Wed, 26 Jun 2019 at 14:25, Geertjan Wielenga > wrote: > > Yes, Gaurav’s Payara PRs and Josh’s Java EE 8 work needs to be in beta-2. > > 2 o

RE: nb-javac and Oracle JS Parser on Maven Central

2019-06-26 Thread Eric Barboni
Hi David, I guess that com.oracle would be OK if Oracle do the publishing on it's own. For what I know Apache Netbeans only sync the following groupID org.netbeans.(api|external|clusters|modules|html) I'm not sure if we can have org.netbeans.plugins groupid let free to anybody wanting

Re: nb-javac and Oracle JS Parser on Maven Central

2019-06-26 Thread David Nalley
On Wed, Jun 26, 2019 at 3:21 AM Geertjan Wielenga wrote: > > Hi all, > > We're looking into putting nb-javac and the Oracle JS Parser on Maven > Central. > > How to do that and what would be the right location for that? > > E.g., would that be here: > > https://repo1.maven.org/maven2/org/apache/ne

Re: Travis failures?

2019-06-26 Thread Neil C Smith
On Wed, 26 Jun 2019 at 14:25, Geertjan Wielenga wrote: > Yes, Gaurav’s Payara PRs and Josh’s Java EE 8 work needs to be in beta-2. 2 out of 3 were already in master. One of the Payara ones had a merge conflict with the other one, which was fixed. However, I think there is a test conflict somewh

Re: Travis failures?

2019-06-26 Thread Geertjan Wielenga
Yes, Gaurav’s Payara PRs and Josh’s Java EE 8 work needs to be in beta-2. Gj On Wed, 26 Jun 2019 at 14:46, Neil C Smith wrote: > On Wed, 26 Jun 2019 at 11:59, Geertjan Wielenga > wrote: > > > > Since it’s a beta release, I wouldn’t let Travis stop you, especially if > we > > can identify the p

Re: Travis failures?

2019-06-26 Thread Neil C Smith
On Wed, 26 Jun 2019 at 11:59, Geertjan Wielenga wrote: > > Since it’s a beta release, I wouldn’t let Travis stop you, especially if we > can identify the problem to fix post beta-2. OK, I'll merge the Payara Server PR at least then. Not ideal, but it was passing until the last commit to merge ma

Re: Maven repo for Apache NetBeans

2019-06-26 Thread Brett Ryan
Gj, i think if you’re building for 110, delete the repository for netbeans entirely in your pom to use the maven central repository. Only keep the repo if you’re building for platform 8.2 or earlier. > On 26 Jun 2019, at 20:04, Geertjan Wielenga wrote: > > So referring in parent POM of a NB Pl

Re: Travis failures?

2019-06-26 Thread Geertjan Wielenga
Since it’s a beta release, I wouldn’t let Travis stop you, especially if we can identify the problem to fix post beta-2. Gj On Wed, 26 Jun 2019 at 12:40, Neil C Smith wrote: > Hi, > > Seems we're getting a lot of Travis failures at the moment. There > were some commits changing travis config i

Travis failures?

2019-06-26 Thread Neil C Smith
Hi, Seems we're getting a lot of Travis failures at the moment. There were some commits changing travis config in master the other day, which doesn't seem great timing, but I'm not sure that's the reason. A few messages suggesting failures with osuosl downloads? Somewhat playing havoc with secon

Re: [VOTE] Maven Archetypes new release

2019-06-26 Thread Thilina Ranathunga
+1 On Tue, Jun 25, 2019, 8:35 PM Eric Barboni wrote: > Dear members of Apache NetBeans community. > > I want to call a vote on releasing the following Apache NetBeans Archetypes > (3 at once if possible): > > 1) nbm-archetype-1.16 > 2) nbm-suite-root-1.11 > 3) netbeans-platform-app-archetype-1.2

Re: Maven repo for Apache NetBeans

2019-06-26 Thread Geertjan Wielenga
So referring in parent POM of a NB Platform app to http://bits.netbeans.org/nexus/content/groups/netbeans/ is OK? Gj On Wed, Jun 26, 2019 at 12:00 PM Neil C Smith wrote: > On Wed, 26 Jun 2019 at 10:52, Geertjan Wielenga > wrote: > > > > There is no 110 there, e.g.: > > > > > http://137.254.56.

Re: nb-javac and Oracle JS Parser on Maven Central

2019-06-26 Thread Geertjan Wielenga
Agree. But nb-javac and Oracle JS Parser are both open source, anyone can take the sources and put them on Maven Central, in fact, even better if someone outside Oracle does this. Gj On Wed, Jun 26, 2019 at 11:55 AM Neil C Smith wrote: > On Wed, 26 Jun 2019, 08:21 Geertjan Wielenga, wrote: >

Re: Maven repo for Apache NetBeans

2019-06-26 Thread Neil C Smith
On Wed, 26 Jun 2019 at 10:52, Geertjan Wielenga wrote: > > There is no 110 there, e.g.: > > http://137.254.56.27/nexus/content/groups/netbeans/org/netbeans/modules/org-netbeans-bootstrap/ It's here though https://search.maven.org/artifact/org.netbeans.cluster/platform/RELEASE110/pom so should be

Re: nb-javac and Oracle JS Parser on Maven Central

2019-06-26 Thread Neil C Smith
On Wed, 26 Jun 2019, 08:21 Geertjan Wielenga, wrote: > I.e., these would not be sources but NBM binary files > Why not the source bundles as well? Sources for both these should be available according to their licenses, and currently at least nb-javac could do with clearer information on what it

Re: Maven repo for Apache NetBeans

2019-06-26 Thread Geertjan Wielenga
There is no 110 there, e.g.: http://137.254.56.27/nexus/content/groups/netbeans/org/netbeans/modules/org-netbeans-bootstrap/ Gj On Wed, Jun 26, 2019 at 11:43 AM Eric Barboni wrote: > It's better not to set the repository for the Apache NetBeans because > it will use central the default. > > If

RE: Maven repo for Apache NetBeans

2019-06-26 Thread Eric Barboni
It's better not to set the repository for the Apache NetBeans because it will use central the default. If you want to do test with RELEASE<=82 you may still use netbeans NetBeans http://bits.netbeans.org/nexus/content/groups/netbeans/ (it's better not

Re: Maven repo for Apache NetBeans

2019-06-26 Thread Geertjan Wielenga
If I set this: netbeans NetBeans https://repo.maven.apache.org/maven2/org/netbeans/ And this: RELEASE110 In the parent POM of my NetBeans Platform application, I get the 11.0 JARs. Is it correct like that? Gj On Wed, Jun

Re: Maven repo for Apache NetBeans

2019-06-26 Thread Geertjan Wielenga
And another question, for nbm-maven-plugin 4.12, I suppose the repo must not be this but something else: http://bits.netbeans.org/nexus/content/groups/netbeans/ What is the something else I should use instead of the above? Thanks, Gj On Wed, Jun 26, 2019 at 11:18 AM Geertjan Wielenga wrote:

Re: Maven repo for Apache NetBeans

2019-06-26 Thread Geertjan Wielenga
OK, so in the drop-down, in "Module Options", when I create a new NetBeans Platform application with Maven in Apache NetBeans 11.1 beta-1, I see 'RELEASE82' as the highest release number. I've seen e-mails about this, is the latest vote thread including changes to enable the latest version to be in

RE: nb-javac and Oracle JS Parser on Maven Central

2019-06-26 Thread Eric Barboni
Hi, Not sure to have all the knowledge but, org.apache.netbeans.. is reserved to what we release under Apache NetBeans PMC control. Not third parties allowed 1) We can let people choose what they want as a groupid They will need to follow https://central.sonatype.org/pages/ossrh-guide.html 2

RE: Maven repo for Apache NetBeans

2019-06-26 Thread Eric Barboni
Hi, You only have to change the version of the Apache NetBeans artefacts you use RELEASE110 instead of RELEASE82 (some may be missing because we have not all the RELEASE82 codebase) Maybe also change the nbm-maven-plugin to the new released 4.12. (it helps using jar that are compiled using j

nb-javac and Oracle JS Parser on Maven Central

2019-06-26 Thread Geertjan Wielenga
Hi all, We're looking into putting nb-javac and the Oracle JS Parser on Maven Central. How to do that and what would be the right location for that? E.g., would that be here: https://repo1.maven.org/maven2/org/apache/netbeans/ I.e., these would not be sources but NBM binary files and from ther

Re: Maven repo for Apache NetBeans

2019-06-26 Thread Geertjan Wielenga
OK, if I am creating a NetBeans Platform application with Maven, how must I set up the POM to use Apache NetBeans 11.0 NBMs? Thanks, Gj On Mon, Jun 24, 2019 at 10:57 AM Eric Barboni wrote: > Hi, there is no special repository, > It's central the default of maven world. A pom should never speci