• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse: Change Resources without creating a Resource Delta or Resource Changed Event

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm implementing an Eclipse plugin that starts some Jobs (org.eclipse.core.runtime.jobs.Job) during the Autobuild of Eclipse. These Jobs run longer than the Autobuild itself and they maniplulate files in the project. While the jobs are running, only modifications done by the user should trigger new Autobuilds. The problem is that all changed done by my jobs also trigger Autobuilds.

I'm looking for a possibility to create and manipulate resources without triggering these builds. I thought about somehing like suppressing the creation of resource change events or something but i didnt find out how to do that. I hope someone can tell me how to do that or how to bypass this problem. I know about the WorkspaceRunnable and WorkspaceJob, but this is not what i was looking for, because they will block the whole project while they are running and this denys the possibility of userinteraction the whole time.

Thank you in advance!
 
Or we might never have existed at all. Freaky. So we should cherish everything. Even this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic