[
https://jira.jboss.org/browse/JBIDE-6658?page=com.atlassian.jira.plugin.s...
]
Nick Boldt resolved JBIDE-6658.
-------------------------------
Fix Version/s: 3.2.0.M2
Resolution: Done
Transient problem. Next build was fine.
Tests:
2,358 tests (+1647)
Update zips:
archives-Update-SNAPSHOT.zip
as-Update-SNAPSHOT.zip
birt-Update-SNAPSHOT.zip
bpel-Update-SNAPSHOT.zip
cdi-Update-SNAPSHOT.zip
common-Update-SNAPSHOT.zip
esb-Update-SNAPSHOT.zip
examples-Update-SNAPSHOT.zip
flow-Update-SNAPSHOT.zip
freemarker-Update-SNAPSHOT.zip
hibernatetools-Update-SNAPSHOT.zip
jbpm-Update-SNAPSHOT.zip
jmx-Update-SNAPSHOT.zip
jsf-Update-SNAPSHOT.zip
jst-Update-SNAPSHOT.zip
maven-Update-SNAPSHOT.zip
modeshape-Update-SNAPSHOT.zip
portlet-Update-SNAPSHOT.zip
profiler-Update-SNAPSHOT.zip
seam-Update-SNAPSHOT.zip
smooks-Update-SNAPSHOT.zip
struts-Update-SNAPSHOT.zip
tests-Update-SNAPSHOT.zip
tptp-Update-SNAPSHOT.zip
vpe-Update-SNAPSHOT.zip
ws-Update-SNAPSHOT.zip
xulrunner-Update-SNAPSHOT.zip
Closing.
(BTW, you can run Tycho builds directly from within Eclipse using m2eclipse. You really
should try it at least once in a while.)
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
Fix For: 3.2.0.M2
[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...
--
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