[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

Hi Gaston,

I added a new attachment to the bug report that has the updated ajdt pde
build plugin 3.5:
https://bugs.eclipse.org/252641

> I have no checkbox for allowing cycles in "Export Eclipse Product with AspectJ
> support". It is not an issue as now it does not fail due cycles anymore.
> I saw it in "Export deployable plug-ins and fragments with AspectJ support"
> but I need to export it as an eclipse product.
Yes.  There is no check box for it.  The change I made turned on the flag by
default (with no way of disabling it).  Bug 282391 is about adding UI
support for this.

> I would like to clarify something, I don't know if it matters:
> I don't have aspects in the product I'm exporting, but in another project
> which the product depends on.

Yes, this may be an issue.  How do you have this set up?  Is the other
project on the aspect path?  Is it another plugin project?

Right click on the manifest file for the plugin and select "Generate build
file with AspectJ support".  Make sure that the project that you expect is
on the aspect path.

--a