java - Eclipse compiler with APT -


What is the correct way to call the Eclipse compiler with Java from an APT processor?

I am using the following Mayvan dependencies for the compiler

  & lt; Dependency & gt; & Lt; Group & gt; Org.eclipse.jdt.core.compiler & lt; / Group & gt; & Lt; ArtifactId & gt; ECJ & lt; / ArtifactId> & Lt; Version & gt; 3.5.1 & lt; / Edition & gt; & Lt; / Dependencies & gt;  

I want to test an APT processor apart from Javac with Aquapes compiler. In

I used a custom builder right project click -> Properties -> Builders setup APT A new


Comments