{ "id": "137700", "key": "TIMOB-17822", "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": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-11-05T21:17:44.000+0000", "created": "2014-10-06T22:45:01.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2015-03-19T23:12:37.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" }, { "id": "10207", "name": "Tooling" } ], "description": "There were some fixes in node-appc's timodule library to address module detection caching.", "attachment": [], "flagged": false, "summary": "CLI: Update node-appc to latest version to address timodule caching", "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, "closedSprints": [ { "id": 229, "state": "closed", "name": "2014 Sprint 20 Tooling", "startDate": "2014-09-29T22:38:08.198Z", "endDate": "2014-10-13T23:19:00.000Z", "completeDate": "2014-10-13T23:19:33.306Z", "originBoardId": 121 }, { "id": 247, "state": "closed", "name": "2014 Sprint 22 Tooling", "startDate": "2014-10-27T20:31:23.285Z", "endDate": "2014-11-08T01:00:00.000Z", "completeDate": "2014-11-10T19:26:04.224Z", "originBoardId": 121 } ], "comment": { "comments": [ { "id": "327092", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master: https://github.com/appcelerator/titanium_mobile/pull/6201\r\n\r\nTo test:\r\n1) create an app that uses modules\r\n2) verify that the correct modules were found\r\n\r\nYou do not need to do a full build... just look at the output right at the top of a build.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-10-06T22:50:36.000+0000", "updated": "2014-10-06T22:50:36.000+0000" }, { "id": "327475", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "Doesn't work for me. App using ti.map won't build with the following output:\r\n{code}\r\n[DEBUG] Detected iphone module: ti.map 2.0.0 @ /Library/Application Support/Titanium/modules/iphone/ti.map/2.0.0\r\n[DEBUG] Detected iphone module: ti.map 2.0.1 @ /Library/Application Support/Titanium/modules/iphone/ti.map/2.0.1\r\n[DEBUG] Detected iphone module: ti.map 2.0.2 @ /Library/Application Support/Titanium/modules/iphone/ti.map/2.0.2\r\n[DEBUG] Detected tizen module: tizen 3.0.0 @ /Library/Application Support/Titanium/modules/tizen/tizen/3.0.0\r\n[DEBUG] Looking for Titanium module id=ti.map version=latest platform=iphone deploy-type=development\r\n[WARN] Could not find a valid Titanium module id=ti.map version=latest platform=iphone deploy-type=development\r\n[ERROR] Could not find all required Titanium Modules:\r\n[ERROR] id: ti.map\t version: latest\t platform: iphone\t deploy-type: development\r\n \r\n{code}\r\n\r\nIn /Library/Application Support/Titanium/modules/iphone/ti.map/ I have versions 2.0.0, 2.0.1, and 2.0.2. \r\n\r\nIn ~/Library/Application Support/Titanium/modules/iphone/ti.map/ I have version 2.0.2 and 2.0.4 (which is the version created by this 3.5.0 build)\r\n", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-10-09T17:38:39.000+0000", "updated": "2014-10-09T17:38:39.000+0000" }, { "id": "327907", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~skypanther] PR updated and ready for testing. Thank you!", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-10-13T18:36:25.000+0000", "updated": "2014-10-13T18:36:25.000+0000" }, { "id": "328082", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "[~cbarber] The new PR builds & finds the c2.0.2 map module in /Library/Application Support/Titanium/modules/iphone/ti.map/\r\n\r\nBut it doesn't find the newer version 2.0.4 in ~/Library/Application Support/Titanium/modules/iphone/ti.map/\r\n\r\nPer http://docs.appcelerator.com/titanium/latest/#!/guide/Using_a_Module both locations should be valid, though the latter is preferred for newer OSX versions.", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-10-14T20:36:49.000+0000", "updated": "2014-10-14T20:36:49.000+0000" }, { "id": "330891", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Small node-appc fix: https://github.com/appcelerator/node-appc/pull/98", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-11-05T20:54:54.000+0000", "updated": "2014-11-05T20:54:54.000+0000" }, { "id": "330894", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "That fixed it! PR merged", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-11-05T21:17:37.000+0000", "updated": "2014-11-05T21:17:37.000+0000" }, { "id": "346609", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the implementation. CLI picks up the latest module & no caching issue is seen.\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 3.5.1.201412091616\r\nTi SDK : 4.0.0.v20150317234215\r\nCLI : 4.0.0-alpha\r\nAlloy : 1.6.0-alpha\r\nMAC Yosemite : 10.10.2\r\nNexus 5 - Android 5.1\r\nIphone 6 plus - IOS 8.3 Beta", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-03-19T23:11:52.000+0000", "updated": "2015-03-19T23:12:04.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }