[
https://issues.apache.org/jira/browse/NETBEANS-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055905#comment-17055905
]
Eric Barboni commented on NETBEANS-3738:
----------------------------------------
[~anthonyv.be] Would be nice I you can test
> 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
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists