Using Ant Javac Adaptor
Clash Royale CLAN TAG #URR8PPP Using Ant Javac Adaptor I am trying to use the Eclipse compiler to perform my ant builds. Using this document http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-using_batch_compiler.htm I am trying to make my set-up. But i face the following error Class not found: org.eclipse.jdt.core.JDTCompilerAdapter What is the issue? My aim is to run an Ant build outside of Eclipse but using the Eclipse compiler. Show us how you are trying to use this in Ant. – greg-449 May 13 '16 at 8:45 <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/> – Müller May 13 '16 at 8:50 ...