Torque Directory Structure

Here is what the Torque directory structure looks like in CVS:

Building

The Torque build process uses Maven. Before you begin, you'll need to check out the db-torque CVS repository (if you are not familiar with the Apache CVS repositories, please refer to the documentation). Specific information for Torque is available on the Source Repository page.

To build the Torque generator jar execute maven jar:jar in the src/generator directory (maven jar:install to install a copy of the jar in your local Maven repository).

To build and install the Torque maven-plugin execute maven plugin:install in the src/maven-plugin directory.

To build the Torque runtime jar execute maven jar:jar in the root directory of the project (maven jar:install to install a copy of the jar in your local Maven repository).

Testing

You must define a profile in your ${user.home}/build.properties file

Edit the profile to match your database settings. To start the runtime tests simply type:

Please report any problems to the torque-dev mailing list.