as i'm getting used to downloading, building and installing android apps on my emulator, i ran across the following. i decided to download an ECM client from here:
http://blog.yerbabuenasoftware.com/2010/05/open-source-mobile-clients-for-nuxeo.html to see how easy it would be to build. once i unloaded it, i made the following changes: * added a simple build.xml file * added local.properties to point at the location of the SDK * edited default properties, "android-4" -> "android-8" which, i'm guessing, makes sense. but when i ran "ant debug", i got: ... [null] invalid resource directory name: /home/rpjday/nuxeo/morfeo/nuxeo-mobile-scm-2010-05-21/Android/res/LGPL BUILD FAILED ... sure enough, the tarball installed the normally harmless LGPL file at both the toplevel *and* in the res/ directory. is that second copy of LGPL technically an error that the vendor should remove because it will cause a build failure every time? simply deleting it fixed the problem, but i'm curious as to how it could be there if the vendor should have at least test built from that tarball and should have noticed that. thanks. rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ======================================================================== -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en