Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-context-dev] MFT and EMF Client Platform

Hi Sebastien,

MFT simply uses whatever URI your model uses. So for workspace resources, for example, it'll use:  StructureHandle="platform:/resource/org.eclipse.mylyn.modeling.tests.ecorediagram/model/library.ecore#//Library" which would of course work fine when sharing across workspaces with the same project structure. So at first glance it looks to me like something to do with the way that EMF Client is storing those references.

cheers,

Miles



On 2013-02-04, at 3:54 AM, Sebastian Schmidt <mail@xxxxxxxxxxxxxx> wrote:

> Hi,
> 
> I'm using Mylyn MFT (0.9) with an EMF Client Platform application.
> Now, if I share a task among different users it doesn't work.
> 
> The reason seems to be, that the EcoreDomainBridge uses absolute paths
> to my model files for the structure handles. For example, one entry in
> mylyn context looks like:
> 
> <InteractionEvent Delta="null" EndDate="2013-02-04 12:06:21.808 CET"
> Interest="1.0" Kind="selection" Navigation="null"
> OriginId="org.eclipse.emf.ecp.editor" StartDate="2013-02-04
> 12:06:21.808 CET"
> StructureHandle="file:/home/sebs/.emfstore/client/profiles/default/ps-_XA0cUG4jEeKLgc_azKDYug/project/0.upf#_clXC8G4jEeKLgc_azKDYug"
> StructureKind="ecore"/>
> 
> Any ideas why this might happen?
> 
> Cheers,
> 
> Sebastian
> _______________________________________________
> mylyn-context-dev mailing list
> mylyn-context-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/mylyn-context-dev

______________________________
Miles T. Parker
Tasktop
http://tasktop.com
Project Lead, Mylyn MFT and AMP
Committer, Virgo
http://milesparker.blogspot.com







Back to the top