{ "id": "167991", "key": "TIMOB-24750", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": "19572", "description": "Important fixes for 6.1.0", "name": "Release 6.1.1", "archived": false, "released": true, "releaseDate": "2017-06-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-05-31T19:27:43.000+0000", "created": "2017-05-30T17:29:22.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "issuelinks": [ { "id": "56084", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "153423", "key": "TIMOB-20058", "fields": { "summary": "Fail gracefully if an individual platform check fails", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-10-25T15:53:14.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": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "description": "- When building an app all possible platforms are configured before each build, including ones that are not targeted\r\n- We should only configure the platforms that are being targeted for that build", "attachment": [], "flagged": false, "summary": "Only configure platforms that are deployment targets", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 896, "state": "closed", "name": "2017 Sprint 11 SDK", "startDate": "2017-05-22T02:41:17.888Z", "endDate": "2017-06-05T02:41:00.000Z", "completeDate": "2017-06-05T00:14:33.418Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "420624", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/node-titanium-sdk/pull/8", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-05-30T18:24:32.000+0000", "updated": "2017-05-30T18:24:32.000+0000" }, { "id": "422658", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "FYI: https://github.com/appcelerator/node-titanium-sdk/pull/10", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2017-06-23T18:35:03.000+0000", "updated": "2017-06-23T18:35:03.000+0000" }, { "id": "422932", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "This got pulled into 6.1.1 through https://github.com/appcelerator/titanium_mobile/pull/9177, marking as such", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2017-06-27T09:13:21.000+0000", "updated": "2017-06-27T09:13:21.000+0000" }, { "id": "422935", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified using\r\n\r\nTi SDK: 6.1.1.v20170626160851\r\nAppc CLI: 6.2.2\r\nAppc NPM: 4.2.9\r\nAppc Studio: 4.9.0.201705302345\r\n\r\nI caused failures in the build process in the following ways\r\n\r\nh5. Windows as an authoring OS\r\n\r\nh6. Android builds\r\n# Moved the winappdeploycmd executable to a different location\r\n# Ran a build for Android\r\n\r\nh6. Windows builds\r\n\r\n\r\n# Added a bad require to the android _build.js file\r\n# Ran a build for Windows\r\n\r\nh5. OSX as an authoring OS\r\n\r\nh6. Android builds\r\n# Added a bad require to the ios _build.js file\r\n# Ran a build for Android from Studio and CLI\r\n\r\nh6.OS builds\r\n# Added a bad require to the android _build.js file\r\n# Ran a build for iOS (using the iphone, ipad and ios {{--platform}} aliases)\r\n\r\nIn all cases, on 6.0.4.GA the build would error out due to the other platform failing. On 6.1.1.v20170626160851 the build would not fail when the other platform fails", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2017-06-27T11:13:30.000+0000", "updated": "2017-07-06T19:30:56.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }