From bodewig@bost.de Thu Aug 3 07:09:34 2000 Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 35299 invoked from network); 3 Aug 2000 07:09:34 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 3 Aug 2000 07:09:34 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id JAA14792 for ; Thu, 3 Aug 2000 09:09:33 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id JAA01639; Thu, 3 Aug 2000 09:09:33 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: Example on web page References: From: Stefan Bodewig Date: 03 Aug 2000 09:09:33 +0200 In-Reply-To: Bill Brooks's message of "Wed, 2 Aug 2000 10:51:39 -0700 (PDT)" Message-ID: Lines: 17 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "BB" == Bill Brooks writes: BB> David, When I use your example, I get the following warning: BB> [javac] The implicit copying of support files by javac has BB> been deprecated. Use the copydir task to copy support files BB> explicitly. BB> ...can we modify the example to eliminate this? Difficult issue here. The version of Ant David's example has been added to (speaking of CVS version) will not issue this warning. Ant 1.1 will, but it shipped with a different example. Stefan