It's been bandied about around Harmony of late...
according to Harmony classlib buildfiles, Ant will
need jdtCompilerAdapter.jar (Ant adapter) and
org.eclipse.jdt.core_3.1.0.jar (JDT compiler).
Then set build.compiler to
"org.eclipse.jdt.core.JDTCompilerAdapter" and away you
should go... or use t
Thanks for the info. Guess I was wronged for a good
reason :)
I manage to execute Eclipse compiler from command line
and had it compiling my codes. It behaves just like
Sun compiler. Do you or anyone know what is the option
to set its behaviour to what I have described in my
original email?
Than
>I am under the impression that Eclipse uses SUN compiler
>because it uses the libraries i.e. tools.jar from the JDK
>directory. Am I wrong?
Yes - you´re wrong.
The Eclipse team has implemented their own compiler. E.g. the incremental
compiling is not
part of the Sun compiler (AFAIK). And they