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?

And furthermore, though an active member of the ant community, I am *not* on
a first-name basis with anyone that has constructed a build system tied to
an IDE. :)


John-Mason Shackelford

Software Developer
Pearson Educational Measurement - eMeasurement Group

2510 North Dodge St.
Iowa City, IA 52245
ph. 319-354-9200x6214
john-mason.shackelford@xxxxxxxxxxx
http://etest.ncspearson.com


-----Original Message-----
From: platform-ant-dev-admin@xxxxxxxxxxx
[mailto:platform-ant-dev-admin@xxxxxxxxxxx] On Behalf Of Jared Burns
Sent: Friday, March 05, 2004 3:09 PM
To: platform-ant-dev@xxxxxxxxxxx
Subject: 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.

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

**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************


Back to the top