Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Why can't my RCP 3 fragment resolve any classes in my host?(fragment.xml include the host declaration, but cannot 'see' any classes from the host)
Why can't my RCP 3 fragment resolve any classes in my host? [message #1767146] Sun, 02 July 2017 11:26 Go to next message
David Wynter is currently offline David WynterFriend
Messages: 4624
Registered: July 2009
Senior Member
Hi,

This is driving me crazy.

Here is my MANIFEST.MF

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EDMUI Drools Eclipse
Bundle-SymbolicName: com.example.ui.drools.eclipse;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Example
Require-Bundle: org.eclipse.birt.report.designer.ui.ide;bundle-version="4.3.2"
Fragment-Host: org.drools.eclipse;bundle-version="5.2.0.YR"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7


None of the classes that are in the org.drools.eclipse;bundle-version="5.2.0.YR" are visible in the fragment code. I tried adding it explicitly as a Require-Bundle: but the IDE helpfully tells me this is redundant.

So how do you get the Host classes to be resolvable to the fragment?

Thx

David

Re: Why can't my RCP 3 fragment resolve any classes in my host? [message #1767148 is a reply to message #1767146] Sun, 02 July 2017 12:08 Go to previous message
David Wynter is currently offline David WynterFriend
Messages: 4624
Registered: July 2009
Senior Member
I realised this is in the wrong forum,, but cannot delete it?!
Previous Topic:Placing static window on secondary monitor e4
Next Topic:Detect Part moved to different PartStack
Goto Forum:
  


Current Time: Fri Apr 19 13:26:17 GMT 2024

Powered by FUDForum. Page generated in 0.02840 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top