topical media & game development
professional-portal-07-build.xml / xml
<?xml version="1.0"?>
<!--
*******************************************************
** Taxonomy example.
**
*******************************************************
-->
<project name="Taxonomy" default="help" basedir=".">
<!--
*******************************************************
** Global properties.
****************************************************-->
<property name="rootdir" value="."/>
<property name="builddir" value="build"/>
<!--
*******************************************************
** Classpath properties.
****************************************************-->
<path id="classpath.path">
<pathelement location="{builddir}/WEB-INF/lib/dom4j-full.jar"/>
</path>
<!--
********************************************************
** Remove the (build/release) directories
*****************************************************-->
<target name="clean">
<delete dir="{builddir}"/>
<mkdir dir="{builddir}/WEB-INF/lib"/>
<mkdir dir="{builddir}/WEB-INF/classes/taxonomy">
<fileset dir="taxonomy/beans"/>
</copy>
<copy todir="{builddir}/WEB-INF/lib">
<fileset dir="taxonomy/lib"/>
</copy>
<copy todir="{builddir}/WEB-INF/classes/taxonomy"
destdir="{builddir}/deploy/taxonomy.war" basedir="
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.