[jbosstools-issues] [JBoss JIRA] (JBIDE-19508) Compile failured in org.jboss.tools.jmx.ui and org.jboss.tools.jmx.jvmmonitor.tools

Nick Boldt (JIRA) issues at jboss.org
Tue Mar 24 17:11:18 EDT 2015


Nick Boldt created JBIDE-19508:
----------------------------------

             Summary: Compile failured in org.jboss.tools.jmx.ui and org.jboss.tools.jmx.jvmmonitor.tools
                 Key: JBIDE-19508
                 URL: https://issues.jboss.org/browse/JBIDE-19508
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: server
    Affects Versions: 4.3.0.Alpha2
            Reporter: Nick Boldt


{code}
00:02:37.945 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
00:02:37.946 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/ConnectDebuggerAction.java:[45]
00:02:37.947 [ERROR] return RemoteDebugActivator.isRemoteDebuggerConnected(wrapper.getDebugHost(), wrapper.getDebugPort());
00:02:37.947 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.947 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
00:02:37.948 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/ConnectDebuggerAction.java:[62]
00:02:37.948 [ERROR] ILaunchConfiguration config = RemoteDebugActivator.createOrGetDefaultLaunchConfiguration(
00:02:37.949 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.949 [ERROR] The method createOrGetDefaultLaunchConfiguration(String, String, IJavaProject, IJavaProject[]) is undefined for the type RemoteDebugActivator
00:02:37.949 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/ActionProvider.java:[121]
00:02:37.950 [ERROR] if( RemoteDebugActivator.isRemoteDebuggerConnected(debuggable.getDebugHost(), debuggable.getDebugPort())) {
00:02:37.951 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.951 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
00:02:37.951 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/DisconnectDebuggerAction.java:[35]
00:02:37.952 [ERROR] return RemoteDebugActivator.isRemoteDebuggerConnected(wrapper.getDebugHost(), wrapper.getDebugPort());
00:02:37.952 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.953 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
00:02:37.953 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/DisconnectDebuggerAction.java:[39]
00:02:37.954 [ERROR] ILaunch l = RemoteDebugActivator.getExistingRemoteDebugLaunch(con.getDebugHost(), con.getDebugPort());
00:02:37.954 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.955 [ERROR] The method getExistingRemoteDebugLaunch(String, int) is undefined for the type RemoteDebugActivator
00:02:37.955 [ERROR] 5 problems (5 errors)
00:02:37.955 [ERROR] -> [Help 1]{code}




--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list