Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 73005 invoked from network); 19 Dec 2008 03:59:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 03:59:48 -0000 Received: (qmail 25966 invoked by uid 500); 19 Dec 2008 03:59:59 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 25940 invoked by uid 500); 19 Dec 2008 03:59:59 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 25929 invoked by uid 99); 19 Dec 2008 03:59:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 19:59:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daniel.becheanu@gmail.com designates 209.85.217.11 as permitted sender) Received: from [209.85.217.11] (HELO mail-gx0-f11.google.com) (209.85.217.11) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 03:59:39 +0000 Received: by gxk4 with SMTP id 4so955723gxk.4 for ; Thu, 18 Dec 2008 19:59:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=kQVwm/70dIwS2Q9B5vJBRMALOimajzfSAb7TiohJBP4=; b=O6DYyabj1BvA4s9ewZc9bVEJXrJEvM8GraUNMZulaoMt6TefqWhquVI51KHb3dcNnr 0kV9y4+DBvZMN9EltqSPBmuMiBqtZlNQfi/PQ9SuOmNg0+GifIXXkNb/EZQ9hzmhpDAm 5BMe0yigtAOryqBJKB5r1uuDFtOWn69TD1xxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WHOrZXZitS1VlaIgYjQK9HVrlsUCOMUCdK3n0+Eew51Z3rZis/FeToe1iXmeWAo04Y AHbD0XGsMdYkzssxmYOnihE63b+E1aNyG+1nsjWlR/kMgNuHb86S+WQYRcNLzi1CQmmZ qH3BsfJ9XM3Q9HB7QilDJwa668LqTxXkwDWEY= Received: by 10.151.112.4 with SMTP id p4mr4744002ybm.192.1229659158218; Thu, 18 Dec 2008 19:59:18 -0800 (PST) Received: by 10.151.85.15 with HTTP; Thu, 18 Dec 2008 19:59:18 -0800 (PST) Message-ID: <327c082b0812181959tb81a9adv5cabc2ff182abfa1@mail.gmail.com> Date: Thu, 18 Dec 2008 21:59:18 -0600 From: "Daniel Becheanu" To: ivy-user@ant.apache.org Subject: Re: how to import artifacts In-Reply-To: <001601c96180$e30518c0$4600a8c0@referentia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <001601c96180$e30518c0$4600a8c0@referentia.com> X-Virus-Checked: Checked by ClamAV on apache.org Look at http://ant.apache.org/ivy/history/latest-milestone/use/install.html On Thu, Dec 18, 2008 at 8:24 PM, Jim Newsham wrote: > > > I'd like to integrate ivy into our development process. In order to do so, > I would need to import all the existing dependencies (typically jars) that > our project currently uses, into a shared repository. I couldn't find this > anywhere in the documentation, so. what is the magical incantation to add a > single artifact into the repository? I would expect there to be a simple > command-line invocation where you pass a few parameters (org, module, > version, filename), and the file is added to the repository. > > > > This seems to me a fundamental requirement to set up a repository, so I'm > rather surprised that it's not documented in some obvious place, and there's > no tutorial that explains it. I saw a tutorial that shows how to copy > artifacts from one repository to another, but that's worthless if what you > have doesn't live in any repository yet. > > > > Thanks in advance, > > Jim > > > > > > > >