Search code examples
eclipseantbuild-system

Does Eclipse use ant build system by default?


I see a .classpath file in eclipse project, it seems not a ant build description file. so by default, does eclipse use ant to build it's project?


Solution

  • No, it doesn't. You can have it create an Ant buildfile by right clicking the project in the project explorer and then going to Export --> Ant Buildfile, but Eclipse doesnt use it by default.