[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [Subclipse-users] Scheduling rule violation thrown from Subeclipse’s call thread when calling Eclipse

From: Weiping Lu <wlu_at_us.ibm.com>
Date: Wed, 2 Feb 2011 16:38:54 -0800 (PST)

The case in http://subclipse.tigris.org/issues/show_bug.cgi?id=1236 has been fixed.

But we have also hit the same scheduling rule violation with another slightly different scenario (please also refer to 1236's case):

=====================================================
Here are the steps for reproducing the condition before making Resource.move call:

(1) The SVN files checked out in the work-space has the following file structure:

workspace-root\plugin-a
       \plugin-b\group\sub-group\element.xmi
where element.xmi is a file under the sub-group folder.

(2) Use Eclipse's IFolder's create(boolean force, boolean local, IProgressMonitor monitor) API to create the following one folder
        workspace-root\plugin-a\group

(3) Now make the call to org.eclipse.core.internal.resources.Resource.move with the calling resource instance object associated with the file
"workspace-root\plugin-b\group\subgroup" and the destination path string associated with the path "workspace-root\plugin-a\group\sub-group".

At step (3), we got the same scheduling rule violation thrown from the call thread inside subeclipse similar as that of 1236.
=====================================================

Please let me if you need more info.

Thanks,

Weiping

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2702090

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-02-03 01:39:04 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.