Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] 1.2.0M2 and annotation support

 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

I started a new test project in order to try out the new annotation
support.
Using Eclipse 3.1M3 the annotation syntax is accepted but no
annotations are actually compiled.
Using Eclipse 3.1M4 the annotation syntax is accepted and annotations
*are* correctly produced in the bytecode.

Using Eclipse 3.1M3 I took the text project (no syntax errors
reported) and then chose "convert to AspectJ project", which then
gives me a whole bunch of syntactic errors on the new annotation
syntax - thoug Java 5 support is enabled for both, the Eclipse and
the AspectJ builder. Why is that?

So do I understand correctly that 1.2.0M2 only supports *matching on*
annotations but not *declaration of* annotations (using usual Java 5
syntax). And if so - how am I supposed to test the new feature?
Compile annotations with Eclipse 3.1M4 and match on them using 3.1M3
and AJ 1.2.0M2?

Cheers,
Eric

- -- 
Eric Bodden
Chair I2 for Programming Languages and Program Analysis
RWTH Aachen University

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3

iQA/AwUBQcTEx8wiFCm7RlWCEQIUJwCgyeHRN+RlqD3nyMPWBz1wETNjZioAoIAO
I8W0QmXtmLgN47pMa7uc/1y9
=qUV2
-----END PGP SIGNATURE-----




Back to the top