{ "id": "123101", "key": "TIMOB-15857", "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": "15715", "description": "2013 Sprint 25", "name": "2013 Sprint 25", "archived": true, "released": true, "releaseDate": "2013-12-13" }, { "id": "15717", "description": "2013 Sprint 25 Core", "name": "2013 Sprint 25 Core", "archived": true, "released": true, "releaseDate": "2013-12-13" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-12-05T07:26:02.000+0000", "created": "2013-12-02T20:05:51.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_build", "qe-closed-3.2.0", "qe-testadded" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2014-07-26T04:40:07.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": "10207", "name": "Tooling" } ], "description": "If you do an Android device build, then do an emulator build without cleaning, the following error occurs:\r\n\r\n{code}\r\n[DEBUG] Removing old file: C:\\Users\\Thomas Anderson\\testapp2\\build\\android\\assets\\alloy\\backbone.js\r\n\r\nC:\\Users\\Thomas Anderson\\AppData\\Roaming\\npm\\node_modules\\titanium\\node_modules\\longjohn\\dist\\longjohn.js:184\r\n throw e;\r\n ^\r\nError: ENOENT, no such file or directory 'C:\\Users\\Thomas Anderson\\testapp2\\build\\android\\assets\\alloy\\backbone.js'\r\n at fs.unlinkSync (fs.js:760:18)\r\n at AndroidBuilder. (C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.2.0.v20131127114913\\android\\cli\\commands\\_build.js:2810:7)\r\n at Array.forEach (native)\r\n at AndroidBuilder.removeOldFiles (C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.2.0.v20131127114913\\android\\cli\\commands\\_build.js:2807:35)\r\n at C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.2.0.v20131127114913\\node_modules\\async\\lib\\async.js:548:21\r\n at C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.2.0.v20131127114913\\node_modules\\async\\lib\\async.js:224:13\r\n at iterate (C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.2.0.v20131127114913\\node_modules\\async\\lib\\async.js:131:13)\r\n at C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.2.0.v20131127114913\\node_modules\\async\\lib\\async.js:142:25\r\n at C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.2.0.v20131127114913\\node_modules\\async\\lib\\async.js:226:17\r\n at AndroidBuilder. (C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.2.0.v20131127114913\\node_modules\\async\\lib\\async.js:553:34)\r\n{code}\r\n\r\nThis happens on Windows 8 while building an Alloy app, though I'm not sure if it's Windows or Alloy specific.", "attachment": [ { "id": "44294", "filename": "log.txt", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-12-02T20:05:51.000+0000", "size": 25619, "mimeType": "text/plain" } ], "flagged": false, "summary": "CLI: Android build fails when doing a device build, then doing an emulator build on Windows", "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": "Windows 8", "comment": { "comments": [ { "id": "282083", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5061\r\n3.2.x pull request: https://github.com/appcelerator/titanium_mobile/pull/5062", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-12-03T08:03:06.000+0000", "updated": "2013-12-05T05:25:38.000+0000" }, { "id": "283834", "author": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed on:\nWindows 7, Windows 8\nCLI: 3.2.0-cr\nTitanium SDK, build: 3.2.0.v20131210191510\nAndroid Device: Nexus 5 (4.4)\nAndroid Emulator: 2.3.3 (API 10)\n\nApplication builds and runs on device.\nApplication builds and runs on emulator without cleaning the project between builds.\nClosing.\n", "updateAuthor": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-11T18:03:40.000+0000", "updated": "2013-12-11T18:03:40.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }