{ "id": "122990", "key": "AC-2313", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-12-05T21:55:09.000+0000", "created": "2013-11-27T15:20:22.000+0000", "labels": [ "SupportTeam", "node-acs" ], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2016-03-08T07:41:19.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": "14552", "name": "Appcelerator CLI", "description": "Please enter tickets related to Tooling and the CLI here" } ], "description": "Yesterday I upgrade Node (an upgrade was offered) after then, the acs command line don't works.\r\n\r\nI try to know why, and I found that the script for DOS is incorrect: it calls linux commands, like \"sh\". Here is the code for acs and for alloy, see the differences:\r\n\r\nACS.CMD\r\n@IF EXIST \"%~dp0\\/bin/sh.exe\" (\r\n \"%~dp0\\/bin/sh.exe\" \"%~dp0\\node_modules\\acs\\bin\\acs\" %*\r\n) ELSE (\r\n /bin/sh \"%~dp0\\node_modules\\acs\\bin\\acs\" %*\r\n)\r\n\r\nALLOY.CMD\r\n@IF EXIST \"%~dp0\\node.exe\" (\r\n \"%~dp0\\node.exe\" \"%~dp0\\node_modules\\alloy\\bin\\alloy\" %*\r\n) ELSE (\r\n node \"%~dp0\\node_modules\\alloy\\bin\\alloy\" %*\r\n)\r\n\r\nChanging acs to something equivalent to the alloy.cmd didn't work.\r\nAlso, in that folders seems to be errors, for example in the folder npm\\node_modules\\acs\\bin:\r\n\r\n#!/bin/sh\r\nexec node --harmony_proxies --debug /Users/kshi/Development/node-acs-tests/node-acs/nettle/lib/nettle.js \"$@\"\r\n\r\nWhat seems incorrect (a personal path for a user kshi?).", "attachment": [], "flagged": false, "summary": "With the last Node update, local ACS project stop working on Windows", "creator": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "subtasks": [], "reporter": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "environment": "Windows 7 64 bit\r\nTitanium 3.1.3GA", "comment": { "comments": [ { "id": "281767", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "body": "Ok, was in version 1.0.8 of Node.ACS\r\nFixed in the today release 1.0.9\r\nCan be closed", "updateAuthor": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2013-11-28T09:45:15.000+0000", "updated": "2013-11-28T09:46:02.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }