{ "id": "167016", "key": "TIMOB-24569", "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": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-08-21T09:57:21.000+0000", "created": "2017-04-10T14:41:19.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": "55838", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "164806", "key": "TIMOB-24189", "fields": { "summary": "Windows: Add support for Visual Studio 2017", "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": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-22T09:29:39.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "It's possible for {{vsInfo.vsDevCmd}} to use the long path with spaces {{C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\Tools\\VsDevCmd.bat}} instead of the short path {{'C:\\\\PROGRA~2\\\\MICROS~2\\\\2017\\\\COMMUN~1\\\\Common7\\\\Tools\\\\VsDevCmd.bat'}}.\r\n\r\nThis prevents {{spawn}} from executing {{VsDevCmd.bat}}.", "attachment": [], "flagged": false, "summary": "Windows: Add support for Visual Studio 2017 (26403.03)", "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": 939, "state": "closed", "name": "2017 Sprint 17 SDK", "startDate": "2017-08-13T23:08:29.095Z", "endDate": "2017-08-27T23:08:00.000Z", "completeDate": "2017-08-27T21:10:54.125Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "417162", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~gmathews] Did you get any error output when you use long path? I was not able to reproduce the issue, originally the reason because we are using long path for {{vsDevCmd}} is that I have been seeing some VS batch tools including {{vsvarsall}} didn't work correctly when you use short path. I am suspecting there has been changes at some point of Windows 10 SDK update...", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-04-11T04:15:47.000+0000", "updated": "2017-04-11T04:15:47.000+0000" }, { "id": "417354", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am not able to build Titanium app with latest Visual Studio 2016 (26403.03). For me build fails at CMake, it seems it doesn't create project files correctly. I tried latest CMake (3.8.0). We might want to check out CMake nightly build.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-04-13T13:04:39.000+0000", "updated": "2017-04-13T13:04:39.000+0000" }, { "id": "418989", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I was able to make this work again by \r\n\r\n* Uninstall Visual Studio 2017, and then re-install it using [latest installer|https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15].\r\n* Then setting target platform version to {{10.0.10586.0}} other than {{10.0.15063.0}}\r\n\r\n{code:xml}\r\n \r\n 10.0.10586.0\r\n 10.0.10586.0\r\n \r\n{code}\r\n\r\nhttps://github.com/appcelerator/titanium_mobile_windows/pull/959\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-03T01:46:24.000+0000", "updated": "2017-05-03T01:46:24.000+0000" }, { "id": "426955", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Backported in https://github.com/appcelerator/titanium_mobile_windows/commit/32661af33f5238c8fad24bdef268c326aa4ad705", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2017-08-21T09:57:19.000+0000", "updated": "2017-08-21T09:57:19.000+0000" }, { "id": "427015", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified changes in 6.2.0.v20170821203442", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2017-08-22T09:29:39.000+0000", "updated": "2017-08-22T09:29:39.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }