Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] strange exception problem

Hello Martin,

I've seen that if you exclude the aspect from being woven in the XML
configuration for ltw - we must be able to weave the aspect if you are
using cflow since it will have that field added to it.   See bugs like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=166647

Are you including the aspect in what can be woven?

Andy.

2008/5/2 Martin Lippert <lippert@xxxxxxx>:
> Hi!
>
>  When using load-time weaving with AJDT 1.5.2 I get this exception:
>
>  java.lang.NoSuchFieldError: ajc$cflowCounter$0
>  (invoking a woven class)
>
>  I tried to track this down. Seems like this problem was introduced by build
> 1.5.2.200804031532 of AJDT. It worked well with the previous build
> 1.5.2.200801291327.
>
>  Any idea what is going on?
>
>  Thanks in advance!
>  -Martin
>
>  _______________________________________________
>  ajdt-dev mailing list
>  ajdt-dev@xxxxxxxxxxx
>  https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top