Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 36154 invoked from network); 20 Oct 2003 10:51:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Oct 2003 10:51:24 -0000 Received: (qmail 88722 invoked by uid 500); 20 Oct 2003 10:51:21 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 88685 invoked by uid 500); 20 Oct 2003 10:51:21 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 88672 invoked from network); 20 Oct 2003 10:51:20 -0000 Received: from unknown (HELO bodewig.bost.de) (62.96.16.111) by daedalus.apache.org with SMTP; 20 Oct 2003 10:51:20 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id h9KApKl29481; Mon, 20 Oct 2003 12:51:20 +0200 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: dev@ant.apache.org Subject: Re: [Ant 1.6beta2] Problem with task and ant-launcher.jar References: <3F930608.4040707@gmx.de> From: Stefan Bodewig Date: 20 Oct 2003 12:51:19 +0200 In-Reply-To: <3F930608.4040707@gmx.de> Message-ID: Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Portable Code) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sun, 19 Oct 2003, Christopher Lenz wrote: > The corresponding invocation does not specifiy the > "includeantruntime" attribute, which defaults to true. So the Ant > runtime should be included in the classpath. However, the > ant-launcher.jar doesn't seem to be on the classpath here. I'm not really sure whether it must be there, but it should be now (using CVS HEAD). includeantruntime="true" is supposed to put enough of Ant into the CLASSPATH to run Ant's JUnit testrunner, and this doesn't need ant-launcher.jar. It used to include all of Ant in Ant 1.5.x, but this is no longer true since we've split up optional.jar. I've added ant-launcher.jar so that you now should have enough in CLASSPATH to actually run Ant, but you may find that you don't have access to any optional tasks. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org