$Id: BUILD-README.txt,v 1.4 2003/05/31 13:01:44 geaz Exp $ XTAS build instructions ----------------------- 1. Set build properties in file build.properties (make a copy of the build.properties.sample file, rename to build.properties, and modify to reflect the location of the jars below on your computer and directories you define for a start): build.dir - temporary build dir path dist.dir - destination dir src.dir - source dir etc.dir - etc dir xslt.lib - XSLT library path (Xalan 2-jar) parser.lib - XSLT library path (Xerces 2-jar) xml.lib - JAXP library path (xml-apis.jar) junit.lib - JUnit path (junit.jar) castor.lib - Exolab's Castor XML library path (castor-0.9.X.XX-xml.jar) servlet.lib - servlet-apis JAR path (servlet.jar) xml-rpc.lib - XML-RPC library (xmlrpc-1.2-b1.jar) xmldb.lib - XML:DB library (xmldb-api-20021118.jar) 2. Set OS environment variables (see build.bat for (Win)-example) JAVA_HOME - path to jdk ANT_HOME - path to Jakarta ANT installation 3. Launch ant [jar|doc|dist|clean|examples|server] (jar - default) (see build.bat - for Windows) Your result will be at {dist.dir}/...