Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Weaving aspect into signed jar file?

Hi,
I am trying to weave an aspect into a signed jar using the IAJC command
 in
an Ant Target.
I put the jarfile on the inpath and the create a new jar,
myjarwithaspects.jar.

The class is updated in the new jar file, however because the original
 is a
signed jar, the new jar can't be used.

My question is, is it possible to weave a an aspect into a signed jar,
anyway to get around this.

Thanks a million
-- 
View this message in context: http://www.nabble.com/Weaving-aspect-into-signed-jar-file--tp16678091p16678091.html
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top