<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 03/18/2010 07:24 AM, Jiri Peterka wrote:
<blockquote cite="mid:4BA237A3.1090301@redhat.com" type="cite">
  <pre wrap="">Hi guys,

I have following problem with JBT plug-in dependencies and hope you 
could help me.  Simply I can't import 
org.jboss.tools.common.editors.ObjectMultiPageEditor. This specific 
issues is here since one of recent JBT (3.1) version.

There are simple steps to reproduce.
1. Have JBDS 3.0.0 GA or JBT 3.1 installed
2. Create plugin to test this problem
3. Import org.jboss.common.model.ui on Dependencies tab
4. In plug-in dependencies (Package Explorer) 
org.jboss.tools.common.model.ui is missing and for example 
ObjectMultiPageEditor (org.jboss.tool.common.editor) can't be imported
  </pre>
</blockquote>
It is here but name is model_ui.jar because it is deployed as unpacked.<br>
<br>
<img src="cid:part1.00070806.04000301@exadel.com" alt=""><br>
<br>
You cannot import <br>
<pre wrap="">ObjectMultiPageEditor</pre>
because it requires org.eclipse.ui.ide.IGotoMarker and you have to add
org.eclipse.ui.ide plug-in to your plug-in dependencies because it is
not reexported in common.ui plug-in.<br>
<br>
Denis<br>
<blockquote cite="mid:4BA237A3.1090301@redhat.com" type="cite">
  <pre wrap="">
Strange is that plugin is here and I can see this plugin in Plug-in 
registry, plugin can be added as dependency and it has exported packages 
I needed but it's not present in Plug-In Dependencies (Package Explorer) 
and can't be imported in the source code. In some earlier JBT 3.1 this 
worked.

Any help appreciated, regards

--
Jirka
_______________________________________________
jbosstools-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a>
  </pre>
</blockquote>
<br>
</body>
</html>