Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4598] Android: Module Build Doesn't Ignore .DS_Store when building documentation

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-07-07T15:52:02.000+0000
Affected Version/sRelease 1.7.1
Fix Version/sSprint 2011-27, Release 1.7.2, Release 1.8.0
ComponentsAndroid
Labelsn/a
ReporterDawson Toth
AssigneeDon Thorp
Created2011-07-06T09:10:02.000+0000
Updated2014-06-19T12:46:20.000+0000

Description

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

Comments

  1. Dawson Toth 2011-07-06

    Added pull request.
  2. Bill Dawson 2011-07-07

    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.
  3. Eric Merriman 2011-07-11

    Verified fixed on Mac OS X 10.6.8, SDKs 1.7.2.v20110711123039 r586e5bf5, 1.8.0.v20110711124239 r12e5c96a

JSON Source