Re: --boot-classpath errors in NB 16

2023-01-14 Thread Michael Bien



On 14.01.23 16:55, Frank Griffin wrote:

On 1/14/23 02:22, Mark Eggers wrote:

Frank,

That's a very old version of the maven-compiler-plugin.

From version 3.6 of the compiler plugin, you can use the 
maven.compiler.release property, which sets the JDK >=9 --release 
option.


So the configuration would look something like this:


11




    
org.apache.maven.plugins
maven-compiler-plugin
    3.10.1
    
${maven.compiler.release}
    
    
    



Does that help?

. . . just my two cents
/mde/


Hi Mark,

Thanks for the reply.  That worked a treat !


NetBeans 17 is going to have a maven hint which can help to find 
outdated dependencies in situations like this.


https://github.com/apache/netbeans/pull/5009

-mbien




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: --boot-classpath errors in NB 16

2023-01-14 Thread Frank Griffin

On 1/14/23 02:22, Mark Eggers wrote:

Frank,

That's a very old version of the maven-compiler-plugin.

From version 3.6 of the compiler plugin, you can use the 
maven.compiler.release property, which sets the JDK >=9 --release option.


So the configuration would look something like this:


11




    
org.apache.maven.plugins
maven-compiler-plugin
    3.10.1
    
${maven.compiler.release}
    
    
    



Does that help?

. . . just my two cents
/mde/


Hi Mark,

Thanks for the reply.  That worked a treat !

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: --boot-classpath errors in NB 16

2023-01-13 Thread Mark Eggers

Frank,

That's a very old version of the maven-compiler-plugin.

From version 3.6 of the compiler plugin, you can use the 
maven.compiler.release property, which sets the JDK >=9 --release option.


So the configuration would look something like this:


11





org.apache.maven.plugins
maven-compiler-plugin
3.10.1

${maven.compiler.release}






Does that help?

. . . just my two cents
/mde/

On 1/13/2023 4:18 PM, Frank Griffin wrote:
I have just tried to upgrade an older project (NB 16, and I'm running into a problem.


I upgraded to JDK 11, and as a result added

   
     org.apache.maven.plugins
     maven-compiler-plugin
     2.3.2
     
   11
   11
     
   

However, now when I try to compile I get:

COMPILATION ERROR :
-
error: option --boot-class-path not allowed with target 11
1 error

So, if NB is explicitly being told that we're compiling for JDK 11, why 
is it giving maven a --boot-class-path specification ?


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



--boot-classpath errors in NB 16

2023-01-13 Thread Frank Griffin
I have just tried to upgrade an older project (NB 16, and I'm running into a problem.


I upgraded to JDK 11, and as a result added

  
    org.apache.maven.plugins
    maven-compiler-plugin
    2.3.2
    
  11
  11
    
  

However, now when I try to compile I get:

COMPILATION ERROR :
-
error: option --boot-class-path not allowed with target 11
1 error

So, if NB is explicitly being told that we're compiling for JDK 11, why 
is it giving maven a --boot-class-path specification ?


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists