Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 4804 invoked from network); 25 Jun 2008 13:35:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2008 13:35:49 -0000 Received: (qmail 12275 invoked by uid 500); 25 Jun 2008 13:35:48 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 12250 invoked by uid 500); 25 Jun 2008 13:35:48 -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 12201 invoked by uid 99); 25 Jun 2008 13:35:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 06:35:47 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xavier.hanin@gmail.com designates 74.125.44.156 as permitted sender) Received: from [74.125.44.156] (HELO yx-out-1718.google.com) (74.125.44.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 13:34:56 +0000 Received: by yx-out-1718.google.com with SMTP id 34so570544yxf.70 for ; Wed, 25 Jun 2008 06:35:15 -0700 (PDT) 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:references; bh=54pXz2z61whHMdavGLrk4V3v1YTBWS820Y1uRqYfbh8=; b=sXDEtoPeCxORMBxaSHDrE8fmSeW5Mz7LaHQrQ31l+lAwTlzTCTdeyiVoRDOYrO2QBz uLVTHdFJD5L2BuhSe/YtcElB+y8ADXhlfsZ+P/k3wkki+4d4v8QtUKL+sEcc01wMEkE4 zZaozvuMcgKZ7ZOSaqEkXoNYxGBXqnyb5ChMQ= 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:references; b=e8n5ic7YWl3mCNXe4amNtQx11yz7CLKLh6DLcfk0Jz+e159BVFjYdv/6rczTNM2RIb yrGqKvoPAoTs069fHHT0+xjPhiV2rZUE1DTDJiPDIpzbwn7zRk1daKiBuSYfGJWEPqRC 3lo4X93GqBi51taYpcXK7XxVhucNXrtjxxbZM= Received: by 10.142.158.3 with SMTP id g3mr6775679wfe.344.1214400914542; Wed, 25 Jun 2008 06:35:14 -0700 (PDT) Received: by 10.142.255.15 with HTTP; Wed, 25 Jun 2008 06:35:14 -0700 (PDT) Message-ID: <635a05060806250635o48f03289p4c0e9dcddb9522b5@mail.gmail.com> Date: Wed, 25 Jun 2008 15:35:14 +0200 From: "Xavier Hanin" To: ivy-user@ant.apache.org Subject: Re: Ivy Repository Manager In-Reply-To: <4862351A.6050600@certus.dk> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10159_22611434.1214400914586" References: <4862351A.6050600@certus.dk> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10159_22611434.1214400914586 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Jun 25, 2008 at 2:07 PM, Brian Matzon wrote: > Has anyone done any work on having both the storage of files and metadata > along with a nice presentational UI ? > I have been looking at Ivy roundup and IvyRep - the former doesn't store > actual files and the latter doesn't seem to work (I get issues running > gen-content with beta 2). > I also checked Nexus and Archiva but both are too Maven centric and deals > with multi-repository stuff. > > I think I would have been happy if IvyRep worked (I couldn't get it to > work) - and has as nice an UI as Ivy roundup (maybe the UI sucks for many > packages, but thats not my case). gen-content .xml should still work, but you need to have a layout like this for your ivy files: [organisation]/[module]/ivy-[revision].xml If you have another layout, you'll need to make some adjustments. Xavier > > > Though its a tad annoying have to schedule an ant -f gen-content.xml ever > now and then, it does beat a full featured web server setup (like archiva > and nexus)! > > /matzon > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/ ------=_Part_10159_22611434.1214400914586--