Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Alexander Kriegisch 5988c287c7 Remove old '.cvsignore' files 8 meses atrás
..
lib AOPAlliance adapter sample 20 anos atrás
src/org/aspectj/aopalliance Upgrade license from CPLv1/EPLv1 to EPLv2 3 anos atrás
testsrc/org/aspectj/aopalliance/tests AOPAlliance adapter sample 20 anos atrás
aopalliance.jar AOPAlliance adapter sample 20 anos atrás
readme.txt AOPAlliance adapter sample 20 anos atrás

readme.txt

This example shows how to call an AOP Alliance aspect (interceptor) from
within AspectJ.

The contents of the src directory comprise some library classes plus an
abstract aspect that can be extended to create AOP Alliance invoking concrete
aspects (provide an implementation of getMethodInterceptor() and the
targetJP() pointcut in your concrete subaspect).

The contents of the testsrc directory supply test cases, and in so doing a
sample of using the AOPAllianceAdapter aspect (HelloAOPAllianceAdapter aspect).

With the docs module checked out of the AspectJ CVS tree, I build and test
these AOPAlliance samples as follows:

Create an AJDT project, "AOPAlliance" (you can call it whatever you like).
Add the file lib/aopalliance.jar to the build path. Remove the default source
directory that will have been set up for the project, and add a "src" directory.
When doing this click "advanced" and set it up as a link to the src folder in
this directory. Do the same for "testsrc". Now you have an AJDT project that
should build and take its source from this directory. To run the tests, select
the "AllTests.java" file in the AJDT project and choose "run as junit."