| aspectj : how to compile only required files using [message #1074024] |
Thu, 25 July 2013 20:23  |
Milan Shrestha Messages: 5 Registered: July 2013 |
Junior Member |
|
|
Hi,
I am new to AspectJ. I am working on a legacy web project which has hundreds of file. I have written an aspect to capture the query call. So, I require to weave only DAO class. Is there any way I can instruct the aspectj compiler to only weave the required files.
For example, i want have the dao weave under different dao pakes as below:
com.xyx.p1.dao
com.xyz.p2.dao
com.zzz.p3.dao
So is there any way that i can write the expression so that asjpectj compiler would weave only the files within the package ending with *.dao
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01910 seconds