--

Last-Modified: $Date: 2001/12/23 00:22:05 $ 
Version: $Id: TORQUE_SETUP,v 1.2 2001/12/23 00:22:05 burton Exp $
Author: Kevin A. Burton ( burton@apache.org | burton@openprivacy.org )

Commentary:

Some misc notes I took when setting up Reptile to support Torque/Hypersonic

--

--- SETUP ---

- Download torque 2.1 from jakarta.apache.org.

- update build.properties with Reptile and Hypersonic as the targets.

- update reptile-schema.xml to represent the necessary Reptile XML schema.

--- FILES --- 

- All necessary files for use with Torque are available under

  REPTILE/src/torque

- Generated SQL is kept within

  REPTILE/src/sql

- Generated OM code is kept within the package org.openprivacy.reptile.om

--- DATABASE ---

- Developers need to update execute the .sql script on their hypersonic
  database.  The 'hypersonic' build tasks handles this for you.

