[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.ajdt] Re: Binary cycles while exporting RCP product
|
- From: Andrew Eisenberg <andrew.eisenberg@xxxxxxxxxxxxxxxx>
- Date: Thu, 02 Jul 2009 11:42:28 -0700
- Newsgroups: eclipse.technology.ajdt
- Organization: EclipseCorner
- Thread-index: Acn7RNlfIE11hWP+KkuniJZQuOzYFg==
- Thread-topic: Binary cycles while exporting RCP product
- User-agent: Microsoft-Entourage/12.19.0.090515
Binary cycles when exporting are not currently supported in AJDT, but there
is a bug open for this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268667
There is a patch, which I am planning on integrating soon. Please add your
name to the cc there and you will be notified of its progress.
The patch will only be applied to the 3.5 stream as Eclipse 3.4 does not
allow binary cycles.
On 02/07/09 9:02 AM, in article h2ilm2$u5h$1@xxxxxxxxxxxxxxxxx, "Gaston M.
Tonietti" <gaston.tonietti@xxxxxxxxxxxx> wrote:
> 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.