viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Package names with capital letters #266

Closed okrosa closed 12 years ago

okrosa commented 12 years ago

I get the following error message if the package name (in the incquery project) contains capital letter (regardless the position in the name):

The project was not built due to "A resource exists with a different case: '/languageTest/bin/ProBa'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent

ujhelyiz commented 12 years ago

The issue was caused by an incorrectly written validator as only lower case package names are supported.

The validator has been fixed together with some test cases to avoid this breakage to happen again.