These are the currently released versions of Torque:
We generate daily snapshots of the DB torque project. These are built on a daily base but are only source snapshots. There are no warranties that these build or run. You can get them from nightly snapshot site.
You can check out the latest source from the DB CVS module.
Torque resides in the db-torque module:
Torque uses Maven as its
build system. Run maven
or maven jar:jar
at the top of the source directory to build the runtime.
The generator is located in the src/generator
subdirectory and the Maven plugin can be found in
src/maven-plugin
. To build these components, run
maven in their respective directories.
Torque needs the JNDI and JDBC (for JDK 1.3) jars not distributed through the ibiblio Maven repository. Please download these jars from their home pages at Sun, JNDI and JDBC.