Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 56900 invoked by uid 500); 27 Aug 2001 12:35:02 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 56891 invoked from network); 27 Aug 2001 12:35:01 -0000 Message-ID: <007401c12ef5$9eb4aa70$81f33c3f@cognetnt> From: "Conor MacNeill" To: References: Subject: Re: [PATCH] forking javac with specified memory settings (take 2) Date: Mon, 27 Aug 2001 22:38:23 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Eric, I have committed this. Please supply unified diffs in future. Thanks Conor ----- Original Message ----- From: "Eric Lefevre" To: Sent: Thursday, August 23, 2001 11:03 PM Subject: [PATCH] forking javac with specified memory settings (take 2) > OK, I have corrected the DefaultCompilerAdapter.java file by adding a > test for Java 1.1. > For Java 1.1, the parameters for javac will be of the form: "-J-ms64m", > while for Java 1.2 and higher, they will be: "-J-Xms64m". I cannot > really test this on my machine, so I'll trust the documentation. > > As far as I can tell, the files should be ready to check in. > > Eric >