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 "Gilles Scokart (JIRA)" <ji...@apache.org> on 2007/06/12 13:02:26 UTC

[jira] Assigned: (IVY-372) ivyconf include syntax

     [ https://issues.apache.org/jira/browse/IVY-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Scokart reassigned IVY-372:
----------------------------------

    Assignee: Gilles Scokart

> ivyconf include syntax
> ----------------------
>
>                 Key: IVY-372
>                 URL: https://issues.apache.org/jira/browse/IVY-372
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>         Environment: Any
>            Reporter: Eric Crahen
>            Assignee: Gilles Scokart
>            Priority: Minor
>
> It would be a handy thing if the <include/> tag within an ivyconf.xml could resolve files relative to the file requested, For example,
> I might have a series of ivyconf files:
> http://www.myserver.com/ivy/ivyconf-default.xml
> http://www.myserver.com/ivy/ivyconf-extras.xml
> The only difference between ivyconf-default and ivyconf-extras is that extras adds a different resolver. 
> If possible I'd like to utilize all the stuff in ivyconf-default and not repeat that config in ivyconf-extras.
> Ideally, ivyconf-extras would like sort of like this.
> <ivyconf>
>   <include file="ivyconf-default.xml"/>
>   <resolvers>
>     <!-- New resolvers -->
>   <resolvers/>
>   <!-- Additional property -->
> </ivyconf>
> Now when I ivy:configure url="http://www.myserver.com/ivy/ivyconf-extras.xml", what would 
> be nice would be for ivy to look at the include and say, I'm going to resolve that against the
> path of the config file I'm processing, rather than resolve against the local filesystem; so it
> would use http://www.myserver.com/ivy/ivyconf-default.xml from the remote server.

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