Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 41272 invoked from network); 9 Feb 2007 23:23:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2007 23:23:23 -0000 Received: (qmail 42538 invoked by uid 500); 9 Feb 2007 23:23:30 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 42415 invoked by uid 500); 9 Feb 2007 23:23:30 -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 42404 invoked by uid 500); 9 Feb 2007 23:23:30 -0000 Received: (qmail 42401 invoked by uid 99); 9 Feb 2007 23:23:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 15:23:30 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Fri, 09 Feb 2007 15:23:22 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 33C6E1A981A; Fri, 9 Feb 2007 15:23:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r505548 - in /db/torque: common/trunk/project.properties maven-plugin/trunk/xdocs/index.xml site/trunk/xdocs/index.xml site/trunk/xdocs/status.xml tutorial/trunk/xdocs/step1.xml Date: Fri, 09 Feb 2007 23:23:01 -0000 To: torque-commits@db.apache.org From: gmonroe@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070209232302.33C6E1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmonroe Date: Fri Feb 9 15:23:00 2007 New Revision: 505548 URL: http://svn.apache.org/viewvc?view=rev&rev=505548 Log: Documentation and build changes related to Maven 1.0.x not being able to find the repository. Modified: db/torque/common/trunk/project.properties db/torque/maven-plugin/trunk/xdocs/index.xml db/torque/site/trunk/xdocs/index.xml db/torque/site/trunk/xdocs/status.xml db/torque/tutorial/trunk/xdocs/step1.xml Modified: db/torque/common/trunk/project.properties URL: http://svn.apache.org/viewvc/db/torque/common/trunk/project.properties?view=diff&rev=505548&r1=505547&r2=505548 ============================================================================== --- db/torque/common/trunk/project.properties (original) +++ db/torque/common/trunk/project.properties Fri Feb 9 15:23:00 2007 @@ -30,7 +30,7 @@ # If you are not an Torque committer, you can safely ignore these. :-) # # ======================================================================== -maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/ +maven.repo.remote=http://repo1.maven.org/maven maven.remote.group=apcvs maven.repo.list=apache Modified: db/torque/maven-plugin/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/db/torque/maven-plugin/trunk/xdocs/index.xml?view=diff&rev=505548&r1=505547&r2=505548 ============================================================================== --- db/torque/maven-plugin/trunk/xdocs/index.xml (original) +++ db/torque/maven-plugin/trunk/xdocs/index.xml Fri Feb 9 15:23:00 2007 @@ -28,6 +28,10 @@ + + Please see the News and Status Page for + information about a Maven 1.0.x repository change. +

Modified: db/torque/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/index.xml?view=diff&rev=505548&r1=505547&r2=505548 ============================================================================== --- db/torque/site/trunk/xdocs/index.xml (original) +++ db/torque/site/trunk/xdocs/index.xml Fri Feb 9 15:23:00 2007 @@ -29,6 +29,9 @@ + + Please see the News and Status Page for + information about a Maven 1.0.x repository change.

Torque is an object-relational mapper for java. In other words, Torque Modified: db/torque/site/trunk/xdocs/status.xml URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/status.xml?view=diff&rev=505548&r1=505547&r2=505548 ============================================================================== --- db/torque/site/trunk/xdocs/status.xml (original) +++ db/torque/site/trunk/xdocs/status.xml Fri Feb 9 15:23:00 2007 @@ -37,6 +37,24 @@ Torque.

+ +

+ Maven default repository has moved and now Maven 1.0.x is + unable to find required dependencies without a minor configuration + change. You will need to add the following to your + project.properties file: +

    + maven.repo.remote=http://repo1.maven.org/maven +
+ A good place to do add this is in your user id's default + Maven project.properties file. This is in your user home + directory, e.g. C:\Documents and Settings\userid on Windows + or ~userid on *nix. If it doesn't exist, just create one + with just that line. +

+

For more information see the Maven 1.1 Site. +

+

Modified: db/torque/tutorial/trunk/xdocs/step1.xml URL: http://svn.apache.org/viewvc/db/torque/tutorial/trunk/xdocs/step1.xml?view=diff&rev=505548&r1=505547&r2=505548 ============================================================================== --- db/torque/tutorial/trunk/xdocs/step1.xml (original) +++ db/torque/tutorial/trunk/xdocs/step1.xml Fri Feb 9 15:23:00 2007 @@ -73,10 +73,24 @@

- Maven uses the - ibiblio maven repository - to download any libraries and resources it needs. From there, - obtain the Torque maven plugin by typing + Maven uses an online repository to download any libraries and + resources it need. The default for this has been the + ibiblio maven repository. + However, this has been moved and now Maven 1.0.x is + unable to find required dependencies without a minor configuration + change. (For more information see + the Maven 1.1 Site.) +

+

+ In order to find the files that Torque needs, you will need to create + a file named project.properties in your user's home directory. + e.g. C:\Documents and Settings\userid on Windows + or ~userid on *nix. This file only needs the following line in it: +

    + maven.repo.remote=http://repo1.maven.org/maven +
+

+

Once you have done this, obtain the Torque maven plugin by typing: