Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Incremental builders and source dependencies
Incremental builders and source dependencies [message #591665] Mon, 09 February 2009 22:17
Drake is currently offline DrakeFriend
Messages: 2
Registered: July 2009
Junior Member
Hello,

I have an incremental builder, which creates java source files. The
problem is that when dependencies (super class and implemented classes) of
the class change, the changes don't get reflected back to the generated
source files, it doesn't rebuild the class because there is no
notification of the changes to the classes it depends on.

Is there a way to be notified of when dependent classes change? It would
seems as if there should already be a way to do this from a plug-in but am
not seeing it. The closest thing I have been able to find is
IWorkspace.addResourceChangeListener, but I am not sure that is the right
way to do it.
Previous Topic:headless compilation: equinox launcher version
Next Topic:why my svn in eclipse 3.4.1 doesn't display the file version number and modified state?
Goto Forum:
  


Current Time: Tue Mar 19 03:41:01 GMT 2024

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

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

Back to the top