Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 86842 invoked from network); 9 Nov 2000 13:09:52 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 9 Nov 2000 13:09:52 -0000 Received: from bodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id OAA07703 for ; Thu, 9 Nov 2000 14:09:50 +0100 (MET) Received: (from bodewig@localhost) by bodewig.bost.de (8.9.3/8.9.3) id OAA08199; Thu, 9 Nov 2000 14:09:50 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: Problem with classpath References: <009501c04996$a89d5860$8eaea409@boeblingen.de.ibm.com> <007c01c049c7$7e3b02d0$5446e195@ns2000> <001901c04a1b$6b6f90e0$8eaea409@boeblingen.de.ibm.com> <001b01c04a25$50239b10$bc0ae195@ns2000> <000701c04a26$03ed2620$8eaea409@boeblingen.de.ibm.com> <005601c04a34$d51398c0$8eaea409@boeblingen.de.ibm.com> <006601c04a3f$51e374b0$8eaea409@boeblingen.de.ibm.com> From: Stefan Bodewig Date: 09 Nov 2000 14:09:49 +0100 In-Reply-To: "Stefan Schmitt"'s message of "Thu, 9 Nov 2000 12:22:17 +0100" Message-ID: Lines: 11 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Stefan Schmitt wrote: > Ok I have several Jar files which I load during the build > process. These files have to be inside of the classpath. for a particular task or for the whole Ant process? The first one is possible for a handfull of tasks, but by far not for all of them, the latter is imposible to do from within the buildfile. Stefan