Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 70307 invoked from network); 22 Mar 2011 15:24:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 15:24:01 -0000 Received: (qmail 12277 invoked by uid 500); 22 Mar 2011 15:24:00 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 12249 invoked by uid 500); 22 Mar 2011 15:24:00 -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 12241 invoked by uid 99); 22 Mar 2011 15:24:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 15:24:00 +0000 X-ASF-Spam-Status: No, hits=3.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thatguy1177@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 15:23:55 +0000 Received: by qwj8 with SMTP id 8so6222328qwj.4 for ; Tue, 22 Mar 2011 08:23:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=HtFbk1cycQztT92RiacXPd8MN5XcU9PCCGxGel8NOIM=; b=A9W3tpWtuEIr1P03ueYrBot/QSXxi66lbj23JualxZIcTIvEIsIkC2JiEPo+EW8ytS nyNyHEuNM/WHbZJPgH1HOwI4wMgoArVMFcST9f5LmV88bQaozzmajfBTgDXeSrmtqHYy x0i5yEkkyuboijJWPnhRlZNYBxhwN5t/5x6lQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=bbgtBH0+jbLzVuwUFXZ5jDqJeTpIWxZfhY+BiO+NbcnalUBK1gH2Tw+JmR+HxVz7ol G/Tu0sgdIdtx0L4L2zNzATSxJM2K+9kstjmb/LJoh+6rtoHCIxK0yAVgOSyTBovkeILQ iOe0rDXKcZtrFs9D2LLk/gHIQ+waYnQzSTM7k= MIME-Version: 1.0 Received: by 10.224.28.133 with SMTP id m5mr4891036qac.281.1300807414057; Tue, 22 Mar 2011 08:23:34 -0700 (PDT) Received: by 10.224.54.78 with HTTP; Tue, 22 Mar 2011 08:23:34 -0700 (PDT) In-Reply-To: <31211016.post@talk.nabble.com> References: <31211016.post@talk.nabble.com> Date: Tue, 22 Mar 2011 11:23:34 -0400 Message-ID: Subject: Re: Just the artifacts... From: Steve Miller To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=0015175cb5f8d60c10049f13d308 --0015175cb5f8d60c10049f13d308 Content-Type: text/plain; charset=ISO-8859-1 Try On Tue, Mar 22, 2011 at 11:21 AM, Richard_Senior wrote: > > Hello, > > This is my first 'modular' build and I've discovered Ivy.. which I > immediately like. > I'm trying to replace my existing build scripts which do what Ivy does > manually using the ant get task. > What I want to do is simply get all the dependancy jars into my /lib folder > but I'm getting all the source jars and ivy files too. > What do I do so that retrieve simply gets the jars I want, into the folder > I > want, and nothing else? > > These are my settings (censored) : > > > > > > > > > > > > > > > pattern="${workspace.dir}/[organisation]/build/dist/live/[artifact].[revision].[ext]"/> > > > > > pattern="http:/xxxx:8080/artifacts/[organisation]/[branch]/live/[artifact].[revision].[ext]" > /> > > > name="com.springsource.repository.bundles.release"> > pattern=" > http://repository.springsource.com/ivy/bundles/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > pattern=" > http://repository.springsource.com/ivy/bundles/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > > > name="com.springsource.repository.bundles.external"> > pattern=" > http://repository.springsource.com/ivy/bundles/external/[organisation]/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > pattern=" > http://repository.springsource.com/ivy/bundles/external/[organisation]/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > > > > > > > > > > > > name="com.springsource.org.apache.tools.ant" rev="1.8.1" /> > > name="com.springsource.bundlor" rev="1.0.0.RELEASE"/> > name="com.springsource.bundlor.blint" rev="1.0.0.RELEASE" /> > name="com.springsource.bundlor.commandline" rev="1.0.0.RELEASE" /> > name="com.springsource.bundlor.ant" rev="1.0.0.RELEASE" /> > > name="com.springsource.org.objectweb.asm" rev="3.2.0" /> > name="com.springsource.org.objectweb.asm.commons" rev="3.2.0" /> > > name="com.springsource.util.common" rev="2.0.0.RELEASE" /> > name="com.springsource.util.math" rev="2.0.0.RELEASE" /> > name="com.springsource.util.osgi" rev="2.0.0.RELEASE" /> > name="com.springsource.util.parser.manifest" rev="2.0.0.RELEASE" /> > > rev="4.8.1" /> > > name="com.springsource.com.thoughtworks.xstream" rev="1.3.1" /> > > name="com.springsource.javax.xml.stream" rev="1.0.1" /> > > > name="com.springsource.net.sf.ehcache" rev="1.6.2" /> > name="com.springsource.org.aopalliance" rev="1.0.0" /> > > name="com.springsource.org.apache.commons.codec" rev="1.4.0" /> > name="com.springsource.org.apache.commons.httpclient" rev="3.1.0" /> > name="com.springsource.org.apache.commons.lang" rev="2.5.0" /> > name="com.springsource.org.apache.commons.logging" rev="1.1.1" /> > > name="com.springsource.org.apache.log4j" rev="1.2.16" /> > name="com.springsource.org.codehaus.jettison" rev="1.0.1" /> > > > branch="20110318160503" /> > > > > -- > View this message in context: > http://old.nabble.com/Just-the-artifacts...-tp31211016p31211016.html > Sent from the ivy-user mailing list archive at Nabble.com. > > --0015175cb5f8d60c10049f13d308--