User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
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.