Expanding on the BuildManager [message #332890] |
Wed, 12 November 2008 21:54 |
Christopher Doss 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?
|
|
|
Powered by
FUDForum. Page generated in 0.03000 seconds