Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 23554 invoked from network); 11 May 2009 17:31:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 May 2009 17:31:54 -0000 Received: (qmail 38475 invoked by uid 500); 11 May 2009 17:31:53 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 38455 invoked by uid 500); 11 May 2009 17:31:53 -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 38445 invoked by uid 99); 11 May 2009 17:31:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 17:31:53 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of joshua.tharp@gmail.com designates 209.85.217.213 as permitted sender) Received: from [209.85.217.213] (HELO mail-gx0-f213.google.com) (209.85.217.213) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 17:31:44 +0000 Received: by gxk9 with SMTP id 9so6505296gxk.4 for ; Mon, 11 May 2009 10:31:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=QtGG2iJt0LjvjKItuhKs1HUrm9RQxCSTu5qLlrtlhP4=; b=gieFsTSqPyjdmkFtsWpqqSxc87nW5DE87JNhANfL/KuZAcpkSIs0Q1hps53ut6MMgk tR6S5V/lfatFBptGA73O1uBCBi3Iejpx3qVnZjeJ1YOW3b/S6DWSUCEOm/OT//z/3/9J S2AGaMlmEM5aKOkCwrLYfJkei2yaXFCVPtRrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=J1af1IoHeVruBLILmIsZ61OO8UJUdA8NflxEF1izkcsyLKz5Y3+B9Wd3pAroWbf9wN XMrAo0q6YPT3Zuj1HlstYmO/OMAT9xqz17CQ1q++SUddchsZcU73a/7rqrB7afTmkCeE 4tUg7FtZ9zf4MqnOPPlozKQMW7raM/eG+T4/U= MIME-Version: 1.0 Sender: joshua.tharp@gmail.com Received: by 10.100.138.8 with SMTP id l8mr16231789and.32.1242063083792; Mon, 11 May 2009 10:31:23 -0700 (PDT) In-Reply-To: <23487693.post@talk.nabble.com> References: <23487693.post@talk.nabble.com> Date: Mon, 11 May 2009 10:31:23 -0700 X-Google-Sender-Auth: 5b14f27921240bff Message-ID: Subject: Re: Settings & configuration for retrieving artifacts with classifier (javadoc, src, etc.) From: Joshua Tharp To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=0016e6408008e5eaac0469a65820 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6408008e5eaac0469a65820 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The pattern you are looking for is {whatever path stuff you want}/[module]-[revision](-[classifier]).[ext] On Mon, May 11, 2009 at 10:21 AM, imihov wrote: > > Hi, > > I am sure this problem has been addressed below, however, I could not find > a > well documented solution, hence my question. > > I would like to be able to retrieve artifacts with a "classifier" in their > name in addition to the main artifact (like the example below): > > apache-tomcat-6.0.18.tar.gz > apache-tomcat-6.0.18-src.tar.gz > apache-tomcat-6.0.18-deployer.tar.gz > > The same case holds for regular JAR artifacts: > > foo-1.2.5.jar > foo-1.2.5-src.jar > foo-1.2.5-javadoc.jar > foo-1.2.5-test.jar > > I am interested in having separate configurations to retrieve individual > artifacts. I would also like to preserve the full artifact name in the > local > cache, if possible. > > If anyone has done something like this, I am particularly interested in the > ivysettings.xml file (resolvers, caches, modules, etc.). > > Thanks, > --ivo > -- > View this message in context: > http://www.nabble.com/Settings---configuration-for-retrieving-artifacts-with-classifier-%28javadoc%2C-src%2C-etc.%29-tp23487693p23487693.html > Sent from the ivy-user mailing list archive at Nabble.com. > > --0016e6408008e5eaac0469a65820--