Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] StreamCorruptedException

Thanks Wes,

I'm compiling both the utility jar and the application with (as far as I
can tell) the 1.5.0M1 aspectj tools. Though "as far as I can tell" may not
be far enough. I very much suspect that Eclipse is using a different set
of aspectj tools than the maven installation which creates my utility jar.

I know for a fact that if I compile both with 1.2 (via maven) all works well.

I have to get the app back in shape for the rest of my team but perhaps
later I can do some jarfile shuffling and convince both Eclipse and Maven
to use the same jar(s).

> perhaps: Remember the latest weaver does not handle binary aspects
> created with older weavers.  This is, we hope, a one-time
> compatibility break.  See the latest readme's[1] and Adrian's
> messages to aspectj-users for more details.
> hth -
> Wes
> [1] also for aspectj, not just for ajdt.
>



Back to the top