Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 24677 invoked from network); 15 May 2003 12:16:22 -0000 Received: from mail.huk-coburg.de (HELO fwvx2303.huk-coburg.de) (193.201.183.194) by daedalus.apache.org with SMTP; 15 May 2003 12:16:22 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: URGENT:Issue with compiler !!! Date: Thu, 15 May 2003 14:16:08 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: URGENT:Issue with compiler !!! Thread-Index: AcMa2xw9S2CPnYE9RdGKaa4pjB15NAAAHwew From: "Bansemir, Carsten" To: "Ant Users List" X-OriginalArrivalTime: 15 May 2003 12:16:09.0897 (UTC) FILETIME=[C4D52990:01C31ADB] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N memoryMaximumSize=3D"128m" <-- does it also (embedded in the javac task) -----Urspr=FCngliche Nachricht----- Von: Antoine Levy-Lambert [mailto:levylambert@tiscali-dsl.de] Gesendet: Donnerstag, 15. Mai 2003 14:12 An: Ant Users List Betreff: Re: URGENT:Issue with compiler !!! you might need to set some memory parameters for your compiler for compilation to succeed. I do not know them by heart, but something like -Xmx128m -Xms64m (meaning 64 M of memory intially allocated, and maximum 128) Antoine ----- Original Message ----- From: "Praseed Balakrishan" To: Sent: Thursday, May 15, 2003 1:57 PM Subject: URGENT:Issue with compiler !!! > Hi All , > > Iam facing some issue with javac compiler. > > Earlier i was using javac1.3, when i faced the problem of classes not > getting generated if any one of the java file in the source tree fail = to > compile. > > I switched back to javac1.2 which helped me generated the class files, = but > not all. > Im facing a situaltion where, if i write diffrent javac tasks to go = thru > each folder and compile, it works, but if i give the whole source tree = for > compilation, it fails to generate all class files. > > any clues what might be going wrong here. > > Thanks > > --Praseed > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org