Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Re: Question about eclipse incremental builder
Re: Question about eclipse incremental builder [message #331306] Fri, 29 August 2008 16:36
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
I guess the sequence is dictated by the order specified in your .project
file.

Copying platform newsgroup as it belongs there rather than jdt

- Prakash

http://blog.eclipse-tips.com


Raymond wrote:
> Hey,
>
> When a java project is create, our plug-in assign two buiders to the
> project.
> Both of those two builders extend IncrementalProjectBuilder class. I
> have some questions about the building sequence. Let's call those two
> builders builderA
> and builderB. For example, we have two project P1 and P2. When an auto
> build or incremtnal build is triggered. In what order do the builders
> build those two projects? Do they work like builderA builds P1,then
> builds P2; then builderB builds P1, then P2? I see
> IncrementalProjectBuilder.build() methods is
> called in an ISafeRunnable(), does it mean builderA can build P1 and P2
> synchronously? or builderA builds P2 untile it finishes building P1?
> Thanks.
>
Previous Topic:How to add new wizard in no category
Next Topic:CellEditor of TableViewer
Goto Forum:
  


Current Time: Thu Jul 25 18:32:26 GMT 2024

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

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

Back to the top