The project I work on has an external build system. I want to use
this system and have eclipse accept the class files generated.
But eclipse insists on recompiling all the classes again using its
internal compiler.
How can I turn this off?
Thanks
Just turn off the "Build Automatically" in the Project menu... Vijay
wrote: > The project I work on has an external build system. I want to
use > this system and have eclipse accept the class files generated. >
> But eclipse insists on recompiling all the classes again using its >
internal compiler. > > How can I turn this off? > > Thanks