[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.ajdt] Binary cycles while exporting RCP product
|
Hi guys,
I have a problem when I want to export my RCP product.
As I have some aspects in my project I tried to export it using "Eclipse product with AspectJ support" export wizard, but the export
fails with the following error:
Export feature error
A cycle was detected when generating the classpath ...
I know this problem is fixed in JDT. "Eclipse product" export wizard has a nice and useful checkbox called "Allow for binary cycles in
target platform", but if I use this wizard I don't have any aspect in the exported product, compiled aspects are not present in the
plug-in jar so I get this error at startup:
Cannot register non aspect: ....
So, I wonder if there is any way to tell AJDT export wizard to allow for binary cycles just as JDT one does.
Thank you very much for your time.
Gaston.