Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 93610 invoked from network); 12 Mar 2002 03:04:45 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Mar 2002 03:04:45 -0000 Received: (qmail 18096 invoked by uid 97); 12 Mar 2002 03:04:44 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 18055 invoked by uid 97); 12 Mar 2002 03:04:44 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 18044 invoked from network); 12 Mar 2002 03:04:43 -0000 Message-ID: <3C8D704B.5080806@deragon.biz> Date: Mon, 11 Mar 2002 22:04:43 -0500 From: Hans Deragon Organization: Deragon Informatique inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: fr-ca, fr, en, de MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Newbie gets OutOfMemoryError. Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Greetings. I am a newbie and get the famous OutOfMemoryError. I want to try to avoid breaking up the building sequence and have all the source compiled under one single easy target. I tried many options regarding the javac task, but I get the feeling that it does not help much. For instance, I have set the fork option to "asdf" and ant did not even complained. I tried to specify build.properties with "modern" or "jikes", but again, I feel that this property is being ignored. Regardless of the options/properties I set, ant seams to behave always the same way; consumes 100% CPU for 1m18s and then spits out the OutOfMemoryError. Appended, my build.xml. Please feel free to suggest some improvements. I use ant 1.4.1, jdk 1.4.0 and jikes 1.15. Sincerely, Hans Deragon --------------------------------------------------------- -- To unsubscribe, e-mail: For additional commands, e-mail: