Ed Hillmann wrote:
I'm new to Ivy, and I'm trying to use the v 2.0.0 Beta 2 release for
the first time (well, more specifically, Ivy for the first time).  I
have been using Maven for the last few months.  We have a local
Artifactory Maven repository inside our network, which I would like to
use for Ivy's public repository.  I really need to, as the Unix box on
which I develop does not have access to the external world, but can
access the Artifactory server (which has been granted access to
external repository and acts as a mirror).

So, I've read through the doco, and I've defined an ivysettings.xml
file as follows:

<ivysettings>
        <settings defaultResolver="default"/>
        <include url="ivysettings-public.xml"/>

<include file="ivysettings-public.xml"/>

Or supply a URL with a protocol like "file:/...".

Jim

Reply via email to