Re: [aspectj-users] How to get the enclosing class in a Pointcut

2017-09-26 Thread Andy Clement
If imported as a maven project the AJDT Configurator should kick in and configure the project correctly. Look in the project properties > builders, is it using AspectJ to build? You can configure the AspectJ compiler properties to show eclipse info message for AspectJ weave info messages. That

Re: [aspectj-users] Plans for 1.9.0 release

2017-09-26 Thread Andy Clement
Thanks Mario, that one is on my list. Related to JDK9 I just released a 1.8.11 to maven central. This will be a little more tolerant of Java9, for some use cases it will work on JDK9 (Spring AOP perhaps some basic weaving). cheers, Andy > On Sep 26, 2017, at 2:42 AM, Mario Ivankovits

Re: [aspectj-users] Plans for 1.9.0 release

2017-09-26 Thread Mario Ivankovits
Hi Andy! The ant task has a minor bug. The COMPLIANCE_INPUTS for 1.9 is missing the minus sign. Without that it is not possible to configure the compliance level and the error [ant:iajc] [error 0]: error Compliance level '1.4' is incompatible with target level '9'. A compliance level '9' or