From ivy-user-return-2238-apmail-incubator-ivy-user-archive=incubator.apache.org@incubator.apache.org Wed Jan 02 16:28:23 2008 Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 83124 invoked from network); 2 Jan 2008 16:28:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2008 16:28:23 -0000 Received: (qmail 11913 invoked by uid 500); 2 Jan 2008 16:28:11 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 11896 invoked by uid 500); 2 Jan 2008 16:28:11 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Delivered-To: moderator for ivy-user@incubator.apache.org Received: (qmail 94251 invoked by uid 99); 1 Jan 2008 16:24:00 -0000 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 scw1109@gmail.com designates 209.85.128.190 as permitted sender) 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:mime-version:content-type; bh=vIjukgMLmAC763NQK+GwMIq+oPIlcirF23TbFQeCFS0=; b=xkA6JG/ODFGWzYRAsL3a/p/puPVUpuCsyI7jdN7PxS1gHeW1SkL0CjzDb23U8Cd6TwJOM1xwjFondLOMNSZ3x8pulOrXYN1332byZwUCTftsy5lP3vJg/zgJ2ish5FvcyA9qZxGc/QpbG53W3tmIKziZEDTxERwOs/gpZ8U9F8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=wt3dBLlqbyW6HtlUrZCil7SBZMNC67pzvO+1xGzlaKeFJsRSA6jo3YHpMC3mE5Gb5IALSy0uwd3OgzsHinnj+vqWIPxPRhMIl5zlh6Vesr1i7obuTJJS6MfIvyBYzKOAbkDMXzp2AR+y5XHDCGsc6oWNfvBsZKs35UVsQff8We8= Message-ID: <70af3ec10801010823j1edcd2f7s2def5d19287e9583@mail.gmail.com> Date: Wed, 2 Jan 2008 00:23:42 +0800 From: "Alan She" To: ivy-user@incubator.apache.org Subject: How can I retrieve binary files and source files in one shot? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23162_25215001.1199204622019" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23162_25215001.1199204622019 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Is there any way to retrieve binary and sources by ibiblio resolver in one shot and put the binary jar file in lib/ and put the sources jar file in libsrc/ ? I used maven ant task (an ant task for ant user to load libraries from maven2 repo) before, it can do this by something like the following: I noticed that the pattern of ibiblio resolver has a (-[classifier]) which seems to be useful to this problem. But I have no idea how to get this work. Would you mind to give me some hints? Thanks a lot! Alan She ------=_Part_23162_25215001.1199204622019--