Re: platform.netbeans.org update

2020-03-07 Thread Junichi Yamamoto
Hi Antonio, Thank you for your great work! Junichi On Sat, Mar 7, 2020 at 9:52 PM antonio wrote: > > Hi again, > > I think https://netbeans.apache.org/kb/docs/platform.html may be a good > starting link for Platform Tutorials. > > Cheers, > Antonio > > El 7/3/20 a las 13:43, antonio escribió:

Re: Build Parameters Documented (New JDK Versions)

2020-03-07 Thread Matthias Bläsing
Hi Eric, Am Samstag, den 07.03.2020, 12:08 -0600 schrieb Eric Bresie: > Okay...I'm trying to do so (would be my first push by the way), but I think > my git/github PR inexperience may be coming in to play here... > > This is I believe for https://github.com/apache/netbeans/pull/2007 or more > sp

Re: platform.netbeans.org update

2020-03-07 Thread Matthias Bläsing
Hi Antonio, Am Samstag, den 07.03.2020, 13:43 +0100 schrieb antonio: > > http://platform.netbeans.org/tutorials has been ported to > https://netbeans.apache.org/tutorials. All links on the website now > point to https://netbeans.apache.org/tutorials > > This has been an automated migration fro

Re: Build Error on Master

2020-03-07 Thread Matthias Bläsing
Hi, Am Samstag, den 07.03.2020, 19:55 +0100 schrieb Eric Barboni: > We use a gitbox link to stay at apache maybe a github link is more > reliable ? I would not do this. To my knowledge the ASF requires all code to be hosted on its infrastructure and so the github linking is just a "nice" way to

Re: Last call: please review Features and Download pages

2020-03-07 Thread Geertjan Wielenga
Great, though note I simply implemented exactly your proposal. :-) Gj On Sat, Mar 7, 2020 at 7:25 PM Eirik Bakke wrote: > Thank, Geertjan! > > Testing it now, all of the top Google results for "netbeans download" and > "download netbeans" now seem to go straight to the latest > version--excelle

RE: Build Error on Master

2020-03-07 Thread Eric Barboni
Hi, It's possible to set properties metabuild.jsonurl to a downloaded json file instead of dl everytime. We use a gitbox link to stay at apache maybe a github link is more reliable ? Regards Eric -Message d'origine- De : Matthias Bläsing Envoyé : samedi 7 mars 2020 17:56 À : dev@ne

Re: Build Error on Master

2020-03-07 Thread Eric Bresie
I acknowledges these may be "bleeding edge" configuration (which is why I identified it up front) but I like to think by working in these areas, this could be hints of future troubles to come (i.e. maybe some future JDK module change could cause a need for changes in netbeans build or src; or some

RE: Last call: please review Features and Download pages

2020-03-07 Thread Eirik Bakke
Thank, Geertjan! Testing it now, all of the top Google results for "netbeans download" and "download netbeans" now seem to go straight to the latest version--excellent! And the old versions are nicely tucked away on the download page (but still accessible) on new URLs. -- Eirik -Original

Re: Build Parameters Documented (New JDK Versions)

2020-03-07 Thread Eric Bresie
Okay...I'm trying to do so (would be my first push by the way), but I think my git/github PR inexperience may be coming in to play here... This is I believe for https://github.com/apache/netbeans/pull/2007 or more specifically https://github.com/apache/netbeans/pull/2007/commits/5e7ce9bb83e73801b4

Re: platform.netbeans.org update

2020-03-07 Thread antonio
El 7/3/20 a las 14:07, Geertjan Wielenga escribió: This is a brilliant step forward. All tables with requirements at the top and the badge with the NetBeans version need to be removed. This should be ready now. We also need to structure the list so its clear which are the starting points

Re: Build Error on Master

2020-03-07 Thread Geertjan Wielenga
Well, looks like a connection error. And, of course, you can ignore every instruction and recommendation, and use random JDK builds and releases, but doing things like that will mean that nobody will be able to reproduce or help you in the end. Gj On Sat, 7 Mar 2020 at 17:50, Eric Bresie wrote:

Re: Build Error on Master

2020-03-07 Thread Matthias Bläsing
Hi Eric, Am Samstag, den 07.03.2020, 10:50 -0600 schrieb Eric Bresie: > C:\git\netbeans\nbbuild\build.xml:119: java.io.IOException: Cannot connect > to > https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json this is pretty clear - gitbox.apache.or

Build Error on Master

2020-03-07 Thread Eric Bresie
This could be a setup issue given I have and EA release of Java: java -version openjdk version "15-ea" 2020-09-15 OpenJDK Runtime Environment (build 15-ea+12-431) OpenJDK 64-Bit Server VM (build 15-ea+12-431, mixed mode, sharing) Apache Ant(TM) version 1.10.5 compiled on July 10 2018 But does an

Re: Disable issue reporting support in NetBeans IDE

2020-03-07 Thread Eric Bresie
Sorry up front...I'm not real familiar with inner workings of the reporting mechanism, so I'm outside looking in here but As part of this, is it possible to enhance the reports some to make the reports more valuable? Say for example, allow some form of additional attributes to be added to the rep

Re: Build Parameters Documented (New JDK Versions)

2020-03-07 Thread Geertjan Wielenga
That message appears automatically when you try to build with a JDK later than 8, though you’re welcome to provide a pull request here: https://github.com/apache/netbeans/blob/master/README.md Gj On Sat, 7 Mar 2020 at 17:24, Eric Bresie wrote: > Okay...I was trying to rebuild recent master and

Re: Building NetBeans with Gradle

2020-03-07 Thread Laszlo Kishalmi
I read those, however not really in context of NetBeans. NetBeans has an Ant based build system with a bunch of custom tasks. On module level it is very effective, on cluster level it is not so. I'm doing this as of a personal challenge, fun and learn. If there would be anything useful coming

Build Parameters Documented (New JDK Versions)

2020-03-07 Thread Eric Bresie
Okay...I was trying to rebuild recent master and was reading the readme and remembered that to compile on newer JDKs, the need for a compilation parameter to be passed to the ant build. In the past I've always had to dig through emails to remember what this parameter was which allowed me to build,

Re: Building NetBeans with Gradle

2020-03-07 Thread Eric Bresie
+1 I suspect you've probable reviewed some of these (1), (2), (3) already but thought it might be of interest. (1) https://docs.gradle.org/current/userguide/migrating_from_maven.html (2) https://docs.gradle.org/current/userguide/maven_plugin.html (3) https://gradle.org/maven-vs-gradle/ Eric Bre

pull request author checker ?

2020-03-07 Thread Eric Barboni
Hi, Is there a tool that can be added to PR like we have travis to get the git log to see author config at glance so that -contributor can show it would not be accepted because it's anonymous and reconfigure. -reviewer can review once ready in administrative concern Regards Eric

Re: Cannot login via GitHub to the Plugin Portal

2020-03-07 Thread Geertjan Wielenga
Yes, Jirka will take care of it early next week, thanks. Gj On Sat, 7 Mar 2020 at 14:43, Fabian Bahle wrote: > Thanks for your reply Ernie! At least I’m not alone and I guess it’s a > general issue. > > Could whoever did setup the new Plugin Portal have a look at that? It’s > not possible to up

RE: Disable issue reporting support in NetBeans IDE

2020-03-07 Thread Eric Barboni
You are right. The report menu go direct to issue page with no clear search option, and all open issues in front. A bit scary for reporter. We need the former reporting tool (I understand some conversation now :D). In another hand, I would prefer keeping possibility to user to report :/ Eric

Re: Cannot login via GitHub to the Plugin Portal

2020-03-07 Thread Fabian Bahle
Thanks for your reply Ernie! At least I’m not alone and I guess it’s a general issue. Could whoever did setup the new Plugin Portal have a look at that? It’s not possible to update a plugin description or anything right now if you rely on the GitHub account. Thanks in advance. Kind regards,

Re: platform.netbeans.org update

2020-03-07 Thread Geertjan Wielenga
This is a brilliant step forward. All tables with requirements at the top and the badge with the NetBeans version need to be removed. We also need to structure the list so its clear which are the starting points, etc, i.e., some kind of trail. Some may be obsolete at this stage. Thanks for this

Re: platform.netbeans.org update

2020-03-07 Thread antonio
Hi again, I think https://netbeans.apache.org/kb/docs/platform.html may be a good starting link for Platform Tutorials. Cheers, Antonio El 7/3/20 a las 13:43, antonio escribió: Hi all, http://platform.netbeans.org/tutorials has been ported to https://netbeans.apache.org/tutorials. All link

platform.netbeans.org update

2020-03-07 Thread antonio
Hi all, http://platform.netbeans.org/tutorials has been ported to https://netbeans.apache.org/tutorials. All links on the website now point to https://netbeans.apache.org/tutorials This has been an automated migration from HTML to AsciiDoc, so some tutorials may render badly (mostly those wh

Re: Disable issue reporting support in NetBeans IDE

2020-03-07 Thread Geertjan Wielenga
I agree with that too (and your contributions are outstanding Matthias) but maybe Eric’s suggestion would mean that it would be easier to contribute since issues would be more clearly separated? Gj On Sat, 7 Mar 2020 at 12:40, Matthias Bläsing wrote: > Hi, > > Am Samstag, den 07.03.2020, 12:31

Re: Disable issue reporting support in NetBeans IDE

2020-03-07 Thread Matthias Bläsing
Hi, Am Samstag, den 07.03.2020, 12:31 +0100 schrieb Eric Barboni: > > NETBEANSREPORTS that we link to instead of NETBEANS > > With maybe with clearer field, log / what was I doing ... > > And for us we keep track + triage or garbage with no pollution of > main jira project > you mean the sa

Re: Disable issue reporting support in NetBeans IDE

2020-03-07 Thread Geertjan Wielenga
Good plan. Makes sense. Gj On Sat, 7 Mar 2020 at 12:31, Eric Barboni wrote: > Hi, > Was thinking of making a new jira project, now we know how to do that :D. > > NETBEANSREPORTS that we link to instead of NETBEANS > > With maybe with clearer field, log / what was I doing ... > > And for us we

RE: Disable issue reporting support in NetBeans IDE

2020-03-07 Thread Eric Barboni
Hi, Was thinking of making a new jira project, now we know how to do that :D. NETBEANSREPORTS that we link to instead of NETBEANS With maybe with clearer field, log / what was I doing ... And for us we keep track + triage or garbage with no pollution of main jira project Regards Eric -