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 @@
</properties>
<body>
+ <source>
+ Please see the <a href="../../../status.html">News and Status Page</a> for
+ information about a Maven 1.0.x repository change.</source>
+
<section name="Introduction">
<p>
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 @@
</properties>
<body>
+ <source>
+ Please see the <a href="status.html">News and Status Page</a> for
+ information about a Maven 1.0.x repository change.</source>
<section name="What is Torque?">
<p>
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.
</p>
+ <subsection name="10 February 2007 - Maven 1.0.x Dependency Problems">
+ <p>
+ 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:
+ <ul>
+ maven.repo.remote=http://repo1.maven.org/maven
+ </ul>
+ 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.
+ </p>
+ <p>For more information see <a
href="http://maven.apache.org/maven-1.x/news.html">the Maven 1.1 Site.</a>
+ </p>
+ </subsection>
<subsection name="23 November 2006 - Torque 3.3-rc1 is released!">
<p>
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 @@
</p>
<p>
- Maven uses the
- <a href="http://www.ibiblio.org/maven">ibiblio maven repository</a>
- 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
+ <a href="http://www.ibiblio.org/maven">ibiblio maven repository</a>.
+ 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
+ <a href="http://maven.apache.org/maven-1.x/news.html">the Maven 1.1
Site.</a>)
+</p>
+<p>
+ 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:
+ <ul>
+ maven.repo.remote=http://repo1.maven.org/maven
+ </ul>
+</p>
+<p>Once you have done this, obtain the Torque maven plugin by typing:
</p>
<source><![CDATA[
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]