topical media & game development
basic-mysql-18-JSPApp-build.xml / xml
<?xml version="1.0"?>
<!--
*****************************************************************************
Author: Geoff Moes and Robert Sheldon
Project: Begining MySQL - Chapter 18
Module: dvdrentals.js
Date: 12/10/04
Description:
This file is the and build script for the java JSP application.
*****************************************************************************
-->
<project name="Mysql Java application" default="all" basedir=".">
<target name="init">
<property name="dirs.base" value="{dirs.base}/web"/>
<property name="deploymentdescription" value="{dirs.base}/build/ear"/>
<property name="warDir" value="{warDir}/WEB-INF"/>
<!-- Create Meta-inf and classes directories -->
<mkdir dir="{warDir}/WEB-INF">
<fileset dir="{warDir}">
<fileset dir="{earDir}/{warDir}" />
</target>
<!-- Create the War File -->
<target name="buildEar" depends="init">
<copy todir="{deploymentdescription}" includes="application.xml" />
</copy>
<!-- Create ear file and place in ear directory -->
<jar jarfile="{earFile}" basedir="{dirs.base}/
(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.