Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Can non-weaved classes be removed from generated jar after ctw

Hello everyone,

After my trouble with load time weaving I have shifted to compile team
weaving and got it work after some trouble. This creates a huge jar,
while I have actually put advices in a few classes.

I am wondering if it would be ok to strip the non-weaved classes after
ctw and put that jar in the front of classpath. That would make it
easier for me to supply small files that can be deployed to get
AspectJ runs.

Or maybe there is already an iajc parameter that creates a jar only of
the weaved classes?

Appreciate any comments. Thanks in advance,

- hemal


Back to the top