Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA95A1096B for ; Fri, 26 Dec 2014 16:17:47 +0000 (UTC) Received: (qmail 23026 invoked by uid 500); 26 Dec 2014 16:17:47 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 22889 invoked by uid 500); 26 Dec 2014 16:17:47 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 22593 invoked by uid 99); 26 Dec 2014 16:17:47 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Dec 2014 16:17:47 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 99C60AC10E2 for ; Fri, 26 Dec 2014 16:17:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1647992 [8/18] - in /ant/site/ivy/production/history/2.4.0: ivyfile/ settings/ settings/caches/ settings/macrodef/ settings/namespace/ Date: Fri, 26 Dec 2014 16:17:43 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141226161744.99C60AC10E2@hades.apache.org> Added: ant/site/ivy/production/history/2.4.0/ivyfile/mapped.html URL: http://svn.apache.org/viewvc/ant/site/ivy/production/history/2.4.0/ivyfile/mapped.html?rev=1647992&view=auto ============================================================================== --- ant/site/ivy/production/history/2.4.0/ivyfile/mapped.html (added) +++ ant/site/ivy/production/history/2.4.0/ivyfile/mapped.html Fri Dec 26 16:17:42 2014 @@ -0,0 +1,285 @@ + + + + + + + + +mapped | Apache Ivy™ + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ +
+ +
+ + + + +
+ + +
+ + +
+ + + + + + + +
+
+ +

mapped

+
Tag: mapped Parent: conf
+
+Describes a mapped dependency configuration for a master configuration.

Attributes

+ + + + + + + + +
AttributeDescriptionRequired
namethe name of the dependency configuration mapped.
'*' wildcard can be used to designate all configurations of this module
Yes
+ + +
+
+ + + + + + + + + +
+ + Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/mapped.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/mapped.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/mapped.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ant/site/ivy/production/history/2.4.0/ivyfile/override.html URL: http://svn.apache.org/viewvc/ant/site/ivy/production/history/2.4.0/ivyfile/override.html?rev=1647992&view=auto ============================================================================== --- ant/site/ivy/production/history/2.4.0/ivyfile/override.html (added) +++ ant/site/ivy/production/history/2.4.0/ivyfile/override.html Fri Dec 26 16:17:42 2014 @@ -0,0 +1,294 @@ + + + + + + + + +override | Apache Ivy™ + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ +
+ +
+ + + + +
+ + +
+ + +
+ + + + + + + +
+
+ +

override

+
Tag: override Parent: dependencies
+
+(since 2.0) + +Specify an override mediation rule, overriding the revision and/or branch requested for a transitive dependency.

This can be useful when a direct dependency is bringing a transitive dependency for which you want to change the revision, without actually declaring a dependency on it (because the module doesn't actually depend on it) and without using conflict management for this purpose (maybe because there is no conflict at all, or because you want to by pass conflict management for this particular transitive dependency).

Overriding is done before any else, in a phase called dependency descriptor mediation. The transitive dependency then behave exactly as if it were declared with the new value.

Note that even though no attribute is required, it makes no sense to set no attributes at all. It would mean that overriding is triggered for all transitive dependen cies, but doesn't override anything. Most of the time, at least org or module should be set to override only a subset of transitive dependencies, and at least branch or rev should be set to actually override something.

Attributes

+ + + + + + + + + + + + + + + + +
AttributeDescriptionRequired
orgthe name, or an expression matching the name of organisation to which overriding should be applied (see matcher attribute below)No, defaults to * (match all)
modulethe name, or an expression matching the name of module to which overriding should be applied (see matcher attribute below)No, defaults to * (match all)
branchthe branch to set for all the overriden dependency descriptorsNo, by default branch is not overriden
revthe revision to set for all the overriden dependency descriptorsNo, by default revision is not overriden
matcherthe matcher to use to match the modules for which the conflict manager should be usedNo, defaults to exact
+ +
+
+ + + + + + + + + +
+ + Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/override.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/override.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/override.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ant/site/ivy/production/history/2.4.0/ivyfile/publications.html URL: http://svn.apache.org/viewvc/ant/site/ivy/production/history/2.4.0/ivyfile/publications.html?rev=1647992&view=auto ============================================================================== --- ant/site/ivy/production/history/2.4.0/ivyfile/publications.html (added) +++ ant/site/ivy/production/history/2.4.0/ivyfile/publications.html Fri Dec 26 16:17:42 2014 @@ -0,0 +1,297 @@ + + + + + + + + +publications | Apache Ivy™ + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ +
+ +
+ + + + +
+ + +
+ + +
+ + + + + + + +
+
+ +

publications

+
Tag: publications Parent: ivy-module

+ +Container for artifact elements, used to describe the artifacts published by this module.

If this container is not present, it is assumed that the module has one artifact, with the same name as the module, and published in all module configurations.
+ +Thus if you have a module which publishes no artifacts (a sort of virtual module, made only to integrate several other modules as a whole), you have to include a publications element with no artifact sub element.

Attributes

+ + + + + + + + +
AttributeDescriptionRequired
defaultconfcomma separated list of public configurations in which artifacts are published by default (when no specific configurations are set on the artifact element).
'*' wildcard can be used to designate all public configurations of this module. since 2.0
No, defaults to '*'
+

Child elements

+ + + + + + + + +
ElementDescriptionCardinality
artifactdeclares a published artifact for this module0..n
+ + +
+
+ + + + + + + + + +
+ + Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/publications.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/publications.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/publications.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ant/site/ivy/production/history/2.4.0/ivyfile/repository.html URL: http://svn.apache.org/viewvc/ant/site/ivy/production/history/2.4.0/ivyfile/repository.html?rev=1647992&view=auto ============================================================================== --- ant/site/ivy/production/history/2.4.0/ivyfile/repository.html (added) +++ ant/site/ivy/production/history/2.4.0/ivyfile/repository.html Fri Dec 26 16:17:42 2014 @@ -0,0 +1,293 @@ + + + + + + + + +repository | Apache Ivy™ + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ +
+ +
+ + + + +
+ + +
+ + +
+ + + + + + + +
+
+ +

repository

+
Tag: repository Parent: info
+
+Gives information about a public repository where the module can be found. This information
is given as an indication, repositories being able to be down over time.

Attributes

+ + + + + + + + + + + + + + + + +
AttributeDescriptionRequired
namethe name of the repository. Try to respect spelling for common repositories (ibiblio, ivyrep, ...)Yes
urlan url pointing to the repository.Yes
patternan ivy pattern to find modules on this repositoryNo, but it's recommended to indicate it.
ivystrue if ivy file can be found on this repositoryNo, defaults to false.
artifactstrue if module artifacts can be found on this repositoryNo, defaults to false.
+ + +
+
+ + + + + + + + + +
+ + Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/repository.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/repository.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/site/ivy/production/history/2.4.0/ivyfile/repository.html ------------------------------------------------------------------------------ svn:mime-type = text/html