Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » problem with a custom incremental builder
problem with a custom incremental builder [message #656427] Fri, 25 February 2011 15:30
No real name is currently offline No real nameFriend
Messages: 11
Registered: November 2010
Junior Member

I have a plug-in that lets you create a new project, in this project there is a custom builder which creates and update a database.

This builder when a file is created or change updates the database with the new file and its reference to other files. My problem is when a new file is created A and i had a file B that reference A the builder update the file A but it doesn't update B because B never change and the incremental builder doesn't rebuild it.

I tried to look how java manage to update the markers in one file when the class reference a class doesn't exist , and when the referenced class is created, the class who had the error is immediately updated and the marker is deleted.

any way to solve this or programs who solve similar problems , would help.

thanks.
Previous Topic:Enforcing feature dependencies in Update site
Next Topic:PDE has only one wizard
Goto Forum:
  


Current Time: Wed Apr 24 19:57:48 GMT 2024

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

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

Back to the top