Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-ercp-dev] Workbench references org.eclipse.swt.dnd.Transfer


I think dnd is optional, so although the package might be used in the code, I don't think it should break anything by not having it. I haven't had time to investigate either, though. So it looks like we won;t know if this is really a problem unless someone investigates.

        Mark
 


Danail Nachev <d_nachev@xxxxxxxxxx>
Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx

05/18/2007 09:29 AM

Please respond to
DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>

To
DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>
cc
Subject
[dsdp-ercp-dev] Workbench references org.eclipse.swt.dnd.Transfer





Hi,

I just noticed that
org.eclipse.ui.application.IWorkbenchWindowConfigurer class references
org.eclipse.swt.dnd.Transfer class.

The problem is that this class is from the expanded eSWT set and it
isn't available on S80 platform (I checked the packages exported by
org.eclipse.swt bundle installed on S80 platform). The
org.eclipse.ercp.ui.workbench requires the org.eclipse.swt bundle
instead of importing the needed packages, so this doesn't cause problems
with resolving. However, I wonder is this package (org.eclipse.swt.dnd)
is an optional package or this is a potential problem? The third option
is that I hadn't get it right, which is also possible:)

I haven't much time and can't research it as much as I would like.
Because I'm not sure whether this is really a problem I haven't posted bug.

--
Danail Nachev
Software Engineer/Development Tools
ProSyst Labs EOOD
-------------------------------------------------
stay in touch with your product.
-------------------------------------------------
_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev


Back to the top