Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 417822 - Unable to ignore resources
Summary: Unable to ignore resources
Status: CLOSED DUPLICATE of bug 410011
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-23 08:53 EDT by Greg Watson CLA
Modified: 2013-09-23 09:16 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 Greg Watson CLA 2013-09-23 08:53:08 EDT
eclipse.buildId=4.3.0.I20130605-2000
java.version=1.7.0_25
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments:  -keyring /Users/greg/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -keyring /Users/greg/.eclipse_keyring -showlocation

I've started getting the following IllegalArgumentException. I have the repository imported into my workspace as a plain project, as well as individual bundles imported as java projects.

java.lang.IllegalArgumentException: Attempted to beginRule: F/org.eclipse.remote/bundles/org.eclipse.remote.core, does not match outer scope rule: MultiRule[P/org.eclipse.remote.core]
	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 Matthias Sohn CLA 2013-09-23 09:16:36 EDT

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