Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 416273 - scheduling rule conflict in IgnoreOperation
Summary: scheduling rule conflict in IgnoreOperation
Status: CLOSED DUPLICATE of bug 410011
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 3.0.1   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 3.0.2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-30 16:29 EDT by Pawel Piech CLA
Modified: 2013-09-02 18:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2013-08-30 16:29:57 EDT
Eclipse Platform	4.4.0.I20130828-1800	org.eclipse.platform.ide	null
  Eclipse Git Team Provider	3.0.1.201307141637-r	org.eclipse.egit.feature.group	Eclipse EGit

I was running a build outside of workbench when this exception popped up.


java.lang.IllegalArgumentException: Attempted to beginRule: F/Lookout Mobile Security/tests/gen, does not match outer scope rule: MultiRule[F/LookoutTests/gen]
	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
	at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:134)
	at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:333)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:85)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:286)
	at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:118)
	at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2283)
	at org.eclipse.core.internal.resources.File.create(File.java:110)
	at org.eclipse.core.internal.resources.File.create(File.java:187)
	at org.eclipse.egit.core.op.IgnoreOperation.addIgnore(IgnoreOperation.java:157)
	at org.eclipse.egit.core.op.IgnoreOperation.execute(IgnoreOperation.java:96)
	at org.eclipse.egit.core.internal.job.JobUtil$1.run(JobUtil.java:50)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Comment 1 Robin Stocker CLA 2013-09-02 18:02:05 EDT
This bug has already been fixed, see bug 410011. Thanks for reporting.

*** This bug has been marked as a duplicate of bug 410011 ***