[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.epf] Re: Getting RoleSets from XMI files

The initial resource URI that I load in my program is (actualy obviously) the path of the xmi file I loaded : model.xmi.

And about the proxyURI of the guidelines, it's uma links like this one for example : uma://_wTuT0MmrEdyxNoaGNtevxw#_GgH6wOn8EdyMKb-pMuCr4g

I've tried to use resource.getEOBject("the URI") but I couldn't get any object : always 'null'.

In what concerns the classpath, I've already tried to modify my graphical plugin dependencies, but I couldn't get it to work. I always get the error message "Error creating the view", because of the java.lang.NoClassDefFoundError exception.

In the PDE (Plugin Development Environment), I can't add my library in "Imported Packages". And when I try to add it myself directly into the MANIFEST.MF, with "Import-Package com.(...).library", I get this error : "No available bundle exports package 'com.(...).library'.

Thank you,

Quentin