[
https://jira.jboss.org/browse/JBIDE-6422?page=com.atlassian.jira.plugin.s...
]
Snjezana Peco resolved JBIDE-6422.
----------------------------------
Resolution: Duplicate Issue
This issue is fixed within JBIDE-6341. The problem aren't missing dependencies, but
the changes in the P2 engine in Helios. Because of that o.j.t.project.examples aren't
compatible between Galileo and Helios. o.j.t.project.examples from the trunk is compatible
with Galileo and o.j.t.project.examples from the 3.2-Helios branch is compatible with
Helios.
I suppose you have tried to compile o.j.t.project.examples from the trunk using Helios.
imports org.eclipse.equinox.internal.provisional.p2.core, p2.ui
cannot be resolved in org.jboss.tools.project.examples
----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6422
URL:
https://jira.jboss.org/browse/JBIDE-6422
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Assignee: Snjezana Peco
Tycho cannot build - missing undeclared dependencies in MANIFEST.MF file:
[ERROR] Failed to execute goal
org.sonatype.tycho:maven-osgi-compiler-plugin:0.9.0-SNAPSHOT:compile (default-compile) on
project org.jboss.tools.project.examples: Compilation failure: Compilation failure:
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectFix.java
(at line 7):[-1,-1]
import org.eclipse.equinox.internal.provisional.p2.core.ProvisionException;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.equinox.internal.provisional.p2.core.ProvisionException cannot be
resolved
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectFix.java
(at line 8):[-1,-1]
import org.eclipse.equinox.internal.provisional.p2.ui.IProvHelpContextIds;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.equinox.internal.provisional.p2.ui cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/filetransfer/ECFExamplesTransport.java
(at line 44):[-1,-1]
import org.eclipse.equinox.internal.provisional.p2.core.IServiceUI;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.equinox.internal.provisional.p2.core.IServiceUI cannot be
resolved
(
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/...)
To fix, add the missing deps into org.jboss.tools.project.examples/META-INF/MANIFEST.MF
(in trunk and possibly 3.2.helios branch, if applicable)
--
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