Anthony Vanelverdinghe created NETBEANS-3738:
------------------------------------------------

             Summary: 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
    Affects Versions: 11.2
            Reporter: Anthony Vanelverdinghe


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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to