Re: Annotation Processing support

2018-07-12 Thread Nils Hoffmann
I can confirm that using version 1.18.0 of the org.projectlombok dependency in Maven projects fixes any issues in NetBeans 9vc3. Thanks for bringing that up and providing a solution! Cheers, Nils Am 13.07.2018 um 01:11 schrieb Dani Lanaya: > After some testing I was able to get the sample proje

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

How to exclude generated sources from javadoc

2018-07-12 Thread Joseph Huber
Hello! I have a Netbeans 8.2/JDK 1.8/ant project that has a web service client. Unfortunately, JDK 1.8 wsimport generates invalid Javadoc code for JDK 1.8 javadoc. Thus, when Javadoc runs, there are numerous fatal errors in when Javadoc is processing the code generated by wsimport. I found t

Re: Annotation Processing support

2018-07-12 Thread Geertjan Wielenga
1. Make sure its a direct dependency on Lombok. 2. In the Project Properties, go to Sources tab, and switch the "Source/Binary Format" drop-down to 1.8 and see if that makes a difference and then switch it back to how you had it. 3. If you still have a problem, set up a new project like shown here,

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 Geertjan Wielenga
Probably. Make it a direct dependency. But I'm not going to spend time guessing what "showing errors" means -- you're going to need to be very specific. Gj On Thu, Jul 12, 2018 at 10:36 PM, Dani Lanaya wrote: > Hmm, I'm still showing errors. Lombok is included as a transitive > dependency thro

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 Geertjan Wielenga
No checkbox is needed if you're using Maven. Just add the dependency in your POM. https://twitter.com/netbeans/status/1017501860976947200 Thanks, Gj On Thu, Jul 12, 2018 at 10:30 PM, Dani Lanaya wrote: > Yeah, trying those exact steps, and the checkbox is not there. All I have > are the opti

Re: Annotation Processing support

2018-07-12 Thread Dani Lanaya
Yeah, trying those exact steps, and the checkbox is not there. All I have are the options Compile on Save, Generate Debugging Info and Report Uses of Deprecated APIs. It's a maven-based project and I verified lombok is in the dependencies. Must be missing something? On Thu, Jul 12, 2018 at 3:57

Re: Annotation Processing support

2018-07-12 Thread Geertjan Wielenga
Just tried it in 9.0-vc3 in a Maven project and Lombok works great. Gj On Thu, Jul 12, 2018 at 9:43 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > For Maven-based projects: https://blogs.oracle.com/geertjan/lombok,- > maven,-and-netbeans > > Gj > > On Thu, Jul 12, 2018 at 9:4

Re: Annotation Processing support

2018-07-12 Thread Geertjan Wielenga
For Maven-based projects: https://blogs.oracle.com/geertjan/lombok,-maven,-and-netbeans Gj On Thu, Jul 12, 2018 at 9:41 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > 1. Right-click a project and choose Properties. > 2. In Build | Compiling, there's the Enable Annotation Proc

Re: Annotation Processing support

2018-07-12 Thread Geertjan Wielenga
1. Right-click a project and choose Properties. 2. In Build | Compiling, 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 trying out Netbeans 9 for uses Lombok. But I don't > see the "Enable Annotation Pr

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

Re: Netbeans 9 profiler

2018-07-12 Thread Geertjan Wielenga
Step by step instructions and then someone can try them out. Thanks, Gj On Thu, Jul 12, 2018 at 5:36 PM, Alan Mathewson wrote: > Hi, I cannot seem to be able to run the netbeans 9 profiler properly. > > > Telemetry and Objects(all classes) work fine. > > > For Methods I get the error below. >

Re: Removal of org-jdesktop-layout

2018-07-12 Thread Luff,Chris
What has this got to do with the removal of jdesktop. Please try not to pollute or hijak other discussions. Feel free to ask a new question however! Associate Principal Software Engineer | IP Development - Care Insight and Delivery Dev | chris.l...@cerner.com | Cern

Re: Removal of org-jdesktop-layout

2018-07-12 Thread * William
Hail *fellow users*, I've been running the Netbeans RC1 for a few weeks now and I find many new files are NOT being added to the SVN project (s). The only reason I found this was that I often I bring my work home on a ThumbDrive. I port a fresh svn update of the the latest commit(s). I have f

Re: Removal of org-jdesktop-layout

2018-07-12 Thread Luff,Chris
Yeah, that is what I had been doing. Thanks though! Associate Principal Software Engineer | IP Development - Care Insight and Delivery Dev | chris.l...@cerner.com | Cerner Limited On Jul 12, 2018, at 12:26 PM, Wade Chandler mailto:wadechand

Re: Removal of org-jdesktop-layout

2018-07-12 Thread Wade Chandler
Sometimes in those cases you'll have to go outside the IDE. I would open up a good editor, and then replace those packages with the same layout from Swing; GroupLayout. You have to remember to edit the .form file as well. Wade On Thu, Jul 12, 2018, 06:57 Luff,Chris wrote: > Morning people, th

Removal of org-jdesktop-layout

2018-07-12 Thread Luff,Chris
Morning people, the removal of org.netbeans.api:org-jdesktop-layout means we now have to use swing, no problem. But what if the form editor created the code. I am uplifting the scala plugin in prep for approval of the voting candidates but I can't modify the form generated code?!? Is there an ov