Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » B3 » Incremental build
Incremental build [message #488027] Fri, 25 September 2009 11:34 Go to next message
Eclipse UserFriend
Originally posted by: michael.charlton.ontology.com

Hello

We've been using PDE for the last couple of years and have found
that one of the biggest limitations we've experienced is the lack
of an incremental build. Are there plans for B3 to support this
at all?

Regards

Michael Charlton.
Re: Incremental build [message #488030 is a reply to message #488027] Fri, 25 September 2009 12:01 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Michael,

On 09/25/2009 01:34 PM, Michael Charlton wrote:
> Hello
>
> We've been using PDE for the last couple of years and have found
> that one of the biggest limitations we've experienced is the lack
> of an incremental build. Are there plans for B3 to support this
> at all?
>
Yes there is. We plan to have an 'UpToDateStrategy' attached to each BuildPart in the model. This strategy is meant to
be the basic mechanism for the incremental builds. In its simplest form, it just checks if the target is more recent
then any of its prerequisites but more advanced strategies will be available. One that comes to mind is of course
comparing binary files with their corresponding source files and what they in turn depend on (i.e. traditional
makedepend functionality).

Regards,
Thomas Hallgren
Re: Incremental build [message #578060 is a reply to message #488027] Fri, 25 September 2009 12:01 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Michael,

On 09/25/2009 01:34 PM, Michael Charlton wrote:
> Hello
>
> We've been using PDE for the last couple of years and have found
> that one of the biggest limitations we've experienced is the lack
> of an incremental build. Are there plans for B3 to support this
> at all?
>
Yes there is. We plan to have an 'UpToDateStrategy' attached to each BuildPart in the model. This strategy is meant to
be the basic mechanism for the incremental builds. In its simplest form, it just checks if the target is more recent
then any of its prerequisites but more advanced strategies will be available. One that comes to mind is of course
comparing binary files with their corresponding source files and what they in turn depend on (i.e. traditional
makedepend functionality).

Regards,
Thomas Hallgren
Previous Topic:Incremental build
Next Topic:Building non-Eclipse things with b3
Goto Forum:
  


Current Time: Fri Apr 19 01:53:38 GMT 2024

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

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

Back to the top