Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Wednesday, November 28, 2007

How to Build the JSTL from source in java




































description="Update or check out required sources
from CVS for the JSTL">



command="checkout -P ${jstl.build}"
dest="${build}" compression="true" />





description="Update or check out required sources
from CVS for the MySQL connector">



command="checkout" package="${mysql.build}"
dest="${build}" compression="true" />




description="Build the JSTL from source">












description="Build the MySQL connector from source">

















description="Compile stand-alone application">


destdir="${build.stand-alone.root}"/>




depends="build-mysql-connector, package-stand-alone"
description="Compile stand-alone application,
using CVS version of the MySQL connector">




description="Package the stand-alone application">


















depends="build-mysql-connector, build-jstl, package-web"
description="Compile web application,
using CVS versions of the MySQL connector and the JSTL">






























webxml="${src.web.conf}/web.xml"/>






depends="package-stand-alone, package-web"
description="Compile both applications,
without CVS versions of the MySQL connector and the JSTL">



depends="stand-alone-complete, web-complete"
description="Compile both applications,
using CVS versions of the MySQL connector and the JSTL">





description="Download the servlet JAR">


dest="${servlet24.jar}"
verbose="true"/>



description="Download the JSP JAR">


dest="${jsp20.jar}"
verbose="true"/>







No comments: