You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Eric Barboni (Jira)" <ji...@apache.org> on 2020/03/10 11:32:00 UTC

[jira] [Updated] (NETBEANS-3738) Maven builds: don't specify eventspy when JDK < 1.7

     [ https://issues.apache.org/jira/browse/NETBEANS-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Barboni updated NETBEANS-3738:
-----------------------------------
    Component/s: apisupport - Maven

> Maven builds: don't specify eventspy when JDK < 1.7
> ---------------------------------------------------
>
>                 Key: NETBEANS-3738
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3738
>             Project: NetBeans
>          Issue Type: Bug
>          Components: apisupport - Maven
>    Affects Versions: 11.2
>            Reporter: Anthony Vanelverdinghe
>            Priority: Major
>
> The eventspy is compiled with JDK 1.7. However, for some legacy project, I need to build with Maven 3.2.5 and JDK 1.6 So this doesn't work (see below). NetBeans shouldn't specify the eventspy on the commandline if the JDK < 1.7
> {noformat}
> Error injecting: org.netbeans.modules.maven.event.NbEventSpy
> java.lang.TypeNotPresentException: Type org.netbeans.modules.maven.event.NbEventSpy not present
> 	at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:115)
> <snip>
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.UnsupportedClassVersionError: org/netbeans/modules/maven/event/NbEventSpy : Unsupported major.minor version 51.0
> 	at java.lang.ClassLoader.defineClass1(Native Method)
> <snip>
> 	at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:107)
> 	... 65 more
> Error executing Maven.
> com.google.inject.ProvisionException: Unable to provision, see the following errors:
> <snip>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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