Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Incremental Builder, changes to multiple projects
Incremental Builder, changes to multiple projects [message #163630] Sun, 30 November 2003 07:37 Go to next message
Eclipse UserFriend
Originally posted by: dcorbin.machturtle.com

I have an IncrementalBuilder. If have two files open, form different
projects and do a "SaveAll". Is the build method on the IncrementalBuilder
called two seperate times? It looks like it would have to be given the API.
If I'm right, is there anyway to have it called only once per save?

Thanks.
David
Re: Incremental Builder, changes to multiple projects [message #164972 is a reply to message #163630] Tue, 02 December 2003 17:09 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

An IncrementalProjectBuilder is installed on a single project. If two
projects change, then two builders will be called (note that the two
calls are on different instances of your builder). There is no way to
only have one builder called (apart from only installing your builder on
one project).
--

David Corbin wrote:
> I have an IncrementalBuilder. If have two files open, form different
> projects and do a "SaveAll". Is the build method on the IncrementalBuilder
> called two seperate times? It looks like it would have to be given the API.
> If I'm right, is there anyway to have it called only once per save?
>
> Thanks.
> David
Previous Topic:SubSeven exists in TestRunner$3.class ?
Next Topic:Path resolution in Eclipse
Goto Forum:
  


Current Time: Wed Sep 17 12:43:19 EDT 2025

Powered by FUDForum. Page generated in 0.03010 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top