{ "id": "119160", "key": "TIMOB-14976", "fields": { "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "15695", "description": "2013 Sprint 20", "name": "2013 Sprint 20", "archived": true, "released": true, "releaseDate": "2013-10-04" }, { "id": "15697", "description": "2013 Sprint 20 Core", "name": "2013 Sprint 20 Core", "archived": true, "released": true, "releaseDate": "2013-10-04" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-10-05T02:14:31.000+0000", "created": "2013-08-27T23:33:12.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "androidbuild", "ay-verified", "cb-verified" ], "versions": [], "issuelinks": [ { "id": "31396", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "91507", "key": "TIMOB-9028", "fields": { "summary": "CLI: \"build\" command for Android apps", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "6", "description": "gh.issue.epic.desc", "name": "Epic", "subtask": false } } } }, { "id": "31397", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "104683", "key": "TIMOB-11700", "fields": { "summary": "Android: Make generated projects importable into Eclipse", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2017-03-14T18:07:36.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" }, { "id": "10207", "name": "Tooling" } ], "description": "* init the build/android directory and files\r\n** if force rebuild, remove build/android if exists\r\n** create build/android if does not exist\r\n** remove directories, if exists\r\n*** build/android/src\r\n*** build/android/res\r\n** create directories, if does not exist\r\n*** build/android/assets\r\n*** build/android/gen\r\n*** build/android/gen/\r\n*** build/android/lib\r\n*** build/android/res\r\n*** build/android/res/drawable\r\n*** build/android/res/values\r\n*** build/android/src (IS THIS EVEN USED??? if not, we don't need the aidl file)\r\n** copy over files\r\n*** AppInfo.java => build/android/gen//AppInfo.java\r\n*** AndroidManifest.xml => build/android/AndroidManifest.xml\r\n*** App.java => build/android/gen//Application.java\r\n*** Activity.java => build/android/gen//Activity.java\r\n*** classpath => build/android/.classpath\r\n*** project => build/android/.project\r\n**** make sure the .project file is a valid Eclipse project (TIMOB-11700 Make generated android projects importable into eclipse)\r\n*** default.properties => build/android/default.properties\r\n*** gitignore => build/android/.gitignore\r\n*** NOTE: each of the files must be converted from mako templates to handlebars templates\r\n** merge custom classpath with build/android/.classpath\r\n** generate activities from tiapp.xml\r\n** generate services from tiapp.xml\r\n** write app_modules to build/android/bin/assets/app.json???\r\n* create directories, if does not exist\r\n** build/android/bin\r\n** build/android/bin/assets\r\n** build/android/bin/assets/Resources\r\n** build/android/bin/classes", "attachment": [], "flagged": false, "summary": "Android Build: Init the build/android directory and files", "creator": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "268746", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Summary log from chat recorded on poker session Core Sprint 18 Poker Session:\n\n[10:11:32 PM] Matt Langston: Remove the elcipse .project and .classpath files, and create a new ticket to generate a Maven pom.xml file from the tiapp.xml file, and then generate a proper eclipse project files using Maven (e.g. mvn eclipse:eclipse).", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-28T22:11:51.000+0000", "updated": "2013-08-28T22:11:51.000+0000" }, { "id": "273914", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Pull request: https://github.com/appcelerator/titanium_mobile/pull/4760", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-10-05T00:27:03.000+0000", "updated": "2013-10-05T00:27:03.000+0000" }, { "id": "412128", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-14T18:07:36.000+0000", "updated": "2017-03-14T18:07:36.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }