Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Building AspectJ project through dependencies

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

[quote Irum Godil::on 2/3/2005 8:49 PM]
| Hi,
| I have a very big application that has a complex build procedure. I want to integrate aspects into
it, but i am having difficulty in setting up AspectJ build integration into its Ant build process.
For that, I have created another AspectJ project and set up the original project as a dependency of
the AspectJ project. I set up some advices to print lines etc before and after some join points,
however when I run the original project the advices are not woven into the original code. I was
wondering if someone has any ideas as to how can I tackle this problem. How can i make the aspect
advices weave into the original source code.
|
| Thanks a lot.
|

I think for the beginning you should just change the javac compilation step to ajc.

- --
:alex |.::the_mindstorm::.|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFCAntoTTDTje0R2dgRAqW4AJ4oivLfeUmLOHEVIu4oeWQSrEF6gQCeI+yx
zMJNULygUslKC7F6LXcKkVY=
=Ltr6
-----END PGP SIGNATURE-----


Back to the top