Here is a little patch for the 3 pages that have to be updated in maven-site 
and published.

The binaires are not yet in the distribution library 
http://www.apache.org/dyn/closer.cgi/maven/binaries: I suppose this is 
different from the production repository.

Hervé

Le mardi 22 mai 2007, Jason Dillon a écrit :
> I think there is more than merging needed, the website needs to be
> updated.  And is there an uber jar or something for this?  Previously
> the jar for ant to include as maven-artifact-ant-2.0.4-dep.jar, now
> there is just maven-ant-tasks-2.0.6.jar?
>
> The info page should also be updated too:
>
>      http://maven.apache.org/ant-tasks.html
>
> Would actually be nice to see this rendered with full detail about
> the tasks like the Ant manual.
>
>   * * *
>
> Anyways, I don't actually use these, but I know folks who do... and I
> keep getting hit up for helping them with questions, which is why I'm
> even bothering now ;-)
>
> --jason
>
> On May 22, 2007, at 8:57 AM, Jason van Zyl wrote:
> > Yup, the 72 hours elapsed from the last vote. So I'll merge those
> > into the production repository.
> >
> > http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/
> > apache/maven/maven-ant-tasks/
> >
> > All deployed.
Index: src/site/apt/ant-tasks.apt
===================================================================
--- src/site/apt/ant-tasks.apt	(revision 540725)
+++ src/site/apt/ant-tasks.apt	(working copy)
@@ -1,5 +1,5 @@
   --------
-  Ant Taks for Maven 
+  Ant Tasks for Maven 
   --------
   Brett Porter
   Herve Boutemy
@@ -22,7 +22,7 @@
 
 Installing the Ant Tasks
 
-  For convenience, the Ant task and all its dependencies are packaged together as a single JAR file.
+  For convenience, the Ant tasks and all its dependencies are packaged together as a single JAR file.
 
   There are two ways to use the tasks from your scripts.
 
@@ -83,7 +83,7 @@
   The above example will download those 3 dependencies, and their dependencies, and so on. They will be stored in
   the default local repository location, <<<$\{user.home\}/.m2/repository>>>.
 
-  You can also use a Maven 2.0 POM to declare your dependencies, which is {{{#POM} explained below}}. This is a
+  You can also use a Maven 2.0 POM to declare your dependencies, which is {{{#pom} explained below}}. This is a
   recommended practice so that you can reuse the file to deploy your own artifacts. 
 
   You may have noticed the <<<pathId>>> reference. This is optional, but if given will create a classpath reference
@@ -289,7 +289,7 @@
 The Settings File
 
   The POM can be used to represent most of the information that the tasks have access to, including remote
-  repositories. For information that is user or environment specific, such as the <<<authentication>>> tag, are
+  repositories. Informations that are user or environment specific, such as the <<<authentication>>> tag, are
   specified in the <<<settings.xml>>> file in Maven, and can be accessed from the Ant tasks also.
 
   The file is first looked for in <<<$\{user.home\}/.ant/settings.xml>>>, then in <<<$\{user.home\}/.m2/settings.xml>>>
@@ -333,7 +333,7 @@
 </settings>
 -----
 
-  For more information in configuring <<<settings.xml>>>, see:
+  For more information on configuring <<<settings.xml>>>, see:
 
     * {{{guides/mini/guide-configuring-maven.html} Configuring Maven}}.
 
@@ -342,7 +342,7 @@
     * {{{guides/mini/guide-mirror-settings.html} Using Mirrors for Repositories}}.
 
     * There is a
-      {{{http://svn.apache.org/repos/asf/maven/components/trunk/maven-cli/src/conf/settings.xml} sample settings file}}
+      {{{http://svn.apache.org/repos/asf/maven/components/trunk/maven-embedder/src/conf/settings.xml} sample settings file}}
       in the Maven installation.
 
 Sample Ant Script
Index: src/site/apt/download.apt
===================================================================
--- src/site/apt/download.apt	(revision 540725)
+++ src/site/apt/download.apt	(working copy)
@@ -27,7 +27,7 @@
 *-------------------------+---------+----------+-----------+
 | Maven ${currentVersion} (zip)         | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-${currentVersion}-bin.zip} maven-${currentVersion}-bin.zip}} | {{{http://www.apache.org/dist/maven/binaries/maven-${currentVersion}-bin.zip.md5} maven-${currentVersion}-bin.zip.md5}} | {{{http://www.apache.org/dist/maven/binaries/maven-${currentVersion}-bin.zip.asc} maven-${currentVersion}-bin.zip.asc}} |
 *-------------------------+---------+----------+-----------+
-| Maven 2.0.4 Tasks for Ant              | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0.4-dep.jar} maven-artifact-ant-2.0.4-dep.jar}} | {{{http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0.4-dep.jar.md5} maven-artifact-ant-2.0.4-dep.jar.md5}} | {{{http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0.4-dep.jar.asc} maven-artifact-ant-2.0.4-dep.jar.asc}} |
+| Maven Ant Tasks 2.0.6              | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-ant-tasks-2.0.6.jar} maven-ant-tasks-2.0.6.jar}} | {{{http://www.apache.org/dist/maven/binaries/maven-ant-tasks-2.0.6.jar.md5} maven-ant-tasks-2.0.6.jar.md5}} | {{{http://www.apache.org/dist/maven/binaries/maven-ant-tasks-2.0.6.jar.asc} maven-ant-tasks-2.0.6.jar.asc}} |
 *-------------------------+---------+----------+-----------+
 
 * Previous Releases
Index: src/site/xdoc/index.xml
===================================================================
--- src/site/xdoc/index.xml	(revision 540725)
+++ src/site/xdoc/index.xml	(working copy)
@@ -25,9 +25,9 @@
       <p>
         <a href="download.html">
           <img valign="top" src="images/folder-open.gif" border="0" alt="" title="download"/>
-          Maven Tasks for Ant 2.0.4
+          Maven Tasks for Ant 2.0.6
         </a>
-        <small>(870k)</small>
+        <small>(931k)</small>
         <span style="font-size: smaller">
           <br/>
           <a href="ant-tasks.html">Documentation</a>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to