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 92099 invoked from network); 17 Jul 2000 08:54:55 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 17 Jul 2000 08:54:55 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id KAA01500 for ; Mon, 17 Jul 2000 10:54:52 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id KAA01408; Mon, 17 Jul 2000 10:54:52 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: Javac task References: <3972C830.EEB37DB4@debis.com> From: Stefan Bodewig Date: 17 Jul 2000 10:54:52 +0200 In-Reply-To: wreissen@debis.com's message of "Mon, 17 Jul 2000 10:47:45 +0200" Message-ID: Lines: 14 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> "WR" == Wolfgang Reissenberger writes: WR> Is it possible, to set compiler options directly in the JAVAC WR> task? Not yet, sorry. WR> 1. The compiler has run out of memory: Ant runs javac inside the same VM - so just specify more memory to the VM when starting Ant (either hack ant.bat or start Ant manually using the -mx or -Xmx option). Stefan