From: Markus N. <mar...@gm...> - 2011-06-18 01:09:47
|
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-*a*ndroid.xml, build-*j*ava.xml and build-*x*code.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. Thanks, Markus |
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 :( |
From: Panayotis K. <pan...@pa...> - 2011-06-20 09:15:25
|
On 18 Ιουν 2011, at 4:09 π.μ., 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. > > Thanks, > Markus Please have a look at patch http://xmlvm-reviews.appspot.com/129002 I can't properly3 test it since I am on a regular (case insensitive) HFS+ Please, also test the creation of a template project! |
From: Panayotis K. <pan...@pa...> - 2011-06-26 13:08:46
|
On Jun 23, 2011, at 7:13 AM, Markus Neubrand wrote: > Hi, > > Didn't get around to test it yesterday. Sorry. Creation of template project as well as compiling and running the demos works for me again. > > I think you can commit it to the trunk. I am not sure that the commit would be successful, since I am in a case insensitive filesystem, and I don't want to break the current xmlvm trunk. Any idea how I can be safe with this? |
From: Markus N. <mar...@gm...> - 2011-06-28 15:14:19
|
Hi, If you want to I can commit the changes with your name in the log from my Linux box. Markus On Sun, Jun 26, 2011 at 6:08 AM, Panayotis Katsaloulis < pan...@pa...> wrote: > > On Jun 23, 2011, at 7:13 AM, Markus Neubrand wrote: > > > Hi, > > > > Didn't get around to test it yesterday. Sorry. Creation of template > project as well as compiling and running the demos works for me again. > > > > I think you can commit it to the trunk. > > I am not sure that the commit would be successful, since I am in a case > insensitive filesystem, and I don't want to break the current xmlvm trunk. > Any idea how I can be safe with this? > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Xmlvm-developers mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-developers > |
From: Panayotis K. <pan...@pa...> - 2011-06-28 17:24:31
|
On Jun 28, 2011, at 6:14 PM, Markus Neubrand wrote: > Hi, > > If you want to I can commit the changes with your name in the log from my Linux box. > > Markus Thank you, this is what I just did. I installed xmlvm in a linux box, applied the patch there and committed the changes. Hopefully there are no issues any more. |