You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2007/07/09 12:16:04 UTC

[jira] Created: (IVY-564) expose ivy variables as Ant properties

expose ivy variables as Ant properties
--------------------------------------

                 Key: IVY-564
                 URL: https://issues.apache.org/jira/browse/IVY-564
             Project: Ivy
          Issue Type: Improvement
          Components: Ant
    Affects Versions: 2.0.0-alpha-1
            Reporter: Xavier Hanin
            Assignee: Xavier Hanin
             Fix For: 2.0.0-alpha-2


When configuring Ivy, some variables are set, it would be useful to have access to their values as Ant properties after the configuration. Since Ant properties are immutable, only variables not already set in Ant would be exposed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVY-564) expose ivy variables as Ant properties

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin resolved IVY-564.
------------------------------

    Resolution: Fixed

Ivy variables are now exposed as Ant properties after the call to configure or settings loading.  For each Ivy variable, up to two properties are set:
- one with the variable name
- one with the variable name suffixed by dot + the settings id (if any)

Ant properties immutability is respected.

> expose ivy variables as Ant properties
> --------------------------------------
>
>                 Key: IVY-564
>                 URL: https://issues.apache.org/jira/browse/IVY-564
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Ant
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Xavier Hanin
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-alpha-2
>
>
> When configuring Ivy, some variables are set, it would be useful to have access to their values as Ant properties after the configuration. Since Ant properties are immutable, only variables not already set in Ant would be exposed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.