Problem
The build scripts for Android modules will run any file in the documentation folder through markdown, including .DS_Store and other files that should be ignored. This results in an error being thrown, and the documentation not being generated.
How To Reproduce
1. Create a new module for Android
2. Copy a .DS_Store file in to the documentation directory
3. ant and you will see an error message; the resulting zip will not have documentation in it
Pull Request
https://github.com/appcelerator/titanium_mobile/pull/188
Added pull request.
This doesn't have a "merge-1.7.2" label in it, but I'm going to merge it into 1.7.2 anyway, since it's such a simple change and gets rid of an ugly situation. Viewing the /documentation folder in Finder in OSX causes that .DS_Store file to be created right away, which leads to this ugliness.
Verified fixed on Mac OS X 10.6.8, SDKs 1.7.2.v20110711123039 r586e5bf5, 1.8.0.v20110711124239 r12e5c96a