Skip to main content



      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 10:30
Eclipse UserFriend

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: Thu Jul 10 09:37:57 EDT 2025

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

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

Back to the top