Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] java parameters

On Wed, May 07, 2003 at 08:54:05AM +0200, Sven Van Sighem wrote:

> Hello,
> 
> I'm having trouble compiling via ant in Eclipse. I get an outOfMemoryError.
> I had this before using ant from the command line and solved that by adding
> -Xms512m -Xmx512m parameters to the java call in the ant script.
> How can I do this in Eclipse?

There is a bug in the code which launches Ant. For details and a working
but ugly plug, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=24448

The plug can be found at http://sourceforge.net/project/showfiles.php?group_id=50507

It works for me, YMMV.

-- 
==============================================
Sowatec AG,       CH-8330 Pfäffikon (ZH)
Witzbergstr. 7,   http://www.sowatec.com
Tel: +41-(0)1-952 55 55
Fax: +41-(0)1-952 55 66
----------------------------------------------
Aaron "Optimizer" Digulla, digulla@xxxxxxxxxxx
==============================================


Back to the top