Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 51839 invoked from network); 11 Oct 2007 08:40:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2007 08:40:34 -0000 Received: (qmail 34519 invoked by uid 500); 11 Oct 2007 08:40:21 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 34479 invoked by uid 500); 11 Oct 2007 08:40:20 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 34468 invoked by uid 500); 11 Oct 2007 08:40:20 -0000 Received: (qmail 34465 invoked by uid 99); 11 Oct 2007 08:40:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 01:40:20 -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, 11 Oct 2007 08:40:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AF2AF1A9832; Thu, 11 Oct 2007 01:39:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583738 - in /ant/core/branches/ANT_17_BRANCH: docs/ docs/manual/CoreTasks/ docs/manual/OptionalTasks/ docs/manual/api/ xdocs/ Date: Thu, 11 Oct 2007 08:39:40 -0000 To: ant-cvs@apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071011083941.AF2AF1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Thu Oct 11 01:39:39 2007 New Revision: 583738 URL: http://svn.apache.org/viewvc?rev=583738&view=rev Log: merge Ivy announcement from trunk Modified: ant/core/branches/ANT_17_BRANCH/docs/antnews.html ant/core/branches/ANT_17_BRANCH/docs/index.html ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html (contents, props changed) ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/retry.html (contents, props changed) ant/core/branches/ANT_17_BRANCH/docs/manual/OptionalTasks/sshexec.html ant/core/branches/ANT_17_BRANCH/docs/manual/api/index.html ant/core/branches/ANT_17_BRANCH/xdocs/antnews.xml ant/core/branches/ANT_17_BRANCH/xdocs/index.xml Modified: ant/core/branches/ANT_17_BRANCH/docs/antnews.html URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/antnews.html?rev=583738&r1=583737&r2=583738&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/docs/antnews.html (original) +++ ant/core/branches/ANT_17_BRANCH/docs/antnews.html Thu Oct 11 01:39:39 2007 @@ -179,6 +179,18 @@

News

+ + Apache Ivy is an Ant Sub-Project Now! +

+

October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!

+

Apache Ivy, "A Java based tool for tracking, resolving and + managing project dependencies.", just finished Incubation and has joined + the Ant project. More information will be available from the Ant + site soon.

+

Until we've finished the migration, you can learn more about + Ivy from its Incubator + website.

+

AntUnit 1.0

Modified: ant/core/branches/ANT_17_BRANCH/docs/index.html URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/index.html?rev=583738&r1=583737&r2=583738&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/docs/index.html (original) +++ ant/core/branches/ANT_17_BRANCH/docs/index.html Thu Oct 11 01:39:39 2007 @@ -175,6 +175,18 @@

Welcome

+ + Apache Ivy is an Ant Sub-Project Now! +

+

October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!

+

Apache Ivy, "A Java based tool for tracking, resolving and + managing project dependencies.", just finished Incubation and has joined + the Ant project. More information will be available from the Ant + site soon.

+

Until we've finished the migration, you can learn more about + Ivy from its Incubator + website.

+

Ant 1.7.0

Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html?rev=583738&r1=583737&r2=583738&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html (original) +++ ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html Thu Oct 11 01:39:39 2007 @@ -1,95 +1,95 @@ - - - - - - -Antversion Task - - - - -

Antversion

-

Description

-

-Stores the Ant version (when used as task) or checks for a specific Ant version -(when used as condition). -Since Ant 1.7.0 -

- - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescriptionRequired (Task)Required (Condition)
atleastThe version that this at least. - The format is major.minor.point.NoOne of these.
exactlyThe version that this ant is exactly. - The format is major.minor.point.No
propertyThe name of the property to set.YesNo (ignored)
- - -

Examples

- -
-<antversion property="antversion"/>
-
-

Stores the current Ant version in the property antversion.

- -
-<antversion property="antversion" atleast="1.6"/>
-
-

Stores the Ant version in the property antversion if the current Ant version is 1.6.0 -or higher. Otherwise the property remains unset.

- -
-<antversion property="ant-is-exact-7" exactly="1.7.0"/>
-
-

Sets the property ant-is-exact-7 if Ant 1.7.0 is running. Neither 1.6.5 nor 1.7.0 -would match.

- -
-<condition property="Ant17isOnline">
-  <and>
-    <antversion exactly="1.7.0"/>
-    <http url="http://ant.apache.org"/>
-  </and>
-</condition>
-
-

Sets Ant17isOnline if Ant 1.7.0 is running and can get a non-error-response from -the Ant homepage.

- - - + + + + + + +Antversion Task + + + + +

Antversion

+

Description

+

+Stores the Ant version (when used as task) or checks for a specific Ant version +(when used as condition). +Since Ant 1.7.0 +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescriptionRequired (Task)Required (Condition)
atleastThe version that this at least. + The format is major.minor.point.NoOne of these.
exactlyThe version that this ant is exactly. + The format is major.minor.point.No
propertyThe name of the property to set.YesNo (ignored)
+ + +

Examples

+ +
+<antversion property="antversion"/>
+
+

Stores the current Ant version in the property antversion.

+ +
+<antversion property="antversion" atleast="1.6"/>
+
+

Stores the Ant version in the property antversion if the current Ant version is 1.6.0 +or higher. Otherwise the property remains unset.

+ +
+<antversion property="ant-is-exact-7" exactly="1.7.0"/>
+
+

Sets the property ant-is-exact-7 if Ant 1.7.0 is running. Neither 1.6.5 nor 1.7.0 +would match.

+ +
+<condition property="Ant17isOnline">
+  <and>
+    <antversion exactly="1.7.0"/>
+    <http url="http://ant.apache.org"/>
+  </and>
+</condition>
+
+

Sets Ant17isOnline if Ant 1.7.0 is running and can get a non-error-response from +the Ant homepage.

+ + + Propchange: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/retry.html URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/retry.html?rev=583738&r1=583737&r2=583738&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/retry.html (original) +++ ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/retry.html Thu Oct 11 01:39:39 2007 @@ -1,55 +1,55 @@ - - - - - - -Retry Task - - -

Retry

-

Description

-

Retry is a container which executes a single nested task until either: there is no failure; or: -its retrycount has been exceeded. If this happens a BuildException is thrown. -Since Ant 1.7.1

- -

Parameters

- - - - - - - - - - - -
AttributeDescriptionRequired
retrycountnumber of times to attempt to execute the nested taskYes
-

Any valid Ant task may be embedded within the retry task.

- -

Example

-
-<retry retrycount="3">
-  <get src="http://www.unreliable-server.com/unreliable.tar.gz" 
-       dest="/home/retry/unreliable.tar.gz" />
-</retry>
-
-

This example shows how to use <retry> to wrap a task which must interact with an unreliable network resource.

- - + + + + + + +Retry Task + + +

Retry

+

Description

+

Retry is a container which executes a single nested task until either: there is no failure; or: +its retrycount has been exceeded. If this happens a BuildException is thrown. +Since Ant 1.7.1

+ +

Parameters

+ + + + + + + + + + + +
AttributeDescriptionRequired
retrycountnumber of times to attempt to execute the nested taskYes
+

Any valid Ant task may be embedded within the retry task.

+ +

Example

+
+<retry retrycount="3">
+  <get src="http://www.unreliable-server.com/unreliable.tar.gz" 
+       dest="/home/retry/unreliable.tar.gz" />
+</retry>
+
+

This example shows how to use <retry> to wrap a task which must interact with an unreliable network resource.

+ + Propchange: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/retry.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/OptionalTasks/sshexec.html URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/manual/OptionalTasks/sshexec.html?rev=583738&r1=583737&r2=583738&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/docs/manual/OptionalTasks/sshexec.html (original) +++ ant/core/branches/ANT_17_BRANCH/docs/manual/OptionalTasks/sshexec.html Thu Oct 11 01:39:39 2007 @@ -188,4 +188,4 @@

- \ No newline at end of file + Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/api/index.html URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/manual/api/index.html?rev=583738&r1=583737&r2=583738&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/docs/manual/api/index.html (original) +++ ant/core/branches/ANT_17_BRANCH/docs/manual/api/index.html Thu Oct 11 01:39:39 2007 @@ -28,4 +28,4 @@ are included with all our distributions.

- \ No newline at end of file + Modified: ant/core/branches/ANT_17_BRANCH/xdocs/antnews.xml URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/xdocs/antnews.xml?rev=583738&r1=583737&r2=583738&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/xdocs/antnews.xml (original) +++ ant/core/branches/ANT_17_BRANCH/xdocs/antnews.xml Thu Oct 11 01:39:39 2007 @@ -26,6 +26,20 @@ +
+

October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!

+ +

Apache Ivy, "A Java based tool for tracking, resolving and + managing project dependencies.", just finished Incubation and has joined + the Ant project. More information will be available from the Ant + site soon.

+ +

Until we've finished the migration, you can learn more about + Ivy from its Incubator + website.

+
+

January 8, 2007 - Apache AntUnit 1.0 Available

Apache AntUnit 1.0 is now available for +

+

October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!

+ +

Apache Ivy, "A Java based tool for tracking, resolving and + managing project dependencies.", just finished Incubation and has joined + the Ant project. More information will be available from the Ant + site soon.

+ +

Until we've finished the migration, you can learn more about + Ivy from its Incubator + website.

+
+

December 19, 2006 - Ant 1.7.0 Available

Apache Ant 1.7.0 is now available for