Re: Porting 8.2 plugin to 10 problem

2019-01-02 Thread Enrico Olivelli
the code for this thing?. I want to know anything i can help > > > Thanks > From Peter > > From: Peter Nabbefeld > Sent: Tuesday, January 1, 2019 11:23 PM > To: dev@netbeans.incubator.apache.org > Subject: Re: Porting 8.2 plugin t

Re: Porting 8.2 plugin to 10 problem

2019-01-02 Thread Peter Cheung
o: dev@netbeans.incubator.apache.org Subject: Re: Porting 8.2 plugin to 10 problem Hi Peter, the Generated annotation has moved somewhere, IIRC, so the annotation processor creates Java code with non-working imports. For the bundles, it will probably be better to use property files. Or better wait, until JDK > 8 is

Re: Porting 8.2 plugin to 10 problem

2019-01-01 Thread Peter Nabbefeld
Hi Peter, the Generated annotation has moved somewhere, IIRC, so the annotation processor creates Java code with non-working imports. For the bundles, it will probably be better to use property files. Or better wait, until JDK > 8 is supported for module development, as modules targeted to NB

Porting 8.2 plugin to 10 problem

2019-01-01 Thread Peter Cheung
Hi I am porting my plugins to Netbeans 10, but all of them have this error. It auto generated a java file called Bundle.java and it is unable to compile since it can't find @javax.annotation.Generated [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile