Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Resource conflicting rule
Resource conflicting rule [message #491592] Thu, 15 October 2009 03:34
Eclipse UserFriend
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: Sun Jul 06 16:01:05 EDT 2025

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

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

Back to the top