Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Circular Dependency Problem
Circular Dependency Problem [message #590651] Wed, 28 January 2009 10:35
Kishore Kushwaha is currently offline Kishore KushwahaFriend
Messages: 36
Registered: July 2009
Location: Lucknow, India
Member

Hi All;

I am new in Eclipse Plug-in development. I have a main plug-in project
named "Runner" which runs on both Eclipse version 3.2 & 3.4 very well.

Now I have created a another plug-in named "Uml2Diagram" to support the
functionality of UML2 tools diagram in "Runner" plug-in for Eclipse 3.4
and a empty plug-in "Uml2Diagram" for Eclipse 3.2, since UML2 tools is
available only in 3.4.

The both "Uml2Diagram" plug-in (for 3.4 & 3.2) dependent on "Runner"
plug-in (due to referring some model classes of "Runner" plug-in) and also
"Runner" plug-in is optional dependent on both "Uml2Diagram" sub plug-in
due to load the classes at run time.

While debugging in 3.4 & 3.2, functionality is proper but while exporting
it as a "plug-ins and fragments". Eclipse generates Circular Dependency
Problem and terminates.

Please tell how can I fix my problem or remove Circular Dependency
Problem, so that same plug-in can run in 3.4 & 3.2.

Thanks in Advance
Kishore


Regards,
Kishore
Previous Topic:Circular Dependency Problem
Next Topic:Select a file in package explorer
Goto Forum:
  


Current Time: Tue Mar 19 03:39:56 GMT 2024

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

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

Back to the top