Hi All, Generally we configure build.xml where we specify how the application should be build. if there is no build.xml and we build the application using project --> bulild in the eclipse , how exactly the application is build. Is there any default build script for the eclipse.
Eclipse has a built-in builder that builds the project based on the project type (at least, that is my understanding. But you can configure Eclipse to use Ant and your build.xml file. See this topic.