[TIMOB-4232] Android module builder needs to package examples and documentation into the zip
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-06-13T08:54:15.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-23, Release 1.7.2, Release 1.8.0 |
Components | Android |
Labels | n/a |
Reporter | Jeff English |
Assignee | Bill Dawson |
Created | 2011-05-26T19:00:28.000+0000 |
Updated | 2011-07-06T15:20:58.000+0000 |
Description
The build process for Android modules generates a zip file for distribution. The zip file does not contain the example or documentation folders or the LICENSE file. These files are included with iOS modules.
These files are necessary for users of our modules so that they have documentation and examples to start development.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/113 To test when pulled: 1. Get the urban airship module from titanium_mobile_modules. 2. Open build.properties (in ua module folder) and set the titanium.version to DEV_1.8.X or 1.8.0 or whatever you use to indicate (in the titanium mobile sdks folder) is the dev version.3 3. Run
ant
in the ua module folder. 4. Rununzip -l dist/ti.urbanairship-android-1.1.zip
to see listing of zip contents. LICENSE and example/ should be in there.Tested with 1.7.2.v20110630161836 1. copy build.properties.examples and name it build.properties and update the values.