# # Xindice build properties. # # NOTE: do not modify this file directly but copy the properties you need # to modify over to a file named 'local.build.properties' and modify that. # The build system will override these properties with the ones in the # 'local.build.properties' file. # # CVS $Id$ # # ---- Testing ----------------------------------------------------------------- # The SAX parser to be used by Apache XmlRpc. # Apache XmlRpc has an internal list of keywords for known parsers; the # following list is given in terms of those keywords. Value may be set # to either the keyword or the full classname. # Tested: # xerces [org.apache.xerces.parsers.SAXParser] ok # xp [com.jclark.xml.sax.Driver] NOT ok # net.sf.saxon.aelfred.SAXDriver ok # This is a re-packaging of an early aelfred version. test.xmlrpc.driver=xerces # The host:port where the xindice server is running. # Defaults to "localhost:8888". test.xmlrpc.hostport=localhost:8888 # Xindice web application context directory in the servlet engine. For # tomcat, a webapp named xindice.war is automatically deployed as # /xindice. Defaults to "/xindice/". test.xmlrpc.service-location=/xindice/ # Jakarta commons logger used while running tests. # NoOpLog: No logging. SimpleLog: logging to console. test.logger=org.apache.commons.logging.impl.SimpleLog # Jakarta commons logger log level test.loglevel=warn # ---- Compilation ------------------------------------------------------------- compile.debug=on compile.optimize=off compile.nowarn=off compile.deprecation=on compile.verbose=off # ---- Tomcat ------------------------------------------------------------------ # Location of the Jakarta Tomcat directory. # Environment variable TOMCAT_HOME is used by default. tomcat.home=${ENVIRONMENT.TOMCAT_HOME} # ---- Forrest ----------------------------------------------------------------- forrest.home=../xml-forrest/build/dist/shbat/ # ---- PMD --------------------------------------------------------------------- # Location of the pmd jar file. The latest version of PMD can be found at # http://pmd.sourceforge.net #pmd.jar=/usr/local/java/pmd-1.0rc3/lib/pmd-1.0rc3.jar # ---- System Properties ------------------------------------------------------- # WARNING: you shouldn't need to modify anything below here since there is a # very high change of breaking the build system. Do it only if you know what # you're doing. # Java packages packages=org.apache.xindice.* # Project's properties project.name=xml-xindice project.filename=xindice project.version=1.1b3 project.year=1999-2003 # Source directories documentation.dir=src/documentation config.dir=config tools.dir=tools bin.dir=bin root.dir=java jar.dir=${root.dir}/lib src.dir=${root.dir}/src test.src.dir=${root.dir}/tests/src scratchpad.src.dir=${root.dir}/scratchpad/src scratchpad.jar.dir=${root.dir}/scratchpad/lib # Destination directories build.dir=build src.build.dir=${build.dir}/classes test.build.dir=${build.dir}/classes-tests test.result.dir=${build.dir}/test-results test.report.dir=${build.dir}/test-report api.dir=${build.dir}/api eclipse.temp=${build.dir}/temp dist.dir=dist # Examples directories examples.dir=${root.dir}/examples # Guide directories guide.root.dir=${root.dir}/examples/guide guide.src.dir=${guide.root.dir}/src guide.build.dir=${build.dir}/classes-guide # Release directories webapp.name=xindice