Community
Participate
Working Groups
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)
*** This bug has been marked as a duplicate of bug 410011 ***