Swerrgy Smith wrote:
pakka techie wrote:Eclipse uses its own internal compiler (compiles incrementally). If you want to play with compiler version, you can do it in windows-->preference-->java-->compiler
No, I mean the build tool to build JavaEE applications ...
Eclipse does its own builds. At the micro level, there are several auto-wired components, such as the one that compiles
Java source to class files. You can also define and add external tools and reference them on the Project Settings dialog.
For really complex builds such as
J2EE projects, Eclipse can invoke Ant, or, with proper plugins installed, it can invoke Maven. Actually, given a suitable plugin, it can invoke any build tool you want. Or you can define your "build tool" as an external program or script. Eclipse is a general-purpose framework and isn't interested in forcing you to use any specific way to build.
In fact, Eclipse itself has absolutely no J2EE support built in at all. Whatever J2EE functions you have come from one (or more) of the J2EE support plugins such as MyEclipse or WTP (which is available bundled with some Eclipse distros).
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.