Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 71518 invoked from network); 11 Oct 2010 12:38:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Oct 2010 12:38:37 -0000 Received: (qmail 57015 invoked by uid 500); 11 Oct 2010 12:38:36 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 56743 invoked by uid 500); 11 Oct 2010 12:38:34 -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 56726 invoked by uid 99); 11 Oct 2010 12:38:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 12:38:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of DSills@datasourceinc.com designates 65.201.144.130 as permitted sender) Received: from [65.201.144.130] (HELO dsboss.dsource.local) (65.201.144.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 12:38:26 +0000 X-Ninja-PIM: Scanned by Ninja Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: How to exclude sources when building using Ant Date: Mon, 11 Oct 2010 08:38:03 -0400 Message-ID: In-Reply-To: Thread-Topic: How to exclude sources when building using Ant Thread-Index: ActpOmga4M6JXMaJTN+h4z643el4CwABaciw References: From: "David Sills" To: All: I have finally managed to successfully integrate at least a beginner's setup for Ivy into my project, after a bit of head-banging. However, another problem has arisen. What really helped me was that since I was using Spring, I was able to build the Spring codebase, which enabled me to see a real project with Ivy in action. That seemed to help a lot (also, a bunch of additional JAR files were downloaded in the process, which went immediately into= my cache). Now I am getting the imports I need (and some I don't actually need) using ivy:retrieve in Ant. No objection to having the license files, but I really don't need the *-source-*.jar files (which are, however, in the cache, and it's not such a bad thing, having them). I'm not quite understanding how not to retrieve these files during my build. Any suggestions would be welcome. David Sills