Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] incompatibility between 1.1 and 1.2 ?

Hi,

This is my setting:
- compile aspect with AspectJ 1.1 and -noweave
- load-time weave that aspect into several classes with AspectJ 1.2
weaver code
- result: VerifyError

The LTW tests for AspectJ do not use "-noweave". I build my test
applications and aspect library separately ensuring applications are not
exposed to the weaver. You may get warnings that can be turned off with
-Xlint.

Yes, LTW with the 1.2 weaver works fine with aspects that are compiled with 1.1 or 1.2 *without* the -noweave option. The problem appears if aspects are compiled with 1.1 *and* -noweave option (for whatever reason). But this might be irrelevant, since people haven't used -noweave with 1.1. Correct.

-Martin


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top