Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Incremental Builder(Saving state info of Incremental Builder)
Incremental Builder [message #645496] Fri, 17 December 2010 13:47
krishna is currently offline krishnaFriend
Messages: 5
Registered: August 2010
Junior Member
Hi,

How can I save state information required by an incremental builder.

Is there any facility provided by the Incremental Builder itself.

Currently, I am serializing the state information when ever it changes as it is quite small. I tried adding the save function to using Runtime.getRuntime().addShutdownHook(new Thread() {})
but this is only saving part of the info.


Thanks,

-Krishna
Previous Topic:How to always invoke a builder
Next Topic:Testing plugin branding
Goto Forum:
  


Current Time: Fri Mar 29 07:25:55 GMT 2024

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

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

Back to the top