Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 66115 invoked from network); 19 Aug 2004 01:39:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Aug 2004 01:39:03 -0000 Received: (qmail 97624 invoked by uid 500); 19 Aug 2004 01:39:02 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 97531 invoked by uid 500); 19 Aug 2004 01:39:01 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 97517 invoked by uid 500); 19 Aug 2004 01:39:01 -0000 Received: (qmail 97512 invoked by uid 99); 19 Aug 2004 01:39:01 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 18 Aug 2004 18:38:59 -0700 Received: (qmail 66093 invoked by uid 1610); 19 Aug 2004 01:38:59 -0000 Date: 19 Aug 2004 01:38:59 -0000 Message-ID: <20040819013859.66092.qmail@minotaur.apache.org> From: seade@apache.org To: db-torque-cvs@apache.org Subject: cvs commit: db-torque/xdocs developer-guide.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N seade 2004/08/18 18:38:59 Modified: xdocs Tag: TORQUE_3_1_BRANCH developer-guide.xml Log: Update Developer Guide to reflect reality. Revision Changes Path No revision No revision 1.10.4.4 +40 -22 db-torque/xdocs/developer-guide.xml Index: developer-guide.xml =================================================================== RCS file: /home/cvs/db-torque/xdocs/developer-guide.xml,v retrieving revision 1.10.4.3 retrieving revision 1.10.4.4 diff -u -r1.10.4.3 -r1.10.4.4 --- developer-guide.xml 16 Aug 2004 03:04:38 -0000 1.10.4.3 +++ developer-guide.xml 19 Aug 2004 01:38:59 -0000 1.10.4.4 @@ -7,6 +7,7 @@ Jason van Zyl John McNally Martin Poeschl + Scott Eade @@ -18,36 +19,53 @@

- Building Torque from CVS is now very easy because it has been - Maven-enabled. 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 + 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.

- maven jar:jar builds the jar.
- Please refer to the Maven - - Getting Started document for instructions on how to build the - project using Maven. + 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).

--------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org