Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E692E323 for ; Wed, 27 Feb 2013 18:54:26 +0000 (UTC) Received: (qmail 35402 invoked by uid 500); 27 Feb 2013 18:54:26 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 35346 invoked by uid 500); 27 Feb 2013 18:54:25 -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 35330 invoked by uid 99); 27 Feb 2013 18:54:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 18:54:25 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mspaulding06@gmail.com designates 209.85.219.53 as permitted sender) Received: from [209.85.219.53] (HELO mail-oa0-f53.google.com) (209.85.219.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 18:54:18 +0000 Received: by mail-oa0-f53.google.com with SMTP id m1so1922624oag.12 for ; Wed, 27 Feb 2013 10:53:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=JxzohqRLwA0AiOehjd1K+zhBDZf2yQINUofvPSagaPA=; b=HouyV8d2VBY/ZeUXmXUoLHIQGSTSxhWT4/5+5VZzQThgasZoNVllYG7rR2jkJRj8h6 F8vBpguSCktU2QsdwDZuz6ZHq0+ANptdEvLqyYvJy+y5eJnDlugyuRLvIWeMEpBLBZzJ pjHsU47Yp81qslXChkY625cwuxRIomU/EtxcO0kEV+J4VMSZ685W3P4EQVpxvCzD3iF8 DS3srQW0ZS7Ch0/LGwDsAVZJ/4hnRmljk+meq2JXEAMDdLY7w2rErmpuBP4namOClBkl HU54AvqmdRM2N69QMYp3hTrMwleLODc/h4r4vHKikID4h2WMRPzc7lJVBv6F7X9kzd4P 35cw== MIME-Version: 1.0 X-Received: by 10.60.7.3 with SMTP id f3mr3217050oea.64.1361991238339; Wed, 27 Feb 2013 10:53:58 -0800 (PST) Received: by 10.76.114.200 with HTTP; Wed, 27 Feb 2013 10:53:58 -0800 (PST) Date: Wed, 27 Feb 2013 10:53:58 -0800 Message-ID: Subject: Using classifiers with the install task From: Matt Spaulding To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=e89a8fb20164f2d3ae04d6b94bb1 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb20164f2d3ae04d6b94bb1 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm trying to use the ant install task to install a module with a classifier. When pulling the module in as a dependency, I use the following in my ivy.xml: And this works fine for dependency retrieval, but what is the equivalent when using the install task? I know the install task does not understand the artifact tag. Also, I've tried the following which does not work either: Any help is appreciated! Regards, Matt --e89a8fb20164f2d3ae04d6b94bb1--