Home > Apache ANT >
Apache ANT is a tool that has various tags or tasks for making build process
of any Java based application, real handy. There are some ways to provide
custom tags for some of the build functionality, those are not provided by
ANT. So there is a chance of providing third party framework specific tags for
building or generating framework dependent files, in the process of building
application that uses this third party framework, like for example Apache Beehive
JdbcControl need <build-controls ... > and <control-jar ... >
tags for building dependent files of any JdbcControl and ultimately creating control
JAR file using control-jar tag. These tags are not bundled with ANT, but is
provided with Apache Beehive Framework.
|