Skip to main content

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

AspectJ 1.5.0M1 includes support for weaving binaries
produced by a Java 5 compiler (not all features supported).
 Sorry, but it does not yet compile Java 5 sources.  The
way to test is to compile to class files and weave them
using the -inpath option.

For more information on the limitations of the milestone
releases, see Adrian's emails laying out the feature plan
for each 1.5 milestone releases.

Wes

On Sun, 19 Dec 2004 01:01:12 +0100
 Eric Bodden <eric@xxxxxxxxx> wrote:
>  
> -----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-----
> 
> 
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/ajdt-dev



Back to the top