Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » how to persist my builder state across sessions
how to persist my builder state across sessions [message #331432] Fri, 05 September 2008 17:30 Go to next message
jtalafous is currently offline jtalafousFriend
Messages: 5
Registered: July 2009
Junior Member
Hi, I am building a Builder which builds QSAR files.

It works great standalone but I need to finish off integrating it into the
platform and I am fuzzy.

When I modify a file and it saves, it performs a proper incremental build.

When I click Project -> Clean, it performs a proper full build.

But if I shutdown the platform and bring it back again, the Builder needs
to regain its state, but isn't. So when it is asked to do an incremental
build, it gets confused.

I guess I could ask it to perform a full rebuild every my plugin starts,
but I think it would be better to save the state of the Builder.

I would appreciate any hints, tips, links, pointers so that I can arrive
at the proper solution. Thanks!
Re: how to persist my builder state across sessions [message #331436 is a reply to message #331432] Fri, 05 September 2008 23:31 Go to previous message
jtalafous is currently offline jtalafousFriend
Messages: 5
Registered: July 2009
Junior Member
resource.setSessionProperty(QualifiedName key, Object value)

p. 585 jdg2e.com
Previous Topic:[P2] Problem creating repository with .product when exporting for multiple platforms
Next Topic:PDE build/test problems after migrating to 3.4
Goto Forum:
  


Current Time: Sat Oct 19 06:18:24 GMT 2024

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

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

Back to the top