(5) 给出CLASSPATH的定义,引入相关的Library和项目编译生成的Java Classes
<path id="CLASSPATH"> <!--// Tomcat Libraries //--> <fileset dir="${dir.appserver.tomcat.home}/bin"> <include name="*.jar"/> </fileset> <fileset dir="${dir.appserver.tomcat.home}/server/lib"> <include name="*.jar"/> </fileset> <fileset dir="${dir.appserver.tomcat.home}/common/lib"> <include name="*.jar"/> </fileset> <!--// OC4J Libraries <fileset dir="${dir.appserver.oc4j.j2ee.home}"> <include name="*.jar"/> </fileset> <fileset dir="${dir.appserver.oc4j.j2ee.home}/lib"> <include name="*.jar"/> </fileset> //--> <!--// Depended Libraries //--> <pathelement location="${dir.project.lib}/abc.jar"/> <pathelement location="${dir.project.lib}/AppServer.jar"/> <pathelement location="${dir.project.lib}/AppServiceClient.jar"/> <pathelement location="${dir.project.lib}/AppUtil.jar"/> <pathelement location="${dir.project.lib}/xport.jar"/> <pathelement location="${dir.project.lib}/jaxen-full.jar"/> <pathelement location="${dir.project.lib}/jstl.jar"/> <pathelement location="${dir.project.lib}/log4j-1.2.13.jar"/> <pathelement location="${dir.project.lib}/ojdbc14.jar"/> <pathelement location="${dir.project.lib}/saxpath.jar"/> <pathelement location="${dir.project.lib}/standard.jar"/> 首页 上页 下页 尾页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] 本文关键:整理一个ANT在J2EE项目中的应用,含预编译JSP和打包WAR/EAR文件! 相关方案 输入您的搜索字词 提交搜索表单 Web www.cn-doc.com JDBC基础教程之Result…应用Java技术开发WAP应用…品味Eclipse 3.1 中…给自己一个干净的Eclipse…java模式设计全接触…JDBC基础教程之Prepar…Eclipse基础--使用li…[原创]JBuilder+We…Java入门需掌握的30个基本…Eclipse开发平台编程溯源…java.io.CharArr…对package的理解…Eclipse Forms…JDBC基础教程之语句…ArrayList使用toAr…在J2ME中使用Timer和T…Base-Jsp-7-sess…Tomcat 配置集锦…JNI中文处理问题小结…终结Oreilly的《Java… 本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)
本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)