# ------------------------------------------------------------------------ # build.properties.sample # # This is an example "build.properties" file, used to customize building # jakarta-taglibs for your local environment. Make any changes you need, # and rename this file to "build.properties" in the same directory that # contains the top level "build.xml" file. # # ----------------------------------------------------------------------------- # The base directory of your jakarta-taglibs distribution # This must be set to an absolute path so that it works # both for the global build and individual taglib builds. base.dir=${user.home}/jakarta/jakarta-taglibs # servlet.jar must be defined to sucessfully build taglibs # The default jar file for the Servlet and JSP API classes. servlet.jar=${base.dir}/../jakarta-servletapi/dist/lib/servlet.jar # The default jar file for the Servlet 2.2 and JSP 1.1 API classes. # Optional, could be used by taglibs that explicitely need # Servlet 2.2 and JSP 1.1 API classes. # The Servlet 2.2 and JSP 1.1 jar can be obtained from # http://jakarta.apache.org/tomcat/ as a Tomcat 3.2 binary download. servlet22.jar=${base.dir}/../jakarta-servletapi/dist/lib/servlet.jar # The default jar file for the Servlet 2.3 and JSP 1.2 API classes. # Used for building taglibs which use JSP 1.2 features. # The Servlet 2.3 and JSP 1.2 jar can be obtained from # http://jakarta.apache.org/tomcat/ as a Tomcat 4.0 binary download. servlet23.jar=${base.dir}/../jakarta-servletapi-4/dist/lib/servlet.jar # The default jar file for the Servlet 2.4 and JSP 2.0 API classes. # Used for building taglibs which use JSP 2.0 features. # The Servlet 2.4 and JSP 2.0 jar can be obtained from # http://jakarta.apache.org/tomcat/ as a Tomcat 5.x binary download. servlet24.jar=${base.dir}/../jakarta-servletapi-5/dist/lib/servlet.jar # The remaining properties are for supporting taglibs which # require the use of additional Java API's. # Standard (JSTL RI) and dbtags require the Sun JDBC 2.0 Optional Package # (Standard Extensions). # http://java.sun.com/products/jdbc/download.html # This can be installed in your $JAVA_HOME/jre/lib/ext directory # and uncomment the below property and set its path to the jdbc # 2.0 Standard Extensions jar file. # Not required (you can leave it commented out) if using # at least J2SE 1.4. #jdbc2_0-stdext.jar= # Standard (JSTL RI) depends on the JAXP API. # (http://java.sun.com/xml) # Not required (you can leave it commented out) if using # at least J2SE 1.4. #jaxp-api.jar= #dom.jar= #sax.jar= # Standard (JSTL RI) depends on a JAXP-compatible parser. # (http://java.sun.com/xml) # Not required (you can leave it commented out) if using # at least J2SE 1.4. #xercesImpl.jar= # Standard (JSTL RI) requires a JAXP-compatible XSLT processor. # Specify a xalan.jar that is 2.5_D1+. # (won't compile with J2SE 1.4.1_02 xalan.jar) #xalan.jar= # Both the xsl and xtags taglibs require xalan as their XSL API. # http://xml.apache.org/xalan # Uncomment the below and set the path to the xalan.jar #xalan.jar= # xtags requires xalanj1compat.jar from Xalan 2 to create the # backward compatable tag (Only needed for Xalan 1 compatability) # http://xml.apache.org/xalan # Uncomment the below and set the path to the xalan.jar #xalanj1compat.jar= # Version 1 of xalan # http://xml.apache.org/xalan/ # Uncomment the below and set the path to version 1 xalan.jar #xalan1.jar= # Version 2 of xalan # http://xml.apache.org/xalan # Uncomment the below and set the path to version 2 xalan.jar #xalan2.jar= # Both the xsl taglib and the ultradev4 ctlx require xerces as their # XML API. # http://xml.apache.org/xerces-j/ # Uncomment the below and set the path to the xerces.jar #xerces.jar= # Version 1 of xerces # http://xml.apache.org/xerces # Uncomment the below and set the path to version 1 xerces.jar #xerces1.jar= # Version 2 of xerces # http://xml.apache.org/xerces # Uncomment the below and set the path to version 2 xerces.jar #xerces2.jar= # regexp requires the jakarta-oro 2.0 regular expression API. # http://jakarta.apache.org/oro/ # Uncomment the below and set the path to jakarta-oro.jar #jakarta-oro2.jar= # xtags requires dom4j 0.7 or later from http://dom4j.org # Uncomment the below and set the path to dom4j.jar #dom4j.jar= # bsf requires the Bean Scripting Framework from # http://oss.software.ibm.com/developerworks/projects/bsf # Uncomment the below and set the path to bsf.jar #bsf.jar= # xtags requires a JAXP 1.1 compatible XML parser # http://java.sun.com/products/xml/ # Uncomment the below and set the path to jaxp.jar #jaxp.jar= # Uncomment the below and set the path to crimson.jar #crimson.jar= # mailer requires the JavaMail 1.2 API # http://java.sun.com/products/javamail/ # The jar files that come with JavaMail 1.2 should be installed # in your $JAVA_HOME/jre/lib/ext directory. # jndi requires the JNDI API. This comes as part of Java 1.3. # If you are using a version of Java prior to Java 1.3 you will # need to download the JNDI API from Sun and install it in your # $JAVA_HOME/jre/lib/ext directory. # http://java.sun.com/products/jndi/ # jmstags requires the jms API # http://java.sun.com/products/jms/ #jms.jar=${base.dir}/../jms1.0.2b/lib/jms.jar # jmstags requires the commons-digester API commons-digester.jar=${base.dir}/../commons-digester/commons-digester.jar # jmstags requires the commons-beanutils API commons-beanutils.jar=${base.dir}/../commons-beanutils-1.1/commons-beanutils.jar # jmstags requires the commons-collections API commons-collections.jar=${base.dir}/../commons-collections-1.0/commons-collections.jar # jmstags requires the commons-messenger API commons-messenger.jar=${base.dir}/../commons-messenger/commons-messenger.jar # string requires the commons-lang API commons-lang.jar=${base.dir}/../commons-lang/commons-lang.jar # log v1.0 requires the log4j-core API. # xtags also requires log4j-core. # http://jakarta.apache.org/log4j/docs/download.html # Uncomment the below and set the path to the log4j-core.jar file. # for log v1.0 #log4j-core.jar= # Beyond log v1.0, the commons-logging jar is needed instead. # The RDC Taglib also requires this. commons-logging.jar=${base.dir}/../commons-logging/commons-logging.jar # RDC requires the commons-el (1.0), commons logging API (1.0.4) and Commons SCXML (0.5) # See above for commons-logging commons-el.jar=${base.dir}/../commons-el/commons-el.jar commons-scxml.jar=${base.dir}/../commons-scxml/commons-scxml.jar # Taglibs such as the RDC Taglib and Cache Taglib require # the Standard Taglib's standard.jar distribution # You can obtain the Jakarta Taglibs Standard distribution from # http://jakarta.apache.org/taglibs/ standard.jar=${base.dir}/../jakarta-taglibs/dist/standard/standard.jar # The RDC Taglib requires Struts 1.2.x for sample applications # You can download Struts 1.2 from # http://struts.apache.org/ struts12.jar=${base.dir}/../struts/dist/struts.jar # Datetime taglib needs the old request taglib jar and tld taglibs-request.jar=${base.dir}/../jakarta-taglibs-request-1.0.1/taglibs-request.jar taglibs-request.tld=${base.dir}/../jakarta-taglibs-request-1.0.1/taglibs-request.tld # # PROJECT STANDARD PROPERTIES # # The following property values reflect the standard directory organization # for the jakarta-taglibs project, and should not be changed or overridden. # # build.dir Base directory for build targets # dist.dir Base directory for distribution targets build.dir = ${base.dir}/build dist.dir = ${base.dir}/dist