Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT does not include aop.xml into output JAR

I couldn't honestly tell you if that used to work. Feel free to raise a bug, but I can't tell you it'd be at the top of my list ;) PRs welcome!

Andy 

On Mon, 17 Jun 2019 at 20:05, Alexander Kriegisch <alexander@xxxxxxxxxxxxxx> wrote:
I just opened one of my old LTW projects in Eclipse with current AJDT. I have src/META-INF/aop.xml and when I build to the default bin folder I see that bin/META-INF/aop.xml exists as expected. But when I activate "output JAR" in the AspectJ build settings, the generated JAR only contains META-INF/MANIFEST.MF with content

Manifest-Version: 1.0
Created-By: AspectJ Compiler

but no aop.xml. This seems to be a bug, unless I am doing something stupid, putting my META-INF directory into the wrong place or so. If it is old or new I cannot remember. Anyway, it is a definite shortcoming, no matter whether it is a regression or has always been that way.

Andy, any comments?
--
Alexander Kriegisch
https://scrum-master.de
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users

Back to the top