Tim Ellison wrote:
Aram Mirzadeh wrote:
ecj.jar is just the symlink ... to
org.eclipse.jdt.core_3.2.1.v_677_R32x.jar
I doubt that will work as the ECJ Ant adapter is embedded in the JDT
core JAR file in a separate jdtCompilerAdapter.jar file.
Try downloading ECJ by itself from [1] which contains the compiler and
Ant adapter all in the same JAR file.
I also believe I have resolved the Sun compiler's ambiguity in the
StyleSheet class, so you can retry that in repository revision >= 611156
[1]
http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.3.1.1-200710231652/ecj.jar
Regards,
Tim
With 611256, it still fails with the ecj.jar that I have but it compiles
past that point now, looks like I'm missing some X libs.
With the ecj in the link, it still doesn't like to continue, but I'll
get the full eclipse code and try that seperately.
Thank you.
Aram