Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Product export wizard problem
Product export wizard problem [message #448367] Mon, 24 April 2006 07:26 Go to next message
Torsten Beuck is currently offline Torsten BeuckFriend
Messages: 38
Registered: July 2009
Member
I've read nearly any post regarding compile problems ("The import x.y.z
cannot be resolved") when exporting the product and I've checked
Manifest.mf and build.properties many times. I've even created three dummy
plugins that do nothing but depend on each other the same way that my
product does. The situation:
I have an RCP application plugin A and two plugins B and C. B contains
sources and 3rd party libraries, which it exposes to A and C. A and C
depend on B. C also depends on A (some base classes are defined in A).
I am able to export all plugins one by one, but if I try to export the
whole product (based on plugins) I'll get compilation problems.
All classes of A that depend on classes of B cannot be compiled because
the imports cannot be resolved. It's the same with plugin C. There all
imports from A and B cannot be resolved. In short: No import from another
plugin can be resolved.
All stated packages are exported by the their plugins manifest and are
imported in the dependend plugins manifest. The dummy plugins do not show
this behaviour, therefore I have no clue what's going wrong.
Is it possible to debug the exports compile process to see the classpath
settings at compile time?
Can it be a problem of compile order?
To avoid the export wizard, I need an Ant file that will do the same.
Where can I find such a file?

Thanks for 'listening' to me. I would be very glad, if you have useful
hints or solutions for me.

Torsten
Re: Product export wizard problem [message #448368 is a reply to message #448367] Mon, 24 April 2006 07:29 Go to previous message
Torsten Beuck is currently offline Torsten BeuckFriend
Messages: 38
Registered: July 2009
Member
I'm sorry for posting this one twice. I missed the point that EclipseZone
and the Eclipse newsgroups are synchronized.

Torsten
Previous Topic:RCP loading optimization
Next Topic:Bind Menu New -> File directly to a new EditorPage
Goto Forum:
  


Current Time: Sat Dec 07 11:54:45 GMT 2024

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

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

Back to the top