From: Panayotis K. <pan...@pa...> - 2011-06-18 07:18:42
|
On Jun 18, 2011, at 4:09 AM, Markus Neubrand wrote: > Hi, > > Since the recent update I can't build the android demos anymore on my Linux machine. Depending on the config used ant tries to include this build files: build-Android.xml, build-Java.xml or build-Xcode.xml. > The actual file names though are build-android.xml, build-java.xml and build-xcode.xml. Because of this upper-/lowercase issue the build fails. > > @Panayotis: Afair you did the changes to the build files a few commits ago. Can you please verify that you didn't break the build for everyone who uses a casesensitive file system. Indeed the build should break in a case sensitive filesystem (which OSX has not). The solution of course is to rename the files to upper case. Right now I am away from my computer and I can not create a patch though :( |