Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Ant project builders in separate VM?

It's my belief that "no one" (<.01%) uses Ant to run tasks that require
you to be inside the same VM as Eclipse. In fact, I'd say I'm on a
first-name basis with almost everyone who does. :)

The reason I asked about running in a separate VM for builders was just
to make sure that there wasn't some technical limitation I was
forgetting. We made the judgment call that Ant should run in a separate
VM by default back in October
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=45899); there was just a
technical limitation preventing us from doing it for builders.

- Jared

On Fri, 2004-03-05 at 12:03, Darin Wright wrote:
> Builders build the stuff being developed, rather than execute the stuff 
> being developed. It depends on how/why people use external builders. If 
> they use external builders in order to use a non-Eclipse compiler, it 
> makes sense to run in a seperate VM. If they use the Eclipse compiler, it 
> makes sense to run in the same VM, and take advantage of incremental 
> builds, etc. Eclipse comes with built in tasks to support this.
> 
> I suppose if 99% of external builders are using "javac", then they should 
> run in a seperate VM.



Back to the top