Open kriegaex opened 3 years ago
Use m2e-jdt as example how to implement the necessary features: https://github.com/eclipse-m2e/m2e-core/tree/master/org.eclipse.m2e.jdt
That might be a good idea, because the AspectJ Compiler is a fork of the Eclipse Java Compiler, which is part of JDT Core. I am unsure how close AJDT is to JDT, though. Anyway, I hope you do not have to re-invent to wheel 100% and can take valuable information from m2e.jdt
.
@joker1 is there any progress on this issue? I will test @kriegaex fix in the meantime.
Currently, m2eclipse-ajdt fails to import projects when Maven Compiler executions are deactivated. As background information, here is a partial transcript of previous e-mail conversations between @kriegaex and @joker1:
@kriegaex wrote: