[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Plugin runs when launched from Eclipse, "cycle detected in classpath" with Export Wizard

Hi,

I have three different plugin projects in my workspace, e.g.: com.name.prod, com.name.prod.unit1 and com.name.prod.unit2. Unfortunately I have circular dependencies among these plugins. The main plugin is com.name.prod, when I run it from within Eclipse as a plugin, it runs and doesn't give me a problem. However, when I try to export it using the plugin Export Wizard, it says "Problems during export. Reason: A cycle was detected when generating the classpath com.name.prod, com.name.prod.unit1, com.name.prod"

I have tried removing the plugin dependencies among the projects and instead putting the required packages as explicit dependant packages but still no solution.

I have tried adding and removing the .classpath file from the build manifest of the plugins. Still the same problem.

Any help would be highly appreciated.

TIA,
Irfan Hamid.