From torque-dev-return-11172-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Sat Jun 2 14:34:09 2012 Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3905C8C5 for ; Sat, 2 Jun 2012 14:34:09 +0000 (UTC) Received: (qmail 53051 invoked by uid 500); 2 Jun 2012 14:34:09 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 52994 invoked by uid 500); 2 Jun 2012 14:34:09 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 52980 invoked by uid 500); 2 Jun 2012 14:34:08 -0000 Received: (qmail 52975 invoked by uid 99); 2 Jun 2012 14:34:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2012 14:34:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2012 14:33:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2DD342388980; Sat, 2 Jun 2012 14:33:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1345513 - in /db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm: step1-ant.xml step1-maven.xml step2.xml step3-ant.xml step3-maven.xml step4.xml step5.xml step6-ant.xml step6-maven.xml Date: Sat, 02 Jun 2012 14:33:25 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120602143326.2DD342388980@eris.apache.org> Author: tfischer Date: Sat Jun 2 14:33:25 2012 New Revision: 1345513 URL: http://svn.apache.org/viewvc?rev=1345513&view=rev Log: Tutorial fixes Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step1-ant.xml db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step1-maven.xml db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step2.xml db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-ant.xml db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-maven.xml db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step4.xml db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step5.xml db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step6-ant.xml db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step6-maven.xml Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step1-ant.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step1-ant.xml?rev=1345513&r1=1345512&r2=1345513&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step1-ant.xml (original) +++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step1-ant.xml Sat Jun 2 14:33:25 2012 @@ -34,7 +34,7 @@ configure a Torque-based ORM project using ant. For this, you need to create ant's build.xml file and make the necessary libraries available. - It is recommended to run the tutorial against a mysql datanase, as + It is recommended to run the tutorial against a mysql database, as all of the explanation in this tutorial assumes that you use mysql.

@@ -55,7 +55,7 @@ use the following template and save it as build.xml in the project's base directory. Then edit it to reflect your specific needs - (typically you need to change the database urls, + (typically you need to change the database URLs, the database host, the database user and password):

@@ -93,7 +93,7 @@ packaging="classpath" configPackage="org.apache.torque.templates.sql" sourceDir="src/main/schema" - newFileTargetDir="target/generated-sql"> + defaultOutputDir="target/generated-sql">