| [GRADLE-818] make project directory match case insensitive Created: 09/Feb/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 | |
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | 0.8 | 
| Fix Version/s: | 0.9-rc-1 | 
| Type: | Bug | ||
| Reporter: | Dierk Koenig | Assignee: | Hans Dockter | 
| Resolution: | Fixed | Votes: | 0 | 
| Description | 
| The default project directory match for case-insensitive OSs is unstable. When using Gradle on MacOS X with an uppercase letter in the path, one will get  Now, there are some MacOS X gotchas involved here. It happens that even though the dir is in uppercase - and so shown in the Finder - a pwd may show the lowercase name if you switched to it via cd lowercasename. To get around the problems of build ok/failing dependent on how I navigated to the dir  Suggestion: Gradle should check the default project dir ignoring the case (at least when on MacOS or Windows). |