Hi all. I'm trying to use ant with the ecj compiler. I override the compiler in build.xml like this: <property name="build.compiler" value=" org.eclipse.jdt.core.JDTCompilerAdapter" />
This will execute the compiler, but I find I have to add each jar from jdk/jre/lib/boot to CLASSPATH or else ecj won't find the standard classes during compilation. This is probably user error, and not related to harmony. :) Does anyone know what I might be improperly configuring? Thanks, -Jordan
