hammant 2002/10/02 12:52:58 Modified: db build.xml Log: updated to use metagenerate ia phoenixXdoclet Revision Changes Path 1.59 +6 -22 jakarta-avalon-apps/db/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/db/build.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- build.xml 5 Sep 2002 21:33:34 -0000 1.58 +++ build.xml 2 Oct 2002 19:52:58 -0000 1.59 @@ -182,13 +182,9 @@ </copy> </target> - - <target name="test-xdoclet"> - <available classname="xdoclet.XDocletMain" classpathref="project.class.path" property="xdoclet.present"/> - </target> - + <!-- Make .xinfo and manifest automatically for blocks --> - <target name="phoenix-xdoclet" depends="compile" if="xdoclet.present"> + <target name="phoenix-xdoclet" depends="compile"> <mkdir dir="${build.xdoclet}"/> @@ -208,18 +204,8 @@ </target> - <!-- Make .xinfo and manifest automatically for blocks --> - <target name="no-phoenix-xdoclet" depends="compile" unless="xdoclet.present"> - - <mkdir dir="${build.xdoclet}"/> - - <unzip src="${src.dir}/generated-by-xdoclet.zip" dest="${build.xdoclet}" /> - - </target> - - <!-- Jars up project --> - <target name="jars" depends="test-xdoclet, phoenix-xdoclet, no-phoenix-xdoclet"> + <target name="jars" depends="phoenix-xdoclet"> <mkdir dir="${build.lib}"/> @@ -309,7 +295,7 @@ </target> <!-- Completely build all dists --> - <target name="dist" depends="sars" description="Generates the distribution"> + <target name="dist" description="Generates the distribution"> <property name="dist.name" value="${Name}-${version}"/> @@ -347,6 +333,7 @@ <include name="common/lib/excalibur-altrmi-*"/> <include name="common/lib/cornerstone.jar"/> <include name="common/lib/phoenix-*"/> + <include name="common/lib/qdox-*"/> </fileset> </zip> @@ -407,10 +394,7 @@ <copy todir="${src.dist.src}"> <fileset dir="${src.dir}"/> - </copy> - - <zip zipfile="${src.dist.src}/generated-by-xdoclet.zip" - basedir="${build.xdoclet}"/> + </copy> <copy todir="${src.dist.dir}"> <fileset dir=".">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>