prickett 02/03/19 00:19:35
Modified: periodicity build.xml
Log:
Added an ant task to install the database
Added an ant task to install the database and build the web archive file.
Revision Changes Path
1.15 +9 -0 jakarta-commons-sandbox/periodicity/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 19 Mar 2002 08:06:00 -0000 1.14
+++ build.xml 19 Mar 2002 08:19:35 -0000 1.15
@@ -287,4 +287,13 @@
zipfile="${build.dir}/${project}-${version}.tar.gz"/>
<delete file="${build.dir}/${project}-${version}.tar"/>
</target>
+
+ <target name="install-db">
+ <antcall target="project-create-db"/>
+ <antcall target="project-insert-sql"/>
+ </target>
+
+ <target name="install" depends="install-db">
+ <antcall target="war"/>
+ </target>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>