From torque-dev-return-8151-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Thu Nov 01 16:21:06 2007
Return-Path:
Delivered-To: apmail-db-torque-dev-archive@www.apache.org
Received: (qmail 81924 invoked from network); 1 Nov 2007 16:21:06 -0000
Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2)
by minotaur.apache.org with SMTP; 1 Nov 2007 16:21:06 -0000
Received: (qmail 92387 invoked by uid 500); 1 Nov 2007 16:20:53 -0000
Delivered-To: apmail-db-torque-dev-archive@db.apache.org
Received: (qmail 92349 invoked by uid 500); 1 Nov 2007 16:20:53 -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 92338 invoked by uid 500); 1 Nov 2007 16:20:53 -0000
Received: (qmail 92335 invoked by uid 99); 1 Nov 2007 16:20:53 -0000
Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230)
by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 09:20:53 -0700
X-ASF-Spam-Status: No, hits=-100.0 required=10.0
tests=ALL_TRUSTED
X-Spam-Check-By: apache.org
Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3)
by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 16:21:12 +0000
Received: by eris.apache.org (Postfix, from userid 65534)
id CB2AA1A9832; Thu, 1 Nov 2007 09:20:31 -0700 (PDT)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r591070 - in /db/torque: generator/trunk/src/conf/
maven-plugin/trunk/ runtime/trunk/ site/trunk/xdocs/developer-info/
site/trunk/xdocs/version-specific/database-howtos/ tutorial/trunk/xdocs/
Date: Thu, 01 Nov 2007 16:20:28 -0000
To: torque-commits@db.apache.org
From: tv@apache.org
X-Mailer: svnmailer-1.0.8
Message-Id: <20071101162031.CB2AA1A9832@eris.apache.org>
X-Virus-Checked: Checked by ClamAV on apache.org
Author: tv
Date: Thu Nov 1 09:20:26 2007
New Revision: 591070
URL: http://svn.apache.org/viewvc?rev=591070&view=rev
Log:
Fixed village references in build scripts and docs
Modified:
db/torque/generator/trunk/src/conf/build-torque.xml
db/torque/maven-plugin/trunk/project.xml
db/torque/runtime/trunk/gump.xml
db/torque/site/trunk/xdocs/developer-info/developer-guide.xml
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml
db/torque/tutorial/trunk/xdocs/step4.xml
db/torque/tutorial/trunk/xdocs/step6.xml
Modified: db/torque/generator/trunk/src/conf/build-torque.xml
URL: http://svn.apache.org/viewvc/db/torque/generator/trunk/src/conf/build-torque.xml?rev=591070&r1=591069&r2=591070&view=diff
==============================================================================
--- db/torque/generator/trunk/src/conf/build-torque.xml (original)
+++ db/torque/generator/trunk/src/conf/build-torque.xml Thu Nov 1 09:20:26 2007
@@ -42,6 +42,7 @@
+
-
+Persistence Layer
-
+
-
+
@@ -53,7 +53,6 @@
-
@@ -62,7 +61,7 @@
-
+
Modified: db/torque/site/trunk/xdocs/developer-info/developer-guide.xml
URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/developer-info/developer-guide.xml?rev=591070&r1=591069&r2=591070&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/developer-info/developer-guide.xml (original)
+++ db/torque/site/trunk/xdocs/developer-info/developer-guide.xml Thu Nov 1 09:20:26 2007
@@ -86,7 +86,7 @@
- Change into the directories common, runtime, templates, generator, and
+ Change into the directories common, village, runtime, templates, generator, and
maven2-plugin in this order and run mvn install
in each of them.
Modified: db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml
URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml?rev=591070&r1=591069&r2=591070&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml (original)
+++ db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml Thu Nov 1 09:20:26 2007
@@ -85,7 +85,7 @@
not map to one of the columns in the visitor table is written to a large
object field in the database. Database actions in the TurbineUserPeer and
BasePeer classes are done through the
-Village API.
+Village API.
The village API uses the ResultSetMetaData returned by your JDBC driver to
determine the types of the columns in a SQL result set. Unfortunately,
in PostgreSQL large objects are referenced using an OID column (which is a
@@ -123,7 +123,7 @@
the driver, please try it out. You may also wish to try upgrading to a
more recent version of the Postgrest driver and also make sure that you
are using the latest released version of
-Village.
+Village.
- You need not download any of these libraries -
+ You don't need to download any of these libraries -
Maven will download them automatically when you
build your project.
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org