thSoft / elysium

LilyPond IDE for Eclipse
http://elysium.thsoft.hu
14 stars 3 forks source link

Integration test doesn't find non-built-in included files #87

Closed thSoft closed 9 years ago

thSoft commented 9 years ago

There are Imported resource could not be found. errors on \includes when validating the real-world integration test files.

nittka commented 9 years ago

Without looking into the code, I guess the problem is as follows. The test reads the file from the file system but simply parses a string. So the include mechanism has no chance of locating the included file relative to the including file. It would be worth checking whether reading the model specifying the correct file URI of the file to test already solves the problem.

thSoft commented 9 years ago

Fixed by #88