[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.epf] Re: Getting RoleSets from XMI files
|
- From: quentin.deme@xxxxxx (Quentin DEME)
- Date: Wed, 30 Apr 2008 08:07:29 +0000 (UTC)
- Newsgroups: eclipse.technology.epf
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Ed, thanks again for your reply,
Concerning the path of the XMI file, I said "model.xmi", but I actualy
specified the absolute path for model.xmi. So I don't think the problem is
here.
For the proxies, I don't really understand how to use the proxy functions
on the objects, as I don't have a big knowledge about those structures.
I tried to perform some tests, like, for example :
InternalEObject p =
(InternalEObject)resource.getEObject(_GgH6wOn8EdyMKb-pMuCr4g");
System.out.println("eProxy : " + p.eProxyURI().toString());
for (Iterator j = resource.getErrors().iterator(); j.hasNext();) {
Diagnostic d = (Diagnostic)j.next();
System.out.println("Error message : " + d.getMessage());
}
This sort of stuff... but I don't get anything interesting. I'm surely
doing wrong.
Concerning the NoClassDefFoundError exception that I get when I want to
use my library from my Eclipse plugin, I had already tried (but didn't
tell you because it seemed useless to me) to use the "Required Plug-ins",
but it's the same problem : I can't add my library in the list.
I don't know what to do now
Thank you,
Quentin