|
Thanks Andrew. Here is some more details about what I am trying to do and may be you can suggest a better alternative. I have some aspects with very simple pointcut that pick exception handler execution. This aspect will only be used in development, and will not be deployed in production. We have a large team of developers working on a code base having around 3500 class files. Weaving all these classes, when a single file changes on the developer machines will add too much delay to the build cycle. So I was looking for a way to weave only those class files that were re-compiled by ant-javac. This will greatly increase the build speed for average case where developer only changes few files, compiles, test and repeats the cycle. Regards Tahir Akhtar Andrew Eisenberg wrote: Yes, this is because the inpath argument will take all files located at a particular source root, run them through the weaver, and spit the results out at a different location. It doesn't make sense to do this to only a subset of files at a location. |
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
