[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6422) imports org.eclipse.equinox.internal.provisional.p2.core, p2.ui cannot be resolved in org.jboss.tools.project.examples

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Jun 4 16:30:27 EDT 2010


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/31/console)

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

        


More information about the jbosstools-issues mailing list