[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ajdt] Restrict weaver to only certain packages

I'm using AJDT and maven plugin in eclipse.

Is there a way to configure aspectj to only weave a certain package? We have a large project that cannot be separated out at this time. The weaving takes a long time. All the classes that need to be weaved are in a single package. However, watching the progress, it appears to go through every class to weave it. How can I limit the weaving to speed up the build?

Thanks!