Re: [aspectj-users] Are there conflicts using LTW and CTW in the same application?

2018-06-14 Thread Andy Clement
I added a bug yesterday https://bugs.eclipse.org/bugs/show_bug.cgi?id=535877 with my minimal test code in. Basically annotation style just hasn't got equal test coverage with code style so we are going to hit things like this occasionally. Excluding via @Aspect annotation is quite a clever

Re: [aspectj-users] Are there conflicts using LTW and CTW in the same application?

2018-06-14 Thread Eric B
Is my syntax for exclusion incorrect though? It doesn't seem to be working. I added: But I still see the aspect being rewritten (and reverted) in the _ajdump folder. However, if i explicitly set the exclude to the full package name: it works fine. Is my exclusion syntax