Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Resource conflicting rule
Resource conflicting rule [message #491592] Thu, 15 October 2009 07:34
Ravi is currently offline RaviFriend
Messages: 16
Registered: July 2009
Junior Member
IResource implements ISchedulingRule which has method
isConflicting(IScheduleRule)
The implementation of this method in Resource class has a check to see if
the conflicting rule is an IResource and is prefix of the current IResource
and if so, they are considered to be conflicting.
This is means for every resource in the workspace, the entire workspace is
locked. For example, I am trying say compile a LARGE project and say it
takes about 5 minutes to complete. I would like to work with resources in
the other projects like create/delete/modify resources. Currently it doesn't
allow me if I am running the compile in a job and I specify the project as
the IScheduleRule. Is this a bug? Already reported? Any thoughts/Comments
are appreciated.

Thanks,
Ravi.
Previous Topic:Handler doesn't work when it I make it to extend some class
Next Topic:My osgi.framework.extensions got deleted from the config.ini by eclipse
Goto Forum:
  


Current Time: Tue Mar 19 04:58:13 GMT 2024

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

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

Back to the top