Re: Installing c++ module on 9 offline

2018-08-11 Thread Dani Lanaya
Hi, Yes, you would want to download the relevant .nbm file for the plugin from the plugin portal http://plugins.netbeans.org/PluginPortal/ and copy it to your dev box. Then you can install it from the "Downloaded" tab of the Plugins dialog. http://wiki.netbeans.org/InstallingAPlugin Best dani On

Re: Annotation Processing support

2018-07-12 Thread Dani Lanaya
After some testing I was able to get the sample project working. It was definitely an issue with the Lombok version, not with Netbeans. 1.16.x was being pulled in by the parent POM - but 1.18.x works as expected. So I have a workaround (add direct dependency) until my company upgrades the parent PO

Re: Annotation Processing support

2018-07-12 Thread Dani Lanaya
Sorry, I don't mean to be vague, I'm just a little confused - what I mean is that though the imported Lombok annotations are resolved with no errors, the accessor methods/constructors/etc that should be generated by the annotations are not. Netbeans is underlining those in red and a Maven build usi

Re: Annotation Processing support

2018-07-12 Thread Dani Lanaya
Hmm, I'm still showing errors. Lombok is included as a transitive dependency through the parent POM. Would that cause an issue? Thanks dani

Re: Annotation Processing support

2018-07-12 Thread Dani Lanaya
ing, there's the Enable Annotation Processing >>> checkbox. >>> >>> Gj >>> >>> On Thu, Jul 12, 2018 at 9:38 PM, Dani Lanaya >>> wrote: >>> >>>> Hi, >>>> >>>> One of the projects I'm tryin

Annotation Processing support

2018-07-12 Thread Dani Lanaya
Hi, One of the projects I'm trying out Netbeans 9 for uses Lombok. But I don't see the "Enable Annotation Processing" option on build that was apparently available in 8.2 and is mentioned in the Lombok docs. So I'm getting a lot of errors in my project. Is this planned for support in 9, or, anyth