Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] using Ajeer for RCP based on eclipse 3.2.2

Two things:
1. These are ll very old versions.  I would recommend your moving to
Eclipse 3.4, AJDT 1.6, AspectJ 1.6, and equinox aspects.

2. If you must use these older versions, then make sure that your
project works as expected using compile time weaving before trying
load time.



On Mon, Dec 8, 2008 at 2:26 AM, Keren Finkelstein <keren@xxxxxxxxxx> wrote:
> Hi,
> I'm trying to load-time weaving a RCP product (based on eclipse 3.2.2)
> I'm using ajeer 2.0.1, aspectj-rt 1.5.4 and ajdt 1.4.2
> I'm not really sure why I can't make it work
> Am I having problem with the above versions I'm using?
>
> I followed this post:
> http://dev.eclipse.org/newslists/news.eclipse.technology.ajdt/msg00996.html
>
> but could not make it work
>
> 10x,
> Keren
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>


Back to the top