Re: NetBeans 11.2-beta1: broken pom.xml files editing

2019-10-07 Thread Alessandro
Hi Laszlo, thank you very much for suggesting this method. Will try later today. Greets, Alex Il giorno mer 2 ott 2019 alle ore 19:32 Laszlo Kishalmi < laszlo.kisha...@gmail.com> ha scritto: > > You can remove the ergonomic cluster from etc/netbeans.clusters, that > make the other clusters

[VOTE] Release Apache NetBeans utilities nbm-maven-plugin version 4.3

2019-10-07 Thread Eric Barboni
Dear members of Apache NetBeans community. I want to call a vote on releasing Apache NetBeans utilities nbm-maven-plugin version 4.3 This is an Apache Maven plugin that make possible to use Maven for developing Apache NetBeans Platform instead of Apache Ant Changes since 4.2: - The plugin

[RESULT][VOTE] Release Apache NetBeans utilities harness version 11.1

2019-10-07 Thread Eric Barboni
Dear Apache NetBeans community Thanks for voting The vote has reached quorum by 5+1 binding vote geertjan jtulach lkishalmi skygo chrizzly and a non binding +1 vote from Christian Oyarzun I will do the propagation and cut release for nbm plugin 4.3. Best Regards Eric

Re: maven-compiler-plugin problem

2019-10-07 Thread Geertjan Wielenga
Where can we clearly document this on netbeans.apache.org? Gj On Mon, 7 Oct 2019 at 10:49, Eric Barboni wrote: > Hi, > > You should change the group,artifact,version to match the new plugin. > Donation has been completed since a while, and a release occurs in june. > >

RE: maven-compiler-plugin problem

2019-10-07 Thread Eric Barboni
Hi, You should change the group,artifact,version to match the new plugin. Donation has been completed since a while, and a release occurs in june. org.apache.netbeans.utilities nbm-maven-plugin 4.2 Regards Eric -Message d'origine- De : Peter Cheung Envoyé : dimanche 6 octobre 2019

Re: Building NetBeans 11.2-beta1

2019-10-07 Thread Neil C Smith
On Sun, 6 Oct 2019 at 13:59, mlist wrote: > On Sun, 6 Oct 2019 12:15:25 +0100 Neil C Smith wrote: > > > If you build from checkout you also have to manually specify the > > metabuild branch and hash information. > > > Also, use release112 tip. > > How do I do these please? > > I am attaching the

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

2019-10-07 Thread Eric Barboni
The vote is closed with a "few" but only +1 vote. Apache NetBeans community and his PMC is willing to accept dukescript presenters. Best Regards Eric Details: Hope "I catch 'Em all" tm +1 Binding vote by apache id (20): neilcsmith geertjan ehsavoie ebakke jtulach javajuneau junichi11 sreimers

RE: maven-compiler-plugin problem

2019-10-07 Thread Eric Barboni
Hi, Not sure what to do. Peter what was your path of creating your project, you just use NetBeans or use a webpage somewhere as starting point ? Maybe redirect from mojohaus website can be set now that we have website for nbmplugin. New website, as well as the old one are Generated by maven

Re: maven-compiler-plugin problem

2019-10-07 Thread Peter Cheung
Dear Gj Sorry i am too newbie, i don't know. Hope Eric can answer. Thanks >From Peter From: Geertjan Wielenga Sent: Monday, October 7, 2019 4:54 PM To: dev@netbeans.apache.org Subject: Re: maven-compiler-plugin problem Where can we clearly document this on

Re: Handling nb-javac in 11.2

2019-10-07 Thread Neil C Smith
On Wed, 2 Oct 2019 at 10:53, Jan Lahoda wrote: > > Hi, talking this through with Jiří, the proposal is to go with the internal > NBMs (i.e. my PR) for beta 2. Jiří will ask if NetCat could test it, and if > there are problems, we will know and revert back to a separate update center > (i.e.

Re: Building NetBeans 11.2-beta1

2019-10-07 Thread mlist
Thank you! - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit:

Re: JavaFX needs some additional default support IMO

2019-10-07 Thread David Green
I am in this camp (of wanting to generate javadoc formatted pages. I had been through these references (that you suggested — thanks though). I have now discovered that javadoc:javadoc works (either within NetBeans or at the command line with Maven) if the module-info.java file does NOT

Re: Building NetBeans 11.2-beta1

2019-10-07 Thread mlist
On Mon, 7 Oct 2019 12:34:51 +0100 Neil C Smith wrote: > By release112 tip I mean just git checkout release112. Thanks Neil. What is the difference between checking out 11.2-beta2 and release112? I notice that for both git show outputs: commit 86e1b2eb194e8e9628a66e6ee1a128134c70671a (HEAD ->

Re: Handling nb-javac in 11.2

2019-10-07 Thread Neil C Smith
Hi, On Mon, 7 Oct 2019 at 19:20, Geertjan Wielenga wrote: > > I would help and try to verify, just don’t know enough, hope Jan will jump > in when he can. > Well, if you use a clean userdir with beta2 and disable the plugin portal in Tools/Plugins/Settings as a first step, can you then create a

Re: Building NetBeans 11.2-beta1

2019-10-07 Thread Neil C Smith
On Mon, 7 Oct 2019 at 19:02, mlist wrote: > What is the difference between checking out 11.2-beta2 and release112? 11.2-beta2 is a tag, release112 is the branch. The tag is a fixed point, the branch will be updated for beta3 and the release itself. Neil

Re: JavaFX needs some additional default support IMO

2019-10-07 Thread Geertjan Wielenga
And also for generating your own, that's a Maven task: https://maven.apache.org/plugins/maven-javadoc-plugin/ Gj On Mon, Oct 7, 2019 at 9:11 PM Geertjan Wielenga wrote: > Maybe this: > > > https://stackoverflow.com/questions/54278159/javafx-11-in-netbeans-10-with-maven-has-no-sources-javadocs

Re: Handling nb-javac in 11.2

2019-10-07 Thread Geertjan Wielenga
I would help and try to verify, just don’t know enough, hope Jan will jump in when he can. Gj On Mon, 7 Oct 2019 at 16:29, Neil C Smith wrote: > On Wed, 2 Oct 2019 at 10:53, Jan Lahoda wrote: > > > > Hi, talking this through with Jiří, the proposal is to go with the > internal NBMs (i.e. my

Re: Handling nb-javac in 11.2

2019-10-07 Thread Geertjan Wielenga
Ah, I see Jan has gotten to the bottom of it, great. :-) Gj On Mon, Oct 7, 2019 at 8:26 PM Neil C Smith wrote: > Hi, > > On Mon, 7 Oct 2019 at 19:20, Geertjan Wielenga > wrote: > > > > I would help and try to verify, just don’t know enough, hope Jan will > jump > > in when he can. > > > >

Re: JavaFX needs some additional default support IMO

2019-10-07 Thread David Green
Thanks. Any on hints on generating Javadoc? Dave On 6 Oct 2019, at 8:59, Geertjan Wielenga wrote: For debugging, this works: https://stackoverflow.com/questions/56197372/i-cant-debug-an-application-using-netbeans-11-with-javafx-12 Gj On Sun, Oct 6, 2019 at 7:05 AM Geertjan Wielenga

Re: JavaFX needs some additional default support IMO

2019-10-07 Thread Geertjan Wielenga
Maybe this: https://stackoverflow.com/questions/54278159/javafx-11-in-netbeans-10-with-maven-has-no-sources-javadocs Gj On Mon, Oct 7, 2019 at 9:01 PM David Green wrote: > Thanks. > > Any on hints on generating Javadoc? > > Dave > > On 6 Oct 2019, at 8:59, Geertjan Wielenga wrote: > > > For

Re: JavaFX needs some additional default support IMO

2019-10-07 Thread David Green
OK, feels like hacking but I found that this addition to the POM did the trick: ``` org.apache.maven.plugins maven-javadoc-plugin 3.1.1 11 11

Re: [VOTE] Gradle Icon Colors (Just some silly UI one)

2019-10-07 Thread Scott Palmer
+1 green Scott > On Oct 7, 2019, at 11:23 PM, Laszlo Kishalmi > wrote: > > Dear all, > > This is not that serious vote, like a release, versioning scheme, or release > process, just on some colors. > > We have and issue >

Re: [VOTE] Gradle Icon Colors (Just some silly UI one)

2019-10-07 Thread Junichi Yamamoto
+1 green Junichi On Tue, Oct 8, 2019 at 12:23 PM Laszlo Kishalmi wrote: > > Dear all, > > This is not that serious vote, like a release, versioning scheme, or > release process, just on some colors. > > We have and issue > (NETBEANS-2417)[https://issues.apache.org/jira/browse/NETBEANS-2417] to

Re: [VOTE] Gradle Icon Colors (Just some silly UI one)

2019-10-07 Thread huang kai
+1 green 在2019年10月8,上午 11:23,Laszlo Kishalmi 写道: Dear all, This is not that serious vote, like a release, versioning scheme, or release process, just on some colors. We have and issue (NETBEANS-2417)[https://issues.apache.org/jira/browse/NETBEANS-2417] to follow the branding change happened

[VOTE] Gradle Icon Colors (Just some silly UI one)

2019-10-07 Thread Laszlo Kishalmi
Dear all, This is not that serious vote, like a release, versioning scheme, or release process, just on some colors. We have and issue (NETBEANS-2417)[https://issues.apache.org/jira/browse/NETBEANS-2417] to follow the branding change happened ago in Gradle. Please take a look on the

Re: [VOTE] Release Apache NetBeans utilities nbm-maven-plugin version 4.3

2019-10-07 Thread Kai Uwe Pel
+1 Cheers, Kai On 10/7/2019 2:00 PM, Eric Barboni wrote: Dear members of Apache NetBeans community. I want to call a vote on releasing Apache NetBeans utilities nbm-maven-plugin version 4.3 This is an Apache Maven plugin that make possible to use Maven for developing Apache NetBeans