What is asant ?


A Java-based build tool that can be extended using Java classes. The configuration files are XML-based, calling out a target tree where various tasks get executed. A qualifier on an XML tag that provides additional information.



Explore posts in the same categories: J2EE Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is build file
  • The XML file that contains one or more asant targets. A target is a set of tasks you want to...

    Comment:

    You must be logged in to post a comment.