Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Project delete
Project delete [message #517773] Tue, 02 March 2010 00:39 Go to next message
Brian Vosburgh is currently offline Brian VosburghFriend
Messages: 137
Registered: July 2009
Senior Member
According to the JavaDoc for IProject.delete(...) the project deletion can fail for a number of reasons. If I have an IResourceChangeListener that deletes our stuff related to the soon-to-be-deleted project when it receives a PRE_DELETE event, what is the typical way for me to recover if the project deletion fails? Is there any sort of event indicating the project has been resurrected and I should restore my stuff?

Thanks.
Re: Project delete [message #519962 is a reply to message #517773] Wed, 10 March 2010 16:26 Go to previous message
Brian Vosburgh is currently offline Brian VosburghFriend
Messages: 137
Registered: July 2009
Senior Member
Any takers? :-)
Quote:
According to the JavaDoc for IProject.delete(...) the project deletion can fail for a number of reasons. If I have an IResourceChangeListener that deletes our stuff related to the soon-to-be-deleted project when it receives a PRE_DELETE event, what is the typical way for me to recover if the project deletion fails? Is there any sort of event indicating the project has been resurrected and I should restore my stuff?

Thanks.


Previous Topic:Focus and key events with SWT_AWT bridge
Next Topic:Dependency problem
Goto Forum:
  


Current Time: Fri Mar 29 14:18:27 GMT 2024

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

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

Back to the top