Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Expanding on the BuildManager
Expanding on the BuildManager [message #332890] Wed, 12 November 2008 21:54
Christopher Doss is currently offline Christopher DossFriend
Messages: 1
Registered: July 2009
Junior Member
Hello,
I'm interested in creating a system that builds on Eclipse where users can
create custom build steps. However, I want the build steps to be able to
be integrated with other build steps. Basically, I want to create
mybuildmanager, where I can conditionally call the
IncrementalProjectBuilders on my own, based on what the user requests.

I've looked at BuildManager, and alot of its elements are private or
protected, which means it's difficult to build on top of. I don't want to
override the current BuildManager. I just want to extend it with new
functionality. In an ideal world, mybuildmanager would be called during
the buildloop of BuildManager. mybuildmanager would then call the series
of build steps. Each build step would be able to mark up the programs as
needed. What's the best approach that I should take?
Previous Topic:How to enable/disable a set of Toogle buttons
Next Topic:Multiple IProgressMonitors?
Goto Forum:
  


Current Time: Wed Jul 17 18:44:58 GMT 2024

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

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

Back to the top