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.