Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 24426 invoked from network); 24 Oct 2008 23:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2008 23:46:21 -0000 Received: (qmail 29704 invoked by uid 500); 24 Oct 2008 23:46:22 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 29659 invoked by uid 500); 24 Oct 2008 23:46:22 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 29648 invoked by uid 99); 24 Oct 2008 23:46:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 16:46:22 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.198.243] (HELO rv-out-0708.google.com) (209.85.198.243) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 23:45:12 +0000 Received: by rv-out-0708.google.com with SMTP id b17so1094102rvf.40 for ; Fri, 24 Oct 2008 16:45:50 -0700 (PDT) Received: by 10.141.76.1 with SMTP id d1mr1528912rvl.269.1224891950752; Fri, 24 Oct 2008 16:45:50 -0700 (PDT) Received: by 10.140.174.4 with HTTP; Fri, 24 Oct 2008 16:45:50 -0700 (PDT) Message-ID: Date: Fri, 24 Oct 2008 16:45:50 -0700 From: "Brendan Miller" To: user@ant.apache.org Subject: ant default classpath MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org In a build.xml I have, I have a javac task that I perfrom where I don't explicitly pass it any classpath. Yet, when I run ant -v, I get an enourmous classpath. What gives? How does ant construct it's default classpath? Is this documented anywhere? I didn't see anything in the javac task documentation. Thanks, Brendan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org