You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Pavel Savara (JIRA)" <ji...@apache.org> on 2009/01/11 16:15:59 UTC

[jira] Created: (IVY-1002) doc/settings/resolvers.html should contain example of how to add resolved into existing/default chain

doc/settings/resolvers.html should contain example of how to add resolved into existing/default chain
-----------------------------------------------------------------------------------------------------

                 Key: IVY-1002
                 URL: https://issues.apache.org/jira/browse/IVY-1002
             Project: Ivy
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 2.0-RC2
            Reporter: Pavel Savara


Maybe something like this:

<ivysettings>
    <settings defaultResolver="default"/>
    <include url="${ivy.default.conf.dir}/ivysettings-public.xml"/>
    <include url="${ivy.default.conf.dir}/ivysettings-shared.xml"/>
    <resolvers>
        <ibiblio name="robocode-public" m2compatible="true" root="http://robocode.sourceforge.net/maven2"/>
        <chain name="web" dual="true">
            <resolver ref="robocode-public"/>
            <resolver ref="public"/>
        </chain>
        <chain name="main" dual="true">
            <resolver ref="shared"/>
            <resolver ref="web"/>
        </chain>
    </resolvers>
    <include url="${ivy.default.conf.dir}/ivysettings-local.xml"/>
    <include url="${ivy.default.conf.dir}/ivysettings-default-chain.xml"/>
</ivysettings>

BTW: quality of documentation is excellent :-)
Cheers!

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