Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Iajc - outjar option

Louth, William wrote:
Is it possible to instruct the ajc compiler when using the injars and
outjar option to only output those classes on the classpath (task
defined) that have been changed via the weaving process?

There's currently no tool support available for this. Obviously, the weaver has this information available and this would be easy to implement. Could you say more about why this feature would be useful to you?

BTW - If you're willing to build from source, you could probably implement this feature for your internal purposes quite easily. Just modify the method org.aspectj.weaver.bcel.BcelWeaver.dumpUnchanged to do nothing.

Jim Hugunin -- http://hugunin.net




Back to the top