Cannot perform file A.setContents() while doing file B.setContants() [message #272750] |
Mon, 27 September 2004 10:17 |
Eclipse User |
|
|
|
Hello. I am trying to save file (A) during save opreation of diffrent file
in diffrent editor (B).
I get excption:
Attempted to beginRule: P/A, does not match outer scope rule: L/B
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java :58)
at
org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJ ob.java:106)
at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java :200)
at
org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJo bs.java:58)
at
org.eclipse.core.internal.jobs.JobManager.beginRule(JobManag er.java:170)
at
org.eclipse.core.internal.resources.WorkManager.checkIn(Work Manager.java:95)
at
org.eclipse.core.internal.resources.Workspace.prepareOperati on(Workspace.jav
a:1628)
at
org.eclipse.core.internal.resources.Resource.refreshLocal(Re source.java:1218
):
A.setContents(....)
1. Why does it happen, is there any real reason for that ?
2. How do I solve such situation, since I only know when I begin to save B,
I don't know when save end.
For these reason I must find why to save A while already begin to save B.
Many thanks,
Asaf
|
|
|
Powered by
FUDForum. Page generated in 0.02594 seconds