2007-01-07 07:03:50 UTC
I have installed AJEER-2.0.1 and the helloAjeer example works fine
I also have my own plugin with a fairly trivial aspect.
As is, it does not actually require AJEER functionality.
The aspect is contained in the plugin
and it runs fine with compile time weaving,
but I am planning to extend it with aspects that weave into EMF.
However, I can't get it to work with AJEER to begin with.
I have registered the aspect with the AJEER extension in the manifest,
and I am launching it using the AJEER launcher.
The most obvious difference I can see is that my plugin is just a plain plugin,
while helloAjeer is an RCP application.
So do I need to make my plugin into an RCP application to have it work with AJEER?
thanks
Daniel