Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to trigger upstream builders when downstream projects change
How to trigger upstream builders when downstream projects change [message #479833] Wed, 12 August 2009 16:20
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
I'm implementing a new project incremental builder. My projects have
dependencies. For example, I have two projects: projectA and
projectThatDependsOnA. I'm unsure how I should tell eclipse to rebuild
projectThatDependsOnA everytime projectA changes. I've setup the project
references and that helps with build ordering but it doesn't seem to
trigger the upstream builds as necessary.

I see that I can call something like IProject#build but this doesn't
appear to run in the background as a normal build.

TIA
-Chris
Previous Topic:Open with system editor
Next Topic:Newbie: How to set new input for CNF?
Goto Forum:
  


Current Time: Thu Apr 25 12:15:58 GMT 2024

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

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

Back to the top