description="Creates build directories.">
property="AnakiaTask.present"/>
description="Prints error message for prepare target."
unless="AnakiaTask.present">
AnakiaTask is not present! Please check to make sure that
velocity.jar is in your classpath.
description="Compiles the library classes only.">
destdir="${build.dest}"
excludes="examples/**,tools/**"
debug="${debug}"
deprecation="${deprecation}"
optimize="${optimize}"/>
description="Compiles the example classes.">
destdir="${build.dest}"
includes="examples/**"
debug="${debug}"
deprecation="${deprecation}"
optimize="${optimize}"/>
description="Compiles the tool classes.">
destdir="${build.dest}"
includes="tools/**"
debug="${debug}"
deprecation="${deprecation}"
optimize="${optimize}"/>
description="Compiles and runs the unit tests.">
destdir="${build.tests}"
debug="${debug}"
deprecation="${deprecation}"
optimize="${optimize}"/>
description="Compiles the source directory and creates a .jar file.">
basedir="${build.dest}"
includes="org/**,META-INF/**"
excludes="**/package.html,**/overview.html">
value="Jakarta ORO" />
value="${version}" />
value="Apache Software Foundation" />
value="org.apache.oro" />
value="${version} ${DATE}" />
value="Apache Software Foundation" />
description="Creates the API documentation.">
sourcepath="${build.src}"
destdir="${javadoc.destdir}"
overview="${build.src}/org/apache/oro/overview.html"
author="true"
version="true"
windowtitle="${name} ${version} API"
doctitle="${name} ${version} API"
header="<a href='http://jakarta.apache.org/oro/' target=_top><img src='{@docroot}/../images/logoSmall.gif' alt='Jakarta ORO' width=48 height=47 align=center border=0 hspace=1 vspace=1></a>"
bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved.">
token="{@docroot}" value="."/>
token="@version@" value="${version}"/>
description="Creates the project web pages and documentation."
if="AnakiaTask.present">
extension=".html" style="./site.vsl"
projectFile="stylesheets/project.xml"
excludes="**/stylesheets/** manual/** empty.xml"
includes="**/*.xml"
lastModifiedCheck="true"
templatePath="${jakarta-site2.dir}/xdocs/stylesheets">
description="Creates a distribution directory tree.">
tofile="${final.dir}/build.properties"/>
tofile="${final.dir}/CONTRIBUTORS"/>
description="Packages the distribution as a zip file.">
includes="**/${final.name}/**" excludes="**/.cvsignore"/>
description="Packages the distribution as a gzipped tar file.">
basedir="${top.dir}" excludes="**/**">
description="Removes generated artifacts from source tree.">