Re: 11.2 features and download pages

2019-10-21 Thread Geertjan Wielenga
Thanks! Gj On Mon, 21 Oct 2019 at 07:34, Antonio wrote: > Hi all, > > I've modified the jenkins job configuration [1] to use the new "JDK 1.8 > (latest)" that Infra has kindly reconfigured. > > We should be good until Infra changes the contents of the combo again :-) > > Cheers, > Antonio > >

Instructions for getting started

2019-10-21 Thread Peter Hull
Can someone point me to the current directions for getting started with Netbeans development? I've cloned the current git master but am unsure how to proceed. This is a bit embarrassing for me because I've done it in the recent past, but from memory all I had to do was 'ant tryme' to get a

Re: Instructions for getting started

2019-10-21 Thread Geertjan Wielenga
In nbbuild/netbeans/bin you’ll find the executable, and netbeans.conf in nbbuild/netbeans/etc. Gj On Mon, 21 Oct 2019 at 11:52, Peter Hull wrote: > Can someone point me to the current directions for getting started > with Netbeans development? I've cloned the current git master but am > unsure

RE: [RESULT] [VOTE] Accept donation of core DukeScript presenters to Apache NetBeans html4j

2019-10-21 Thread Eric Barboni
Hi folks The lazy vote on incubator list. So IP Clearance pass for dukescript presenter. Best Regards Eric -Message d'origine- De : Eric Barboni Envoyé : mardi 15 octobre 2019 17:22 À : dev@netbeans.apache.org Objet : RE: [RESULT] [VOTE] Accept donation of core DukeScript presenters

Re: [VOTE] Release Apache NetBeans 11.2 [vote candidate 1]

2019-10-21 Thread Laszlo Kishalmi
Revisited the NOTICE file: Ok We do actually have a syntax highlight on Kotlin files! Great! More details on: https://lists.apache.org/thread.html/290281eefea89c4fd09ddbe40264ecf7b87917b2ac0f59965a03620d@%3Cdev.netbeans.apache.org%3E On 10/20/19 4:03 PM, Laszlo Kishalmi wrote: +1 (binding)

Re: [VOTE] Apache NetBeans maven artefacts for version 11.2

2019-10-21 Thread Thomas Kellerer
-1 because refactoring throws an exception. I have logged that under: https://issues.apache.org/jira/browse/NETBEANS-3263 including a very small Maven project where the exception occurs for me. Thomas Eric Barboni schrieb am 21.10.2019 um 14:31: > Dear member of the Apache NetBeans

Re: [VOTE] Release Apache NetBeans 11.2 [vote candidate 1]

2019-10-21 Thread Kai Uwe Pel
+1 Kai On 10/20/2019 2:26 PM, Neil C Smith wrote: Dear all, This is our first voting candidate for the 11.2 release of Apache NetBeans. Note that this is our first release vote where you are required to check both sources and convenience binaries before voting! See requirements below. Apache

[VOTE] Apache NetBeans maven artefacts for version 11.2

2019-10-21 Thread Eric Barboni
Dear member of the Apache NetBeans community. The Maven artefacts for Apache NetBeans 11.2 are ready ( with correct build numbers + javadoc where Javadoc is generated) to be published based on the respective state of source that is used for main vote [1]. Build from this commit:

RE: [VOTE] Apache NetBeans maven artefacts for version 11.2

2019-10-21 Thread Eric Barboni
Hi Thomas, This vote is for Maven artefacts that allow to "mavenize" Aapche NetBeans itself, not the Maven feature in Apache NetBeans. Maybe the vote should be in the "main" thread. I did not see in the issue that your project use the artefacts. Best Regards Eric -Message d'origine-

RE: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-21 Thread Eric Barboni
Hi Fixed some red build by using ant 1.9 (latest) instead of 1.9.7. I would like to remove all the related maven artefacts as we have them on the release pipeline. It generates with the old mojohaus plugin. Best Regards Eric -Message d'origine- De : Antonio Envoyé : lundi 21

Re: [VOTE] Apache NetBeans maven artefacts for version 11.2

2019-10-21 Thread Thomas Kellerer
Ah, bummer! I hit reply on the wrong thread - so please ignore this here, I'll answer in the other thread. Sorry for the noise. Thomas Eric Barboni schrieb am 21.10.2019 um 15:38: > Hi Thomas, > This vote is for Maven artefacts that allow to "mavenize" Aapche NetBeans > itself, not the Maven

Re: Syntax highlighting question

2019-10-21 Thread Peter Cheung
Dear Tim Thank you for your sincerity. The reason i develop my own antlr plugin for netbeans is to support my assembler development. https://www.youtube.com/watch?v=rDFkhrHxHMw So I believe in my netbeans-antlr project, i have developed some useful thing dedicated for assembler

Re: Re: Netbean Gradle with Java 13

2019-10-21 Thread Eric Bresie
Is that going to require changes to the Netbeans internal Gradle functionality Eric Bresie ebre...@gmail.com > On October 19, 2019 at 12:03:05 PM CDT, Laszlo Kishalmi > wrote: > Well, > > Using Java 13 with Gradle in NetBeans is possible, I'm intending to > create a short video how to set up

Re: Syntax highlighting question

2019-10-21 Thread Peter Cheung
I have read some of your code, your project seems a very large project, many modules in there. Thanks >From Peter From: Peter Cheung Sent: Tuesday, October 22, 2019 12:30 AM To: dev@netbeans.apache.org Subject: Re: Syntax highlighting question Dear Tim

Re: [VOTE] Apache NetBeans maven artefacts for version 11.2

2019-10-21 Thread Thomas Kellerer
I retract this vote as it was in the wrong place. Thomas Kellerer schrieb am 21.10.2019 um 14:59: > -1 > > because refactoring throws an exception. > > I have logged that under: https://issues.apache.org/jira/browse/NETBEANS-3263 > including a very small Maven project where the exception occurs

netbeans 11.2-beta3

2019-10-21 Thread Pieter van den Hombergh
I have been playing around with apache NetBeans-IDE version 11.2-beta3. The experience is quite positive. As a long time user I can appreciate the new features as well as some newly discovered features. I am doing all my development using linux (Ubuntu 18.04). What I liked is: - Proper and

Adding NetBeans sources as NetBeans platform

2019-10-21 Thread Boris Heithecker
Hi all, in NetBeans 11.1 IDE, I can't add the sources (nbbuild/netbeans) as a NetBeans platform. The build folder is recognized as a platform, but after running ant build-nozip only a small and varying number of modules is detected - sometimes one, sometime none at all. Is there anything I need to

Re: Adding NetBeans sources as NetBeans platform

2019-10-21 Thread Geertjan Wielenga
Just open the module you want to work with. Work on it. Run it. It will run on your build. Gj On Mon, 21 Oct 2019 at 17:43, Boris Heithecker wrote: > Hi all, > in NetBeans 11.1 IDE, I can't add the sources (nbbuild/netbeans) as a > NetBeans platform. The build folder is recognized as a

Re: [VOTE] Release Apache NetBeans 11.2 [vote candidate 1]

2019-10-21 Thread Ludovic HOCHET
+1 built from the source zip with JDK 8u232, ran on top of JDK 13.0.1 On Sun, 20 Oct 2019 at 14:26, Neil C Smith wrote: > > Dear all, > > This is our first voting candidate for the 11.2 release of Apache > NetBeans. Note that this is our first release vote where you are > required to check both

Re: Instructions for getting started

2019-10-21 Thread Peter Hull
On Mon, 21 Oct 2019 at 10:56, Geertjan Wielenga wrote: > > In nbbuild/netbeans/bin you’ll find the executable, and netbeans.conf in > nbbuild/netbeans/etc. Thanks Geertjan! Unfortunately I don't get the executable when I just run ant (as suggested in README.md). I get errors

Re: Future of old NetBeans bug tracker

2019-10-21 Thread Ludovic HOCHET
I'll +1 on keeping a read only instance of the old Bugzilla (on Apache infra if possible). I've started to have a look at MavenCommandLineExecutor (NETBEANS-3254) and there are many issue references that may be helpful to look up. On Fri, 18 Oct 2019 at 18:56, Geertjan Wielenga wrote: > > Hi

Re: Nested Forms don't load

2019-10-21 Thread Laszlo Kishalmi
It seems you are experiencing: NETBEANS-2983 (https://issues.apache.org/jira/browse/NETBEANS-2983) I spent a few minutes debugging on that a few days ago. I need to dig deeper what exactly is missing for the from designer Classpath what we do not provide. On 10/21/19 10:34 AM, Scott Palmer

Re: Re: Netbean Gradle with Java 13

2019-10-21 Thread László Kishalmi
Not tested throughosly, but it seems no. The current tooling API though it is 4.6.2 still works well with newer Gradle versions. Though 11.3 will come with 6.x Gradle tooling. On Mon, Oct 21, 2019, 09:02 Eric Bresie wrote: > Is that going to require changes to the Netbeans internal Gradle >

Re: [VOTE] Release Apache NetBeans 11.2 [vote candidate 1]

2019-10-21 Thread Alessandro
+1 Checked SHA512 of binary Unzipped and launched binary with Oracle JDK8 on Linux Activated all features except PHP (this triggered installation of nbjavac) Opened and compiled some maven projects Added maven 3.6.2 as external maven installation Opened and compiled other maven projects Added

Re: [VOTE] Release Apache NetBeans 11.2 [vote candidate 1]

2019-10-21 Thread Patrick Musembi
+1 On Mon, Oct 21, 2019, 16:52 Kai Uwe Pel wrote: > +1 > > Kai > > On 10/20/2019 2:26 PM, Neil C Smith wrote: > > Dear all, > > > > This is our first voting candidate for the 11.2 release of Apache > > NetBeans. Note that this is our first release vote where you are > > required to check both

Nested Forms don't load

2019-10-21 Thread Scott Palmer
In a Gradle-based project I have a few Swing forms. They are built in a few sections, with a panel reused in two places on another form. Any form that references another doesn't load. I get this error: Error in loading component: [JPanel]->jPanel2->compareLocationPanel1 Cannot load component

Re: [VOTE] Release Apache NetBeans 11.2 [vote candidate 1]

2019-10-21 Thread Stephen G. Parry
Sorry for butting in where I probably don't belong on this, but I am concerned about the state of 11.2 on the Java EE front - one of the headlines for 11.1 was the integrated Payara support, but I have just posted four separate but related bugs in the Java EE / Payara support relating to Maven