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

Rob Stryker (JIRA) jira-events at lists.jboss.org
Tue Jul 20 06:13:52 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12540042#action_12540042 ] 

Rob Stryker commented on JBIDE-6658:
------------------------------------

Hi Nick:

I have never used the Tycho build and have not changed JMX in forever. In my workspace all of these plugins compile appropriately. Could you please give me some insight as to where I might look to investigate? Thanks. 

> 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
>            Assignee: Rob Stryker
>            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