Re: How to correctly request activation of Feature from plugin

2019-04-19 Thread Geertjan Wielenga
Here’s the PR: https://github.com/apache/incubator-netbeans-website/pull/351 Gj On Fri, 19 Apr 2019 at 09:06, Eric Bresie wrote: > Suspect this is a follow on task after the work is ready but the readme > mentions Gradle generating bad links in tmp folders. > > I believe in recent 11 defect up

Re: How to correctly request activation of Feature from plugin

2019-04-19 Thread Eric Bresie
Suspect this is a follow on task after the work is ready but the readme mentions Gradle generating bad links in tmp folders. I believe in recent 11 defect updates that may have been resolved. I’d have to see what the Netbeans defect was but just thought I’d mention it. Eric Bresie ebre...@gmail

Re: How to correctly request activation of Feature from plugin

2019-04-18 Thread arsi
NDROID-V2> *From:* Arsi *Sent:* Thursday, April 18, 2019 4:02PM *To:* Dev *Subject:* Re: How to correctly request activation of Feature from plugin Hi, Thank you very much, it works.. Arsi NBANDROID-V2 <https://github.com/NBANDROIDTE

Re: How to correctly request activation of Feature from plugin

2019-04-18 Thread arsi
equest activation of Feature from plugin I think this is the line you are searching for: https://github.com/apache/incubator-netbeans/pull/1191/files On 4/18/19 4:43 AM, arsi wrote: Hi, I need help, in fresh installation of Apache Netbeans Java SE and Groovy features are disabled. I can't

Re: How to correctly request activation of Feature from plugin

2019-04-18 Thread Laszlo Kishalmi
I think this is the line you are searching for: https://github.com/apache/incubator-netbeans/pull/1191/files On 4/18/19 4:43 AM, arsi wrote: Hi, I need help, in fresh installation of Apache Netbeans Java SE and Groovy features are disabled. I can't figure out how to correctly request their ac

How to correctly request activation of Feature from plugin

2019-04-18 Thread arsi
Hi, I need help, in fresh installation of Apache Netbeans Java SE and Groovy features are disabled. I can't figure out how to correctly request their activation from my project implementation. I need to activate full Java support and Groovy EditorKit. This is the last thing that I need to so

Re: How to correctly request activation of Feature from plugin

2019-04-18 Thread Geertjan Wielenga
Well, you could assume that someone wanting to use Android would have Java and Groovy enabled already. Or take a look at how Laszlo’s Gradle support enables Groovy, in Apache NetBeans GitHub. Thanks, looking forward to trying your work out. :-) Gj On Thu, 18 Apr 2019 at 07:43, arsi wrote: >

How to correctly request activation of Feature from plugin

2019-04-18 Thread arsi
Hi, I need help, in fresh installation of Apache Netbeans Java SE and Groovy features are disabled. I can't figure out how to correctly request their activation from my project implementation. I need to activate full Java support and Groovy EditorKit. This is the last thing that I need to so