Thanks Pascal.
By the way, it got resolved by starting eclipse with -clean option... may be
some caching issue !
Thanks,
Krishnaveni Krishnarajah
On Wed, Feb 18, 2009 at 7:27 PM, Pascal Rapicault <
pascal_rapica...@ca.ibm.com> wrote:
> The task list is contributed by Mylyn. I don't think this sh
See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=258483 and
http://wiki.eclipse.org/Equinox/Incubator/Move
The Foundation would like to begin the process of moving the Equinox
incubator projects over to the RT repository. To do so we need to have a
window of time (approximately 45 minutes)
Hi Dirk!
Do you have a small ready-to-use project that you can send me as zip? To
me it looks like I should take a closer look into what happens here.
Thanks!
-Martin
Dirk Jacobs wrote:
I created an aspect bundle (a variation of the demo)
I want to have an initialize method called after a
I created an aspect bundle (a variation of the demo)
I want to have an initialize method called after a constructor has finished.
The aspect is triggered, but when I want to execute the initialize method, I
got a linkage error.
All classes are public and the package is exported.
The aspect is