I have a ant javac
task which is supposed to run some annotation processor. It works fine when run from a batch file, but fails with
Error running javac.exe compiler
when started from eclipse. Normal compiling javac
tasks work just fine.
I guess ant started from eclipse uses some different compiler?
How do I change it to the normal compiler? Or make it work in any way?