Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Using aspects in Eclipse plugin

So long as you have aspectjrt.jar on the classpath (which you will, if
you add the org.aspectj.runtime plugin to the dependencies), then you
should be able to run your application exactly as you were before
(there are no special runtime requirements for an aspectj
application).

Did you try that and it failed in some unexpected way?

On 26/02/06, Boesch Roger ABRAXAS INFORMATIK AG <Roger.Boesch@xxxxxxxxxx> wrote:
>
>
> I'm not sure if i am in the correct mailing list with my question. If not
> so, please excuse.
>  Im using aspects in different java projects, but now its the first time to
> implement it in a eclipse-rcp project.
>
>  Ive convert my rcp project to an aspect project and put in the aspect
> plugin to the plugin dependencies.
>  Everything seems fine, but now ive no idea how to start it correctly and
> specify the "run parameters".
>  Is there any example, tutorial or can anyone help me to go one step
> further?
>
>  Thanks Roger
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>
>
>


--
-- Adrian
adrian.colyer@xxxxxxxxx


Back to the top