[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Issue dependencies

I have a RCP application (1) which use another plugin (2). I need to call from application (1) to plugin's method (2) and as well oppositely (from plugin to call application's method). I have set by application and by plugin in 'plugin.xml' Dependencies. During compile in Eclipse error appeared:
"A cycle was detected in the build path for project".


I have solved the error by some changes in Eclipse:
Window -> Preferences -> Java -> Compiler -> Building -> Circular Dependencies on Warning.


But now I can't export the application (1). If I try 'Export -> Deployable plug-ins and fragments' then Eclipse shows error:
Problems during export
A cycle was detected when generating the classpath


How to solve this error issue?

Thanks in advance.

M.