[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6658) The import org.jboss.tools.jmx.core cannot be resolved when compiling jmx.ui plugin

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jul 20 01:02:52 EDT 2010


The import org.jboss.tools.jmx.core cannot be resolved when compiling jmx.ui plugin
-----------------------------------------------------------------------------------

                 Key: JBIDE-6658
                 URL: https://jira.jboss.org/browse/JBIDE-6658
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jmx
    Affects Versions: 3.2.0.M1
            Reporter: Nick Boldt
            Priority: Blocker


[INFO] Using compile source roots from build.properties
[INFO] Compiling 63 source files to /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/target/classes
incorrect classpath: /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.core/target/classes
----------
1. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 16)
	import org.jboss.tools.jmx.core.IConnectionWrapper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The import org.jboss.tools.jmx.core cannot be resolved
----------
2. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 21)
	private IConnectionWrapper connection;
	        ^^^^^^^^^^^^^^^^^^
IConnectionWrapper cannot be resolved to a type
----------
3. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 22)
	public EditConnectionAction(IConnectionWrapper connection) {
	                            ^^^^^^^^^^^^^^^^^^
IConnectionWrapper cannot be resolved to a type
----------
4. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 23)
	this.connection = connection;
	^^^^^^^^^^^^^^^
IConnectionWrapper cannot be resolved to a type
----------
5. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 29)
	EditConnectionWizard wizard = new EditConnectionWizard(connection);
	                                                       ^^^^^^^^^^
IConnectionWrapper cannot be resolved to a type

http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/jbosstools-3.2.0.M1/166/consoleText

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list