Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » Is there a way to detect when Eclipse finished the workspace upgrade?
Is there a way to detect when Eclipse finished the workspace upgrade? [message #1819711] Tue, 21 January 2020 15:02 Go to next message
Eclipse UserFriend
We have a custom plugin that updates some files in the old workspace for our custom projects when Eclipse starts.
Is there a way to detect when Eclipse finished the workspace upgrade programmatically? So we can run our update process after.

Thanks.
Re: Is there a way to detect when Eclipse finished the workspace upgrade? [message #1820603 is a reply to message #1819711] Thu, 23 January 2020 13:56 Go to previous messageGo to next message
Eclipse UserFriend
I haven't verified but I'd expect that using IWorkspace.run() or a WorkspaceJob should ensure your code is run once the upgrade has completed.
Re: Is there a way to detect when Eclipse finished the workspace upgrade? [message #1821324 is a reply to message #1820603] Mon, 10 February 2020 14:40 Go to previous message
Eclipse UserFriend
I don't know how to verify when Eclipse finished the workspace upgrade, but using the WorkspaceJob works for me.
Thanks for the suggestion.
Previous Topic:Trouble Importing
Next Topic:Pitfalls when command executes another command?
Goto Forum:
  


Current Time: Sat Jul 12 12:35:25 EDT 2025

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

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

Back to the top