Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 4315 invoked from network); 24 Dec 2007 18:34:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Dec 2007 18:34:43 -0000 Received: (qmail 52872 invoked by uid 500); 24 Dec 2007 18:34:32 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 52409 invoked by uid 500); 24 Dec 2007 18:34:31 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 52398 invoked by uid 99); 24 Dec 2007 18:34:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Dec 2007 10:34:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Dec 2007 18:34:09 +0000 Received: by an-out-0708.google.com with SMTP id d30so347979and.79 for ; Mon, 24 Dec 2007 10:34:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4pK4d1/5yk3GPlnsdisW4cg8iDrd9wTHmDs0aObl5dw=; b=GFAAvdO03nLfKYgl2tAXmk+lSa2C7aeQvZx1czo5pMvCagBSh6TaG30nIAa38eYJSfcwANcyOwxGKoD36LyWIfvwuiTcvz4zc9QkRw1yDiL4Sd+4d0nA/OHqk29g3JK2fRvnyEh0zHrI+VZXZ5OpSE9ymZ4tUEkvhQeXNG+Lf1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o//3+fi7M0Qi5TZ63wKTqubG8r5Y9eU3YmR2T9xwt9pqAr9S0wxilU2Q4XrTaBdCc4lsYr2Fvnmx2D6P+Puv5ivzrwZmJiEyYk19xdVpYoJ79j1UVMf9ldhIaLqBw2nNUR+sq1t0Pu47U2ZpWaEfT/uJ/gN9ybJfUb0Ul/ABYZ0= Received: by 10.100.216.3 with SMTP id o3mr10063643ang.28.1198521252406; Mon, 24 Dec 2007 10:34:12 -0800 (PST) Received: by 10.100.4.13 with HTTP; Mon, 24 Dec 2007 10:34:12 -0800 (PST) Message-ID: Date: Mon, 24 Dec 2007 11:34:12 -0700 From: "Wendy Smoak" To: continuum-users@maven.apache.org Subject: Re: How to control stack size available to ant build? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On Dec 24, 2007 10:57 AM, Sasha Ovsankin wrote: > Hi-- > > I am having trouble with Ant build -- it terminates with > java.lang.StackOverflowError. > > Is there a way to increase stack size available to Ant builds? I think it's -Xss to set the stack size. (See the output of "java -X" for more.) With Maven, I would set MAVEN_OPTS in the environment for the user running Continuum. Does Ant have something similar that it will pass to each Java process? -- Wendy