-------------------------------------------------------------------------- T O R Q U E -------------------------------------------------------------------------- Torque is an Object/Relational persistence layer. bin/ Temporary directory for building the project. build/ Location of Ant build.xml and build.properties files. examples/ Example XML Torque schemas that are part of the distribution. src/ Location of Java sources and Torque templates. xdocs/ Torque documention in Anakia formatted tags. -------------------------------------------------------------------------- B U I L D I N G -------------------------------------------------------------------------- You must have ant version 1.4 or newer installed. You must set the following properties in either your ${user.home}/build.properties file, or a build.properties file added by you to the Torque top-level directory: velocity.jar xerces.jar village.jar log4j.jar Alternately, you can set the property lib.repo to the directory acting as a repository holding the JARs named by default.properties. Torque uses Velocity to generate the OM sources, and Torque XML schema parsing requires Xerces. We will soon move to using the Digester to parse the XML schema, and at that point any SAX parser will be sufficient. Village is required to build the distribution. Village isn't needed for building, but the generated classes are dependent on Village. Log4j is required for logging in Torque.