Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 62602 invoked from network); 19 Dec 2008 19:30:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 19:30:23 -0000 Received: (qmail 3018 invoked by uid 500); 19 Dec 2008 19:30:23 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 2987 invoked by uid 500); 19 Dec 2008 19:30:23 -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 2971 invoked by uid 99); 19 Dec 2008 19:30:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 11:30:22 -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 jnewsham@referentia.com designates 209.237.134.231 as permitted sender) Received: from [209.237.134.231] (HELO mail41.atl.registeredsite.com) (209.237.134.231) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 19:30:13 +0000 Received: from mail2.referentia.com (mail2.referentia.com [216.122.129.145]) by mail41.atl.registeredsite.com (8.12.11.20060308/8.12.11) with ESMTP id mBJJTqSF029088 for ; Fri, 19 Dec 2008 14:29:52 -0500 Received: from EETHKOTH (corp1.referentia.com [64.128.15.194]) by mail2.referentia.com (8.11.6/8.11.0) with ESMTP id mBJJTop67253 for ; Fri, 19 Dec 2008 09:29:50 -1000 (HST) (envelope-from jnewsham@referentia.com) From: "Jim Newsham" To: References: <001601c96180$e30518c0$4600a8c0@referentia.com> <1229684675.9248.8.camel@myhome> Subject: RE: how to import artifacts Date: Fri, 19 Dec 2008 09:29:46 -1000 Message-ID: <004901c96210$2765c6b0$4600a8c0@referentia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: <1229684675.9248.8.camel@myhome> Thread-Index: AclhyamwDGj2xlPlTDuzZASffh73+AARLhFA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Virus-Checked: Checked by ClamAV on apache.org So I have to write a script just to import an artifact into a repository? I'm still surprised by that. I would expect to be able to invoke a command-line tool to do a simple import. I tried to figure out how to do that with "java -jar ivy.jar" (using the online documentation, which is particularly weak for this usage), but couldn't get anything working. I was a bit overwhelmed with the tutorials, and somewhat confused by how all of the ivy ant tasks work together. A document that describes this in detail would be very helpful. For example, I tried the publish task, but it complained that I needed to resolve something first. I read the documentation on the publish and resolve tasks, but was still left a bit confused. I eventually got something working, so this is more or less feedback from a neophyte on where the tutorials and documentation fall short. I think the current tuturials are great, just couldn't find what I wanted to do. Thanks also to those who provided scripts. The fact that people have to write such complex scripts to do seemingly core tasks also indicates an area where the tool is lacking. Best Regards, Jim Newsham > -----Original Message----- > From: Konstantin Rekk [mailto:konstantin.rekk@gbv.de] > Sent: Friday, December 19, 2008 1:05 AM > To: ivy-user@ant.apache.org > Subject: Re: how to import artifacts > > Not sure, if I've got your point. > But it seems to me that you are asking about the publish task: > > http://ant.apache.org/ivy/history/latest-milestone/use/publish.html > > Studying this tutorial (the ant build files, look for publish and > publish local targets) might help you: > > http://ant.apache.org/ivy/history/latest-milestone/tutorial/multiple.html > > Konstantin > > > > > > > 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 > > > > > > > > > > > > > >