Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: ant task iajc does not generate META-INF/aop-ajc.xml if sourceRootCopyFilter is specified

Hello,

I am very new to aspects, so apologize in advance for any stupid questions.

I use iajc task to create the aspect jar. I specify outxml=true, which generates META-INF/aop-ajc.xml, which includes all aspects.

Recently I added sourceRootCopyFilter, so that the source .aj files are included in jar. This works, but the generated jar no longer includes META-INF/aop-ajc.xml.

Is this intended behavior? Is there a way to both include the sources and generate aop-ajc.xml from the iajc task?

Thanks in advance.


Back to the top