<pathelement location="${dir.project.lib}/taglibs-log.jar"/>
<!--// Project classes //-->
<pathelement location="${dir.project.compile}"/>
</path>
(6) 基本的clean和init的task
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/
<target name="clean">
<delete dir="${dir.project.build}"/>
<delete dir="${dir.project.compile.jspcache}"/>
<delete dir="${dir.project.compile}"/>
<delete dir="${dir.project.web_module}/WEB-INF/classes"/>
<delete dir="${dir.project.web_module}/WEB-INF/lib"/>
</target>
<target name="init">文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




