Re: Question about eclipse incremental builder [message #331306] |
Fri, 29 August 2008 16:36 |
Prakash G.R. 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.
>
|
|
|
Powered by
FUDForum. Page generated in 0.03102 seconds