Re: maven-compiler-plugin problem

2019-10-11 Thread Luff,Chris
rg>> Sent: Tuesday, October 8, 2019 12:25 AM To: dev@netbeans.apache.org<mailto:dev@netbeans.apache.org> mailto:dev@netbeans.apache.org>> Subject: RE: maven-compiler-plugin problem Hi, Not sure what to do. Peter what was your path of creating your project, you just use NetBeans or

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 creat

RE: maven-compiler-plugin problem

2019-10-07 Thread Eric Barboni
Cheung Envoyé : lundi 7 octobre 2019 15:48 À : dev@netbeans.apache.org Objet : Re: maven-compiler-plugin problem Dear Gj Sorry i am too newbie, i don't know. Hope Eric can answer. Thanks >From Peter From: Geertjan Wielenga Sent: Monday, October 7, 2019 4

Re: maven-compiler-plugin problem

2019-10-07 Thread Peter Cheung
Dear Gj Sorry i am too newbie, i don't know. Hope Eric can answer. Thanks >From Peter From: Geertjan Wielenga Sent: Monday, October 7, 2019 4:54 PM To: dev@netbeans.apache.org Subject: Re: maven-compiler-plugin problem Where can we clearly docum

Re: maven-compiler-plugin problem

2019-10-07 Thread Geertjan Wielenga
curs in june. > > org.apache.netbeans.utilities > nbm-maven-plugin > 4.2 > > Regards > Eric > > -Message d'origine- > De : Peter Cheung > Envoyé : dimanche 6 octobre 2019 05:17 > À : dev@netbeans.apache.org > Objet : Re: maven-compiler-plugin problem > > Thank you very much R

RE: maven-compiler-plugin problem

2019-10-07 Thread Eric Barboni
05:17 À : dev@netbeans.apache.org Objet : Re: maven-compiler-plugin problem Thank you very much Robert From: Robert Scholte Sent: Saturday, October 5, 2019 11:29 PM To: dev@netbeans.apache.org Subject: Re: maven-compiler-plugin problem Based on the message

Re: maven-compiler-plugin problem

2019-10-05 Thread Peter Cheung
Thank you very much Robert From: Robert Scholte Sent: Saturday, October 5, 2019 11:29 PM To: dev@netbeans.apache.org Subject: Re: maven-compiler-plugin problem Based on the message and the stacktrace it is actually a problem with the org.codehaus.mojo:nbm-maven

Re: maven-compiler-plugin problem

2019-10-05 Thread Robert Scholte
Based on the message and the stacktrace it is actually a problem with the org.codehaus.mojo:nbm-maven-plugin:4.1 plugin. It is using a version of ASM that doesn't understand the bytecodeversion of Java 9. https://www.mojohaus.org/plugins.html# shows you the plugins has been moved to