You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jaroslav Tulach (JIRA)" <ji...@apache.org> on 2017/12/31 05:25:00 UTC

[jira] [Created] (NETBEANS-233) ActionProcessorTest cannot find compiler

Jaroslav Tulach created NETBEANS-233:
----------------------------------------

             Summary: ActionProcessorTest cannot find compiler
                 Key: NETBEANS-233
                 URL: https://issues.apache.org/jira/browse/NETBEANS-233
             Project: NetBeans
          Issue Type: Bug
          Components: java - Compiler
            Reporter: Jaroslav Tulach
            Assignee: Jan Lahoda


All tests in {{ActionProcessorTest}} class seem to fail to find a compiler. 

{code}
java.lang.Error: java.lang.ClassNotFoundException: com.sun.tools.javac.api.JavacTool
	at javax.tools.ToolProvider.getSystemTool(Unknown Source)
	at javax.tools.ToolProvider.getSystemJavaCompiler(Unknown Source)
	at org.openide.util.test.AnnotationProcessorTestUtils.runJavac(AnnotationProcessorTestUtils.java:113)
	at org.netbeans.modules.openide.awt.ActionProcessorTest.testNoConstructorIsFine(ActionProcessorTest.java:478)
{code}

The first failure appeared in #274: https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/274/



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
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