Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-ant-dev] Bug 24129, ant in a separate JVM

Title: RE: [platform-ant-dev] Bug 24129, ant in a separate JVM

My product is heavily using ant too.  If I let build to compile whole code base, it is hard to avoid an "out of memory".  I split the code base into different sectors, and let ant compile code base sector by sector, then there is no "out of memory" any more

dong

-----Original Message-----
From: Gabriele Garuglieri [mailto:gabriele.garuglieri@xxxxxxxxxx]
Sent: Wednesday, May 21, 2003 4:50 AM
To: platform-ant-dev@xxxxxxxxxxx
Subject: Re: [platform-ant-dev] Bug 24129, ant in a separate JVM


I see that, but i use eclipse for real work and i'm a bit scared of
installing possible unstable releases.
Are you sure that in case i hit a show stopper bug i'm able to roll back
my workspace to 2.1?
Thanks,  Gabriele

Jared Burns wrote:

>As the bug report explains, this support has been released in alpha
>form. It's
>in the latest integration build if you want to try it out.
>
>Thanks,
>- Jared
>
>On Monday 19 May 2003 02:42 am, Gabriele Garuglieri wrote:

>
>>Please, what are the plans for the solution of this bug?
>>I'm heavily using ant and i'm hitting the "out of memory" wall way too
>>often. (i have already increased -Xm values to the maximum allowed by
>>physical memory constraint)
>>
>>Thanks,  Gabriele.
>>
>>_______________________________________________
>>platform-ant-dev mailing list
>>platform-ant-dev@xxxxxxxxxxx
>>http://dev.eclipse.org/mailman/listinfo/platform-ant-dev
>>   
>>
>
>_______________________________________________
>platform-ant-dev mailing list
>platform-ant-dev@xxxxxxxxxxx
>http://dev.eclipse.org/mailman/listinfo/platform-ant-dev
>

>

_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/platform-ant-dev


Back to the top