jutzig / jabylon

Computer aided translation tool for java
66 stars 16 forks source link

Jabylon computes wrong locations on windows systems #225

Closed jutzig closed 9 years ago

jutzig commented 9 years ago

On windows systems in certain configurations the full scan in jabylon seems to create too long URIs for PropertyFileDescriptors. The location is supposed to be project relative but also contains workspace/project

jutzig commented 9 years ago

Looks like this is caused by different capitalization of the drive letter when trying to make a path relative. Compare file:/C:/tests/jabylon/workspace/test/master to file:/c:/tests/jabylon/workspace/test/master/core/build