{ "id": "162540", "key": "TIMOB-23764", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "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": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-08-23T20:34:06.000+0000", "created": "2016-08-11T20:53:35.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "qe-6.0.0" ], "versions": [ { "id": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "issuelinks": [ { "id": "52508", "type": { "id": "10122", "name": "Gantt: start-finish", "inward": "is triggered by", "outward": "is triggering" }, "outwardIssue": { "id": "162744", "key": "CLI-1082", "fields": { "summary": "Unzipping module throws exception when download url is not accessible", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-08-23T20:35:28.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h5.Steps To Reproduce:\r\n1. Create a new default app with 6.0.0 SDK mentioned in the environment.\r\n2. Open the tiapp.xml.\r\n3. You will see the tiapp.xml is set to hyperloop 2.0.0.\r\n4. Build the app for android/ios.\r\n\r\nh5.Actual Result:\r\n1. The build fails as it can't find hyperloop 2.0.0. It is not downloaded when creating a new project.\r\n2. Also, hovering over the hyperloop version in the tiapp.xml gives us message \"The hyperloop module does not support android platform for Titanium SDK 6.0.0.v20160810073036\" & same for Iphone.\r\n*NOTE*- Attached screenshot for reference.\r\n\r\nh5.Expected Results:\r\n1. The tiapp.xml should come pre populated with the supported version & not show any messages.", "attachment": [ { "id": "60029", "filename": "Screen Shot 2016-08-11 at 12.48.46 PM.png", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-11T20:53:22.000+0000", "size": 155786, "mimeType": "image/png" }, { "id": "60065", "filename": "Screen Shot 2016-08-17 at 9.28.24 AM.png", "author": { "name": "pclark", "key": "pkclark", "displayName": "Patrick Clark", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-17T16:29:15.000+0000", "size": 29658, "mimeType": "image/png" } ], "flagged": false, "summary": "Default app created with 6.0.0 SDK comes pre populated with hyperloop 2.0.0 & in tiapp.xml & build fails as 2.0.0 is not downloaded", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nAppc Studio : 4.7.0.201607250649\r\nTi SDK : 6.0.0.v20160810073036\r\nTi CLI : 5.0.9\r\nAlloy : 1.9.1\r\nMAC El Capitan : 10.11.6\r\nAppc NPM : 4.2.7\r\nAppc CLI : 6.0.0-24\r\nNode: 4.4.4", "closedSprints": [ { "id": 695, "state": "closed", "name": "2016 Sprint 17 SDK", "startDate": "2016-08-13T00:00:16.620Z", "endDate": "2016-08-27T00:00:00.000Z", "completeDate": "2016-08-29T03:18:08.942Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "393127", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~lchoudhary] Is this in preprod or prod? preprod should work. And have you tried from CLI?", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-08-15T08:57:37.000+0000", "updated": "2016-08-16T06:54:43.000+0000" }, { "id": "393291", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~cng], this is in preprod. Let me try from CLI.\r\n\r\nEDIT: In preprod, I tried from CLI & removed hyperloop module from my {{titanum/android/modules}} folder. \r\nCreated a new app using {{appc new}}. \r\nEnabled services & hyperloop.\r\nIt downloaded hyperloop 1.2.6.\r\nThe tiapp.xml has hyperloop set to 2.0.0 in the new project, building the project from CLI fails as it can't find hyperloop module 2.0.0\r\n{code}[ERROR] Could not find all required Titanium Modules:\r\n[ERROR] id: hyperloop\t version: 2.0.0\t platform: android\t deploy-type: development{code}", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-16T16:28:57.000+0000", "updated": "2016-08-16T16:44:15.000+0000" }, { "id": "393361", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hmm. [~pkclark] Can you help me check on the above? I'm not sure if I gave you the correct 2.0.0 package for hyperloop on preprod. ^", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-08-17T03:53:29.000+0000", "updated": "2016-08-17T03:53:29.000+0000" }, { "id": "393396", "author": { "name": "pclark", "key": "pkclark", "displayName": "Patrick Clark", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~cng] -you didn't, but I see it. Will be up on preprod momentarily.- It's already on preprod as of last Monday 8/8. Paging [~fmiao]... this is referenced in the downloads payload in the hyperloop module's `versions` property.", "updateAuthor": { "name": "pclark", "key": "pkclark", "displayName": "Patrick Clark", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-17T16:00:12.000+0000", "updated": "2016-08-17T16:06:50.000+0000" }, { "id": "393398", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": " [~cng], [~pkclark], This is the link in the payload {{https://appcelerator-preprod-modules.s3.amazonaws.com/hyperloop-2.0.0.zip}}, download and unzip it, the folder is versioned 1.2.6. ", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2016-08-17T16:18:17.000+0000", "updated": "2016-08-17T16:19:06.000+0000" }, { "id": "393400", "author": { "name": "pclark", "key": "pkclark", "displayName": "Patrick Clark", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~fmiao] -seems to be versioned properly within the zip.- Ha! I'm wrong. There was a new zip that corrected this and is now on preprod. Good catch.", "updateAuthor": { "name": "pclark", "key": "pkclark", "displayName": "Patrick Clark", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-17T16:29:31.000+0000", "updated": "2016-08-17T16:31:41.000+0000" }, { "id": "393759", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~lchoudhary] Test this on preprod again?", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-08-22T07:50:51.000+0000", "updated": "2016-08-22T07:50:51.000+0000" }, { "id": "393842", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "[~pkclark], https://appcelerator-preprod-modules.s3.amazonaws.com/hyperloop-2.0.0.zip returns:\r\n{code}\r\nAccessDeniedAccess Denied42EEF45389D50861zHoGKXVHOKLYsW1+siFqfOQROdPWHFCXKg2KVPgPuvijXdu1TJ3+xf1bb2JGoM2t57ef/v2X9Zc=\r\n{code}", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2016-08-22T21:10:27.000+0000", "updated": "2016-08-22T21:10:37.000+0000" }, { "id": "393843", "author": { "name": "pclark", "key": "pkclark", "displayName": "Patrick Clark", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~fmiao] it was missing READ rights. Should be good now.", "updateAuthor": { "name": "pclark", "key": "pkclark", "displayName": "Patrick Clark", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-22T21:15:42.000+0000", "updated": "2016-08-22T21:15:42.000+0000" }, { "id": "393968", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix.\r\n\r\nHyperloop 2.0.0 is downloaded & app builds fine.\r\n\r\nEnvironment:\r\nAppc Studio : 4.7.1.201608190732\r\nTi SDK : 6.0.0.v20160822001523\r\nTi CLI : 5.0.9\r\nAlloy : 1.9.1\r\nMAC El Capitan : 10.11.6\r\nAppc NPM : 4.2.7\r\nAppc CLI : 6.0.0-26\r\nNode: 4.4.4\r\nNexus 6 - Android 6.0.1", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-23T18:34:14.000+0000", "updated": "2016-08-23T18:35:13.000+0000" }, { "id": "393969", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~cng], Can you change the resolution to fixed, so that I can close it.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-23T18:36:08.000+0000", "updated": "2016-08-23T18:39:20.000+0000" }, { "id": "393972", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "[~lchoudhary] does Not Our Bug work?", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2016-08-23T18:42:21.000+0000", "updated": "2016-08-23T18:42:21.000+0000" }, { "id": "393982", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as verified fixed I the above comments.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-23T20:35:18.000+0000", "updated": "2016-08-23T20:35:18.000+0000" } ], "maxResults": 14, "total": 14, "startAt": 0 } } }