[
https://issues.jboss.org/browse/JBIDE-10935?page=com.atlassian.jira.plugi...
]
Snjezana Peco commented on JBIDE-10935:
---------------------------------------
While I was fixing JBIDE-10264, I had to change dependencies.
The project examples component now depends on the runtime component.
The runtime component doesn't depend on the project examples anymore.
Nick,
The IJBossCentralConfigurator class and the configurators extension point have been moved
to the o.j.t.project.examples plugin.
runtime depends on examples, examples depends on runtime?
---------------------------------------------------------
Key: JBIDE-10935
URL:
https://issues.jboss.org/browse/JBIDE-10935
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples, runtime detection
Affects Versions: 3.3.0.Beta1
Reporter: Nick Boldt
Assignee: Snjezana Peco
Priority: Blocker
Fix For: 3.3.0.Beta1
The Runtime Detection job
(
https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--ru...) depends
on upstream Project Examples job
(
https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--ex...).
But the Project Examples job is now failing because it can't find Runtime code.
https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--ex...
{code}
[INFO] org.jboss.tools.project.examples .................. FAILURE [11.232s]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.13.0:compile
(default-compile) on project org.jboss.tools.project.examples: Compilation failure:
Compilation failure:
[ERROR]
/mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--examples/sources/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesRequirementsPage.java
(at line 59):[-1,-1]
[ERROR] import org.jboss.tools.runtime.ui.IDownloadRuntimes;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.runtime.ui.IDownloadRuntimes cannot be resolved
[ERROR]
{code}
This suggests a dependency cycle, which must be fixed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira