Incorrect access to model in ubuntu [message #584620] |
Mon, 11 January 2010 23:28  |
Eclipse User |
|
|
|
Hi, I am trying to validate a model using evl in Ubuntu 9.04 and Eclipse Galileo. When validating I get a message that says
Resource 'xxx' does not exist. (xxx is a file path)
The file exists and debugging the execution I found that in the class EmfModel the instruction this.modelFileUri = EmfUtil.createURI(modelFile); returns the URI with "platform:/resource" before the valid path.
Inside the method createURI() I see that these lines are commented:
// Handle paths that start with / under Unix e.g. /local/foo.txt
//else if (OperatingSystem.isUnix() && s.startsWith("/")) {
// return URI.createFileURI(s);
//}
Could be my problem because that?
Best regards,
Raul
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06710 seconds