Re: Can anyone give me a help about developing antlr formatter

2019-10-10 Thread Mario Schroeder
No, I am going on vacation. Hiking the MacLehose trail. Peter Cheung schrieb am Do., 10. Okt. 2019, 19:50: > Hey Mario >Yes, i am from Hong Kong. Why come here? Business trip? > Thanks > From Peter > > From: Mario Schroeder > Sent: Thursday, October 10,

Re: nbm, from ant to maven, still hand

2019-10-10 Thread Tim Boudreau
Add logging and enable it so you know the last time it did something. Get a thread dump when it hangs and see what's going on. And chance it's trying to call maven from the AWT event thread? That would make bad things happen. -Tim On Thu, Oct 10, 2019 at 2:47 PM Peter Cheung wrote: > sorry,

Re: nbm, from ant to maven, still hand

2019-10-10 Thread Peter Cheung
sorry, typo in subject, i mean hang, not hand From: Peter Cheung Sent: Friday, October 11, 2019 2:46 AM To: dev@netbeans.apache.org Subject: nbm, from ant to maven, still hand Hi I have rewrite my MavenRunner plugin from ant to maven, then i install it to my

nbm, from ant to maven, still hand

2019-10-10 Thread Peter Cheung
Hi I have rewrite my MavenRunner plugin from ant to maven, then i install it to my local netbeans, after a while (a few times i use netbenas), netbeans hang. This problem has been confused for a long time. Any hint? I check out the netbeans log, i don't see any wried thing.

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

2019-10-10 Thread Laszlo Kishalmi
Dear all, It seems green won hands down. The PR that has been created: https://github.com/apache/netbeans/pull/1557 We would wait for a final approve from the Gradle team and from then it could go into 11.3 Thank you all for the participation! Laszlo Kishalmi

Re: nbm-maven-plugin detected wrong path

2019-10-10 Thread Peter Cheung
Thank you Alessandro & Eric From: Eric Barboni Sent: Thursday, October 10, 2019 4:49 PM To: dev@netbeans.apache.org Subject: RE: nbm-maven-plugin detected wrong path Hi Peter, You can put the netbeans.installation parameter in the settings.xml so it's not in

Re: Can anyone give me a help about developing antlr formatter

2019-10-10 Thread Peter Cheung
Hey Mario Yes, i am from Hong Kong. Why come here? Business trip? Thanks >From Peter From: Mario Schroeder Sent: Thursday, October 10, 2019 3:48 PM To: dev@netbeans.apache.org Subject: Re: Can anyone give me a help about developing antlr formatter Peter, you

Re: [news] Plugin Portal 3.0 on the horizon

2019-10-10 Thread Sven Reimers
Hi, awesome. Just an idea: Could we add bintray as a second source in addition to maven central? Thanks Sven Laszlo Kishalmi schrieb am Do., 10. Okt. 2019, 19:00: > Really cool to have one on our own now! > > Thank you guys! > > BTW, Is it open source? I'm interested on the code as well,

Re: [news] Plugin Portal 3.0 on the horizon

2019-10-10 Thread Laszlo Kishalmi
Really cool to have one on our own now! Thank you guys! BTW, Is it open source? I'm interested on the code as well, just as of general curiosity. On 10/9/19 2:46 PM, Jiří Kovalský wrote: Hello NetBeans people,    if you have ever fine-tuned your NetBeans IDE with some

[VOTE] Maven Archetypes new release based on plugin 4.3

2019-10-10 Thread Eric Barboni
Dear members of Apache NetBeans community. it's been a long time since last vote call. ( :D ) I want to call a vote on releasing the following Apache NetBeans Archetypes: 1) nbm-archetype-1.17 2) nbm-suite-root-1.12 3) netbeans-platform-app-archetype-1.22 Apache Maven Archetypes are used by

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

2019-10-10 Thread Eric Barboni
Thanks for voting. The vote pass with 5+1 binding vote an 1+1 non binding vote the following result details 5 vote +1 binding Jaroslav Tulach Timon Veenstra Zoran Sevarac Geertjan Wielenga Eric Barboni 1 vote +1 non binding Kai Uwe Pe I will propagate the maven artefacts and sources to dist.

Re: Module build fails in IDE but works on command line

2019-10-10 Thread Christian Oyarzun
Setting locations of the JDK to JDK8 in the netbeans.conf file should allow it to work in the IDE. netbeans_jdkhome="/path/to/jdk8" On Thu, Oct 10, 2019 at 4:09 AM Jens Hofschröer wrote: > Am 09.10.2019 um 20:08 schrieb Siddhesh Rane: > > October 9, 2019 10:21 AM, "Jaroslav Tulach" > wrote: >

Re: [news] Plugin Portal 3.0 on the horizon

2019-10-10 Thread Neil C Smith
Hi, Great news! Thanks for all the work. Few questions below ... On Wed, 9 Oct 2019 at 23:11, Jiří Kovalský wrote: > Today, we are happy to announce the result of our effort, the brand > new Plugin Portal version 3.0 Big question - shall we point the plugin portal for 11.2 to this from

RE: nbm-maven-plugin detected wrong path

2019-10-10 Thread Eric Barboni
Hi Peter, You can put the netbeans.installation parameter in the settings.xml so it's not in the pom. (resolve project problem should appears) If you plan to give plugin to others. You will give them nbm file they will install and they will not have to change their settings. You can

Re: nbm-maven-plugin detected wrong path

2019-10-10 Thread Alessandro
Hi Peter, I have defined the netbeans.installation property in /.m2/settings.xml so that different developers can have their paths set-up differently. Here's the content of my settings.xml file: http://maven.apache.org/SETTINGS/1.0.0;

Re: Module build fails in IDE but works on command line

2019-10-10 Thread Jens Hofschröer
Am 09.10.2019 um 20:08 schrieb Siddhesh Rane: October 9, 2019 10:21 AM, "Jaroslav Tulach" wrote: Looks like the deprecated Class org.netbeans.modules.openfile.PackagePanel "E1.2 - API type removed" : method public java.awt.peer.ComponentPeer java.awt.Component.getPeer() anno 0

Re: Can anyone give me a help about developing antlr formatter

2019-10-10 Thread Mario Schroeder
Peter, you are from Hong Kong?! What a coincidence that I will be there within a week. Despite all the issues, I'm looking forward. Sorry for the off topic. Am Do., 10. Okt. 2019 um 08:35 Uhr schrieb Peter Cheung < mcheun...@hotmail.com>: > Dear Tim > You are a great people and full of

Re: nbm-maven-plugin detected wrong path

2019-10-10 Thread Peter Cheung
Hi All I check the source code of nbm-maven-plugin https://github.com/mojohaus/nbm-maven-plugin/blob/4f25f6a3f80f97a0fd9986b7df38e7e9ed58d263/nbm-maven-plugin/src/main/java/org/codehaus/mojo/nbm/RunNetBeansMojo.java . It has no code to set the variable "netbeans.installation", so it probably

nbm-maven-plugin detected wrong path

2019-10-10 Thread Peter Cheung
Hi Why my nbm-maven-plugin is detecting a wrong path, so when i run the netbeans module, it said: Failed executing NetBeans: Error while executing process. Cannot run program "/Users/peter/workspace/netbeans-quick-outline/VALUE/bin/netbeans": error=2, No such file or directory When i

Re: maven-compiler-plugin problem

2019-10-10 Thread Peter Cheung
I was creating the project using Netbeans 11.1 Thanks >From Peter From: Eric Barboni Sent: Tuesday, October 8, 2019 12:25 AM To: dev@netbeans.apache.org Subject: RE: maven-compiler-plugin problem Hi, Not sure what to do. Peter what was your path of creating

Re: Can anyone give me a help about developing antlr formatter

2019-10-10 Thread Peter Cheung
Dear Tim You are a great people and full of passion. In my home town (Hong Kong), people just "use" open source, not contributing it. Thanks >From Peter From: Tim Boudreau Sent: Wednesday, October 9, 2019 1:42 PM To: dev@netbeans.apache.org Subject: Re: Can