{ "id": "159725", "key": "TIMOB-23246", "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": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-06-29T04:38:57.000+0000", "created": "2016-04-20T11:18:36.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" }, { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "issuelinks": [ { "id": "51431", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "159728", "key": "TIMOB-23248", "fields": { "summary": "Windows: module project cmake generator should select VS version accordingly", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "51429", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "159726", "key": "TIMOB-23247", "fields": { "summary": "CLI: ti clean does not work for native module projects", "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 } } } }, { "id": "51434", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "159718", "key": "TIMOB-23244", "fields": { "summary": "Windows: Module building cannot package zip file when Win 10 targets are used", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "51432", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "159719", "key": "TIMOB-23245", "fields": { "summary": "Windows: Building a module with latest 5.4.0 SDK cannot be used in app", "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": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-06-30T17:02:17.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": "*Summary*\r\n\r\nCreating module project doesn't work when Visual Studio 2015 is not installed. \r\n\r\n*Steps to Reproduce*\r\n\r\nRun {{appc new -n test --id com.example.test}} under the environment where Visual Studio 2015 is not installed.\r\n\r\n*Expected Result*\r\n\r\n\r\n- When user installs VS 2013 only, it shoud generate VS 2013 module project\r\n- When user installs VS 2015 only, it should generate VS 2015 module project\r\n- When user installs both VS 2015 and 2013, it should generate VS 2015 module project because it's newer\r\n\r\n-------------------------------\r\n\r\nFollowing the docs on creating a module (to be able to use background service or similar features) do not work. The error is that the module cannot be created due to this error:\r\n{code}\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace> appc new -n test --id com.example.test\r\nAppcelerator Command-Line Interface, version 5.2.2\r\nCopyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.\r\n\r\n? What type of project are you creating? Titanium Module (timodule)\r\n? Do you want to overwrite? Yes\r\nCMake Error at CMakeLists.txt:20 (project):\r\n A Windows Phone component with CMake requires both the Windows Desktop SDK\r\n as well as the Windows Phone '8.1' SDK. Please make sure that you have\r\n both installed\r\n2016-04-20T11:06:42.061Z | ERROR | titanium exited with non-zero exit code (1)\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace>\r\n{code}\r\nThis was not a problem when I tried crating a module poor to the new SDK 5.4.0.v20160419xxxxxx\r\n\r\nThen again I did not use the same module create command, but this proposed method does not work. I want to ask you why the system complains about the when I indeed have Phone 8.1 installed. I create this bug on your request since this is stopping me to test the background service features you have added and is critical to us!\r\n\r\nThis is my setup:\r\n{code}\r\nNode:\r\n\r\nv0.12.7\r\n\r\nAppc info\r\n\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace> appc info\r\nAppcelerator Command-Line Interface, version 5.2.2\r\nCopyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.\r\n\r\nOperating System\r\n Name = Microsoft Windows 8.1 Pro\r\n Version = 6.3.9600\r\n Architecture = 32bit\r\n # CPUs = 4\r\n Memory = 4.0GB\r\n\r\nNode.js\r\n Node.js Version = 0.12.7\r\n npm Version = 2.11.3\r\n\r\nAppcelerator CLI\r\n Installer = 4.2.4\r\n Core Package = 5.2.2\r\n\r\nTitanium CLI\r\n CLI Version = 5.0.6\r\n node-appc Version = 0.2.31\r\n\r\nTitanium SDKs\r\n 5.4.0.v20160419234222\r\n Version = 5.4.0\r\n Install Location = C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.4.0.v20160\r\n9234222\r\n Platforms = android, mobileweb, windows\r\n git Hash = 743d79c\r\n git Timestamp = 04/19/16 23:42\r\n node-appc Version = 0.2.35\r\n 5.4.0.v20160418194101\r\n Version = 5.4.0\r\n Install Location = C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.4.0.v20160\r\n8194101\r\n Platforms = android, mobileweb, windows\r\n git Hash = ff3acd9\r\n git Timestamp = 04/18/16 19:41\r\n node-appc Version = 0.2.35\r\n 5.4.0.v20160406002717\r\n Version = 5.4.0\r\n Install Location = Z:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.4.0.v20160\r\n6002717\r\n Platforms = android, mobileweb, windows\r\n git Hash = 3b4a229\r\n git Timestamp = 04/06/16 00:27\r\n node-appc Version = 0.2.35\r\n 5.4.0.v20160330202802\r\n Version = 5.4.0\r\n Install Location = C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.4.0.v20160\r\n0202802\r\n Platforms = android, mobileweb, windows\r\n git Hash = 15320e5\r\n git Timestamp = 03/30/16 20:28\r\n node-appc Version = 0.2.35\r\n 5.4.0.v20160301084038\r\n Version = 5.4.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\5.4.0.v20160301084038\r\n Platforms = android, mobileweb, windows\r\n git Hash = 071c19c\r\n git Timestamp = 03/01/16 08:40\r\n node-appc Version = 0.2.35\r\n 5.2.2.GA\r\n Version = 5.2.2\r\n Install Location = Z:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.2.2.GA\r\n Platforms = android, mobileweb, windows\r\n git Hash = b685ddb\r\n git Timestamp = 03/28/16 14:12\r\n node-appc Version = 0.2.33\r\n 5.2.1.GA\r\n Version = 5.2.1\r\n Install Location = C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.2.1.GA\r\n Platforms = android, mobileweb, windows\r\n git Hash = 23e1c7d\r\n git Timestamp = 03/18/16 22:51\r\n node-appc Version = 0.2.33\r\n 5.2.0.v20151125082947\r\n Version = 5.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\5.2.0.v20151125082947\r\n Platforms = android, mobileweb, windows\r\n git Hash = 1edba8d\r\n git Timestamp = 11/25/15 08:29\r\n node-appc Version = 0.2.33\r\n 5.2.0.v20151123172027\r\n Version = 5.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\5.2.0.v20151123172027\r\n Platforms =\r\n git Hash = a451c7d\r\n git Timestamp = 11/23/15 17:20\r\n node-appc Version = 0.2.33\r\n 5.2.0.GA\r\n Version = 5.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\5.2.0.GA\r\n Platforms = android, mobileweb, windows\r\n git Hash = 384775e\r\n git Timestamp = 02/20/16 08:04\r\n node-appc Version = 0.2.33\r\n 4.2.0.v20150813145415\r\n Version = 4.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.2.0.v20150813145415\r\n Platforms = android, mobileweb, windows\r\n git Hash = 1b0d4a8\r\n git Timestamp = 08/13/15 14:54\r\n node-appc Version = 0.2.28\r\n 4.2.0.v20150812202823\r\n Version = 4.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.2.0.v20150812202823\r\n Platforms = android, mobileweb, windows\r\n git Hash = 1b0d4a8\r\n git Timestamp = 08/12/15 20:28\r\n node-appc Version = 0.2.28\r\n 4.2.0.v20150811132821\r\n Version = 4.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.2.0.v20150811132821\r\n Platforms = android, mobileweb, windows\r\n git Hash = 8c7083c\r\n git Timestamp = 08/11/15 13:28\r\n node-appc Version = 0.2.28\r\n 4.2.0.v20150730093157\r\n Version = 4.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.2.0.v20150730093157\r\n Platforms = android, mobileweb, windows\r\n git Hash = 7adfcdd\r\n git Timestamp = 07/30/15 09:31\r\n node-appc Version = 0.2.28\r\n 4.2.0.v20150708154418\r\n Version = 4.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.2.0.v20150708154418\r\n Platforms = android, mobileweb, windows\r\n git Hash = 86af84e\r\n git Timestamp = 07/08/15 15:44\r\n node-appc Version = 0.2.24\r\n 4.2.0.v20150707233642\r\n Version = 4.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.2.0.v20150707233642\r\n Platforms = android, mobileweb, windows\r\n git Hash = 8605329\r\n git Timestamp = 07/07/15 23:36\r\n node-appc Version = 0.2.24\r\n 4.2.0.v20150619181228\r\n Version = 4.2.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.2.0.v20150619181228\r\n Platforms = android, mobileweb, windows\r\n git Hash = 5a0331a\r\n git Timestamp = 06/19/15 18:12\r\n node-appc Version = 0.2.24\r\n 4.1.0.v20150616092649\r\n Version = 4.1.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.1.0.v20150616092649\r\n Platforms = android, mobileweb, windows\r\n git Hash = 541529c\r\n git Timestamp = 06/16/15 09:26\r\n node-appc Version = 0.2.24\r\n 4.1.0.v20150615164423\r\n Version = 4.1.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.1.0.v20150615164423\r\n Platforms = android, mobileweb, windows\r\n git Hash = 541529c\r\n git Timestamp = 06/15/15 16:44\r\n node-appc Version = 0.2.24\r\n 4.1.0.v20150610125228\r\n Version = 4.1.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.1.0.v20150610125228\r\n Platforms = windows, mobileweb, android\r\n git Hash = d2e417b\r\n git Timestamp = 06/10/15 12:52\r\n node-appc Version = 0.2.24\r\n 4.1.0.v20150609095225\r\n Version = 4.1.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.1.0.v20150609095225\r\n Platforms = windows, mobileweb, android\r\n git Hash = 3d8add6\r\n git Timestamp = 06/09/15 09:52\r\n node-appc Version = 0.2.24\r\n 4.1.0.v20150604140424\r\n Version = 4.1.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.1.0.v20150604140424\r\n Platforms = windows, mobileweb, android\r\n git Hash = 154ad91\r\n git Timestamp = 06/04/15 14:04\r\n node-appc Version = 0.2.24\r\n 4.1.0.v20150522132746\r\n Version = 4.1.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.1.0.v20150522132746\r\n Platforms = windows, mobileweb, android\r\n git Hash = d7a138c\r\n git Timestamp = 05/22/15 13:27\r\n node-appc Version = 0.2.24\r\n 4.1.0.v20150521102225\r\n Version = 4.1.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.1.0.v20150521102225\r\n Platforms = windows, mobileweb, android, blackberry\r\n git Hash = 38b1578\r\n git Timestamp = 05/21/15 10:22\r\n node-appc Version = 0.2.24\r\n 4.0.0.GA\r\n Version = 4.0.0\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\4.0.0.GA\r\n Platforms = mobileweb, android\r\n git Hash = 9239ff9\r\n git Timestamp = 05/18/15 15:42\r\n node-appc Version = 0.2.24\r\n 3.5.1.GA\r\n Version = 3.5.1\r\n Install Location = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\3.5.1.GA\r\n Platforms = mobileweb, android, blackberry\r\n git Hash = 96875c9\r\n git Timestamp = 03/05/15 10:08\r\n node-appc Version = 0.2.24\r\n\r\nIntel® Hardware Accelerated Execution Manager (HAXM)\r\n Not installed\r\n\r\nJava Development Kit\r\n Not found\r\n\r\nGenymotion\r\n Path = not found\r\n Genymotion Executable = not found\r\n Genymotion Player = not found\r\n Home = not found\r\n\r\nVirtualBox\r\n Executable = not found\r\n Version = unknown\r\n\r\nAndroid SDK\r\n Android Executable = not found\r\n ADB Executable = not found\r\n SDK Path = not found\r\n\r\nAndroid NDK\r\n NDK Path = not found\r\n NDK Version = not found\r\n\r\nAndroid Platforms\r\n None\r\n\r\nAndroid Add-Ons\r\n None\r\n\r\nAndroid Emulators\r\n None\r\n\r\nGenymotion Emulators\r\n None\r\n\r\nConnected Android Devices\r\n None\r\n\r\nMicrosoft (R) Visual Studio\r\n 12.0 (selected)\r\n Path = C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\\r\n CLR Version = v4.0.30319\r\n MSBuild Version = v12.0.31101.0\r\n Windows Phone SDKs = not installed\r\n\r\nMicrosoft (R) Windows Phone SDK\r\n 8.1 (selected)\r\n Path = C:\\Program Files (x86)\\Microsoft SDKs\\Windows Phone\\v8.1\\\r\n\r\nWindows PowerShell\r\n Enabled = yes\r\n\r\nWindows Phone Emulators\r\n8.1\r\n Emulator 8.1 WVGA 4 inch 512MB\r\n UDID 8-1-1\r\n Emulator 8.1 WVGA 4 inch\r\n UDID 8-1-2\r\n Emulator 8.1 WXGA 4.5 inch\r\n UDID 8-1-3\r\n Emulator 8.1 720P 4.7 inch\r\n UDID 8-1-4\r\n Emulator 8.1 1080P 5.5 inch\r\n UDID 8-1-5\r\n Emulator 8.1 1080P 6 inch\r\n UDID 8-1-6\r\n10.0\r\n\r\nWindows Phone Devices\r\n Device\r\n UDID 0\r\n\r\nJava Development Kit Issues\r\n × JDK (Java Development Kit) not installed.\r\n If you already have installed the JDK, verify your JAVA_HOME environment variable is correctly\r\n set.\r\n The JDK is required for must be manually downloaded and installed from\r\n http://appcelerator.com/jdk.\r\n\r\nAndroid Issues\r\n × JDK (Java Development Kit) not found.\r\n If you already have installed the JDK, verify your JAVA_HOME environment variable is correctly\r\n set.\r\n The JDK can be downloaded and installed from http://appcelerator.com/jdk.\r\n\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace>\r\n{code}\r\nI create the module with: {{appc new -n test --id com.example.test}}\r\n\r\nDocs:\r\nhttps://wiki.appcelerator.org/display/guides2/Windows+Background+Service+Quick+Start#WindowsBackgroundServiceQuickStart-WindowsModulePrerequisites\r\n\r\nIs there something wrong here? Do remember I build both my old module with old SDK 20160406 and I also build my app like that, but anything newer does not work.. and as stated here I am not even able to create a new module. I was hoping that using SAME working module but build with latest SDK and also build then in App with latest SDK would work, at least, but not even that.\r\n\r\nPlease help\r\n\r\nthanks", "attachment": [], "flagged": false, "summary": "Windows: Unable to create Module project", "creator": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "closedSprints": [ { "id": 631, "state": "closed", "name": "2016 Sprint 11 SDK", "startDate": "2016-05-21T00:06:10.029Z", "endDate": "2016-06-04T00:06:00.000Z", "completeDate": "2016-06-06T07:30:39.854Z", "originBoardId": 114 }, { "id": 649, "state": "closed", "name": "2016 Sprint 13 SDK", "startDate": "2016-06-18T00:25:17.303Z", "endDate": "2016-07-02T00:25:00.000Z", "completeDate": "2016-07-04T04:25:16.889Z", "originBoardId": 114 }, { "id": 618, "state": "closed", "name": "2016 Sprint 08 SDK", "startDate": "2016-04-09T00:30:18.262Z", "endDate": "2016-04-23T00:30:00.000Z", "completeDate": "2016-04-25T02:38:28.511Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "383305", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "with -l trace:\r\n\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace> appc new -n test --id com.example.test -l trace\r\nAppcelerator Command-Line Interface, version 5.2.2\r\nCopyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.\r\n\r\n2016-04-20T11:32:06.654Z | TRACE | set environment to {\"registry\":\"https://software.appcelerator.com\",\"security\":\"https\r\n://security.appcelerator.com\",\"baseurl\":\"https://platform.appcelerator.com\"}\r\n2016-04-20T11:32:06.670Z | TRACE | checking credentials for existing session\r\n2016-04-20T11:32:07.528Z | TRACE | Attempting to load session info from config file\r\n2016-04-20T11:32:07.572Z | TRACE | check if session is invalidated\r\n2016-04-20T11:32:08.478Z | TRACE | session expiry 1461570111648 false\r\n2016-04-20T11:32:08.493Z | TRACE | Arrow Cloud config file: C:\\Users\\jorgenbuder\\.acs\r\n2016-04-20T11:32:08.511Z | TRACE | found Arrow Cloud login { mid: 'bc67dbb55159c99688d34b0bd52b90bf3d5184b2',\r\n publishPort: 443,\r\n publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',\r\n username: 'jorgen.buder@purplescout.se',\r\n cookie: [ 'connect.sid=s%3AMZUBgvFgR62LmPRtOL3bP9PS.oAElVAffVxnEuOFaPqpalBvV7aWv0dvcMNOAhQXYUik; Path=/; Expires=Mon,\r\n02 May 2016 07:41:52 GMT; HttpOnly' ],\r\n defaultEP:\r\n { publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',\r\n publishPort: 443 } } , checking nodeACSEndpoint= https://admin.cloudapp-enterprise.appcelerator.com\r\n2016-04-20T11:32:08.529Z | TRACE | Arrow Cloud cookie expiry [ 1462174912000 ]\r\n2016-04-20T11:32:08.546Z | TRACE | session already loaded in opts.session\r\n2016-04-20T11:32:08.561Z | TRACE | getCredentials() session:\r\n{\r\n \"ipaddress\": \"169.254.80.80\",\r\n \"username\": \"jorgen.buder@purplescout.se\",\r\n \"password\": \"\",\r\n \"session\": \"\",\r\n \"nonce\": \"\",\r\n \"environment\": {\r\n \"name\": \"production\",\r\n \"isProduction\": true,\r\n \"acsBaseUrl\": \"https://api.cloud.appcelerator.com\",\r\n \"acsAuthBaseUrl\": \"https://secure-identity.cloud.appcelerator.com\",\r\n \"nodeACSEndpoint\": \"https://admin.cloudapp-enterprise.appcelerator.com\"\r\n },\r\n \"token\": \"\",\r\n \"fingerprint\": \"bc67dbb55159c99688d34b0bd52b90bf3d5184b2\",\r\n \"fingerprint_description\": \"Windows Machine ID: 31243f2d-bca6-4668-8e04-1d901c484883\",\r\n \"org_id\": 100060412,\r\n \"expiry\": 1461570111648\r\n}\r\n2016-04-20T11:32:08.580Z | TRACE | loading plugins for command \"new\"\r\n2016-04-20T11:32:08.773Z | TRACE | new search paths:\r\n[\r\n \"C:\\\\Users\\\\jorgenbuder\\\\.appcelerator\\\\install\\\\5.2.2\\\\package\",\r\n \"C:\\\\Users\\\\jorgenbuder\\\\.appcelerator\\\\install\\\\5.2.2\\\\package\\\\node_modules\",\r\n \"Z:\\\\Users\\\\jorgenbuder\\\\Documents\\\\Appcelerator_Studio_Workspace\\\\plugins\",\r\n \"Z:\\\\Users\\\\jorgenbuder\\\\Documents\\\\Appcelerator_Studio_Workspace\\\\node_modules\",\r\n \"Z:\\\\Users\\\\jorgenbuder\\\\Documents\\\\node_modules\",\r\n \"Z:\\\\Users\\\\jorgenbuder\\\\node_modules\",\r\n \"Z:\\\\Users\\\\node_modules\",\r\n \"Z:\\\\node_modules\",\r\n \"C:\\\\Users\\\\jorgenbuder\\\\.appcelerator\\\\.npm\\\\lib\\\\node_modules\"\r\n]\r\n2016-04-20T11:32:08.790Z | DEBUG | [PLUGIN-LOAD] 0ms C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\appc.js\r\n2016-04-20T11:32:09.068Z | DEBUG | [PLUGIN-LOAD] 261ms C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_mo\r\ndules\\appc-cli-titanium\\appc.js\r\n2016-04-20T11:32:09.084Z | DEBUG | new plugin: C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modules\\ap\r\npc-cli-titanium\r\n2016-04-20T11:32:09.104Z | DEBUG | [PLUGIN-LOAD] 2ms C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modu\r\nles\\arrow\\appc.js\r\n2016-04-20T11:32:09.200Z | DEBUG | new plugin: C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modules\\ar\r\nrow\r\n2016-04-20T11:32:09.228Z | TRACE | loading plugin \"titanium\" for command \"new\" CLI options via function\r\n2016-04-20T11:32:09.248Z | TRACE | loading plugin \"arrow\" for command \"new\" CLI options via array\r\n2016-04-20T11:32:09.262Z | TRACE | Duplicate option \"services\" for command \"new\", removing...\r\n2016-04-20T11:32:09.302Z | TRACE | executing command \"new\" with the following plugins:\r\n[\"titanium\",\"arrow\"]\r\n2016-04-20T11:32:09.501Z | TRACE | Attempting to load session info from config file\r\n2016-04-20T11:32:09.525Z | TRACE | check if session is invalidated\r\n2016-04-20T11:32:10.232Z | TRACE | session expiry 1461570111648 false\r\n2016-04-20T11:32:10.251Z | TRACE | session already loaded in opts.session\r\n2016-04-20T11:32:10.269Z | TRACE | \"C:\\Program Files (x86)\\nodejs\\node.exe\" \"C:\\Users\\jorgenbuder\\.appcelerator\\install\r\n\\5.2.2\\package\\node_modules\\titanium\\bin\\titanium\" sdk -o json\r\n2016-04-20T11:32:13.283Z | TRACE | checking for titanium, result:\r\n { activeSDK: '5.4.0.v20160419234222',\r\n defaultInstallLocation: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium',\r\n installLocations:\r\n [ 'C:\\\\ProgramData\\\\Titanium',\r\n 'C:\\\\Users\\\\jorgenbuder\\\\AppData\\\\Roaming\\\\Titanium',\r\n 'C:\\\\ProgramData\\\\Application Data\\\\Titanium',\r\n 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium',\r\n 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium' ],\r\n installed:\r\n { '5.4.0.v20160419234222': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160419234222',\r\n '5.4.0.v20160418194101': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160418194101',\r\n '5.4.0.v20160406002717': 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160406002717',\r\n '5.4.0.v20160330202802': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160330202802',\r\n '5.4.0.v20160301084038': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038',\r\n '5.2.2.GA': 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2.GA',\r\n '5.2.1.GA': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1.GA',\r\n '5.2.0.v20151125082947': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947',\r\n '5.2.0.v20151123172027': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027',\r\n '5.2.0.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA',\r\n '4.2.0.v20150813145415': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415',\r\n '4.2.0.v20150812202823': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823',\r\n '4.2.0.v20150811132821': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821',\r\n '4.2.0.v20150730093157': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157',\r\n '4.2.0.v20150708154418': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418',\r\n '4.2.0.v20150707233642': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642',\r\n '4.2.0.v20150619181228': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228',\r\n '4.1.0.v20150616092649': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649',\r\n '4.1.0.v20150615164423': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423',\r\n '4.1.0.v20150610125228': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228',\r\n '4.1.0.v20150609095225': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225',\r\n '4.1.0.v20150604140424': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424',\r\n '4.1.0.v20150522132746': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746',\r\n '4.1.0.v20150521102225': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225',\r\n '4.0.0.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA',\r\n '3.5.1.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA' },\r\n sdks:\r\n { '5.4.0.v20160301084038':\r\n { name: '5.4.0.v20160301084038',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038' },\r\n '5.2.0.v20151125082947':\r\n { name: '5.2.0.v20151125082947',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947' },\r\n '5.2.0.v20151123172027':\r\n { name: '5.2.0.v20151123172027',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027' },\r\n '5.2.0.GA':\r\n { name: '5.2.0.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA' },\r\n '4.2.0.v20150813145415':\r\n { name: '4.2.0.v20150813145415',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415' },\r\n '4.2.0.v20150812202823':\r\n { name: '4.2.0.v20150812202823',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823' },\r\n '4.2.0.v20150811132821':\r\n { name: '4.2.0.v20150811132821',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821' },\r\n '4.2.0.v20150730093157':\r\n { name: '4.2.0.v20150730093157',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157' },\r\n '4.2.0.v20150708154418':\r\n { name: '4.2.0.v20150708154418',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418' },\r\n '4.2.0.v20150707233642':\r\n { name: '4.2.0.v20150707233642',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642' },\r\n '4.2.0.v20150619181228':\r\n { name: '4.2.0.v20150619181228',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228' },\r\n '4.1.0.v20150616092649':\r\n { name: '4.1.0.v20150616092649',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649' },\r\n '4.1.0.v20150615164423':\r\n { name: '4.1.0.v20150615164423',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423' },\r\n '4.1.0.v20150610125228':\r\n { name: '4.1.0.v20150610125228',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228' },\r\n '4.1.0.v20150609095225':\r\n { name: '4.1.0.v20150609095225',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225' },\r\n '4.1.0.v20150604140424':\r\n { name: '4.1.0.v20150604140424',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424' },\r\n '4.1.0.v20150522132746':\r\n { name: '4.1.0.v20150522132746',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746' },\r\n '4.1.0.v20150521102225':\r\n { name: '4.1.0.v20150521102225',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225' },\r\n '4.0.0.GA':\r\n { name: '4.0.0.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA' },\r\n '3.5.1.GA':\r\n { name: '3.5.1.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA' },\r\n '5.4.0.v20160419234222':\r\n { name: '5.4.0.v20160419234222',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160419234222'\r\n},\r\n '5.4.0.v20160418194101':\r\n { name: '5.4.0.v20160418194101',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160418194101'\r\n},\r\n '5.4.0.v20160330202802':\r\n { name: '5.4.0.v20160330202802',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160330202802'\r\n},\r\n '5.2.1.GA':\r\n { name: '5.2.1.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1.GA' },\r\n '5.4.0.v20160406002717':\r\n { name: '5.4.0.v20160406002717',\r\n manifest: [Object],\r\n path: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160406002717'\r\n},\r\n '5.2.2.GA':\r\n { name: '5.2.2.GA',\r\n manifest: [Object],\r\n path: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2.GA' } } }\r\n? What type of project are you creating? Titanium Module (timodule)\r\n2016-04-20T11:32:20.894Z | DEBUG | Handle ACS registration...\r\n2016-04-20T11:32:20.917Z | TRACE | \"C:\\Program Files (x86)\\nodejs\\node.exe\" \"C:\\Users\\jorgenbuder\\.appcelerator\\install\r\n\\5.2.2\\package\\node_modules\\titanium\\bin\\titanium\" sdk -o json\r\n2016-04-20T11:32:24.003Z | TRACE | checking for titanium, result:\r\n { activeSDK: '5.4.0.v20160419234222',\r\n defaultInstallLocation: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium',\r\n installLocations:\r\n [ 'C:\\\\ProgramData\\\\Titanium',\r\n 'C:\\\\Users\\\\jorgenbuder\\\\AppData\\\\Roaming\\\\Titanium',\r\n 'C:\\\\ProgramData\\\\Application Data\\\\Titanium',\r\n 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium',\r\n 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium' ],\r\n installed:\r\n { '5.4.0.v20160419234222': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160419234222',\r\n '5.4.0.v20160418194101': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160418194101',\r\n '5.4.0.v20160406002717': 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160406002717',\r\n '5.4.0.v20160330202802': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160330202802',\r\n '5.4.0.v20160301084038': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038',\r\n '5.2.2.GA': 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2.GA',\r\n '5.2.1.GA': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1.GA',\r\n '5.2.0.v20151125082947': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947',\r\n '5.2.0.v20151123172027': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027',\r\n '5.2.0.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA',\r\n '4.2.0.v20150813145415': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415',\r\n '4.2.0.v20150812202823': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823',\r\n '4.2.0.v20150811132821': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821',\r\n '4.2.0.v20150730093157': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157',\r\n '4.2.0.v20150708154418': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418',\r\n '4.2.0.v20150707233642': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642',\r\n '4.2.0.v20150619181228': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228',\r\n '4.1.0.v20150616092649': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649',\r\n '4.1.0.v20150615164423': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423',\r\n '4.1.0.v20150610125228': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228',\r\n '4.1.0.v20150609095225': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225',\r\n '4.1.0.v20150604140424': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424',\r\n '4.1.0.v20150522132746': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746',\r\n '4.1.0.v20150521102225': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225',\r\n '4.0.0.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA',\r\n '3.5.1.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA' },\r\n sdks:\r\n { '5.4.0.v20160301084038':\r\n { name: '5.4.0.v20160301084038',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038' },\r\n '5.2.0.v20151125082947':\r\n { name: '5.2.0.v20151125082947',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947' },\r\n '5.2.0.v20151123172027':\r\n { name: '5.2.0.v20151123172027',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027' },\r\n '5.2.0.GA':\r\n { name: '5.2.0.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA' },\r\n '4.2.0.v20150813145415':\r\n { name: '4.2.0.v20150813145415',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415' },\r\n '4.2.0.v20150812202823':\r\n { name: '4.2.0.v20150812202823',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823' },\r\n '4.2.0.v20150811132821':\r\n { name: '4.2.0.v20150811132821',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821' },\r\n '4.2.0.v20150730093157':\r\n { name: '4.2.0.v20150730093157',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157' },\r\n '4.2.0.v20150708154418':\r\n { name: '4.2.0.v20150708154418',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418' },\r\n '4.2.0.v20150707233642':\r\n { name: '4.2.0.v20150707233642',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642' },\r\n '4.2.0.v20150619181228':\r\n { name: '4.2.0.v20150619181228',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228' },\r\n '4.1.0.v20150616092649':\r\n { name: '4.1.0.v20150616092649',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649' },\r\n '4.1.0.v20150615164423':\r\n { name: '4.1.0.v20150615164423',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423' },\r\n '4.1.0.v20150610125228':\r\n { name: '4.1.0.v20150610125228',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228' },\r\n '4.1.0.v20150609095225':\r\n { name: '4.1.0.v20150609095225',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225' },\r\n '4.1.0.v20150604140424':\r\n { name: '4.1.0.v20150604140424',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424' },\r\n '4.1.0.v20150522132746':\r\n { name: '4.1.0.v20150522132746',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746' },\r\n '4.1.0.v20150521102225':\r\n { name: '4.1.0.v20150521102225',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225' },\r\n '4.0.0.GA':\r\n { name: '4.0.0.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA' },\r\n '3.5.1.GA':\r\n { name: '3.5.1.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA' },\r\n '5.4.0.v20160419234222':\r\n { name: '5.4.0.v20160419234222',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160419234222'\r\n},\r\n '5.4.0.v20160418194101':\r\n { name: '5.4.0.v20160418194101',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160418194101'\r\n},\r\n '5.4.0.v20160330202802':\r\n { name: '5.4.0.v20160330202802',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160330202802'\r\n},\r\n '5.2.1.GA':\r\n { name: '5.2.1.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1.GA' },\r\n '5.4.0.v20160406002717':\r\n { name: '5.4.0.v20160406002717',\r\n manifest: [Object],\r\n path: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160406002717'\r\n},\r\n '5.2.2.GA':\r\n { name: '5.2.2.GA',\r\n manifest: [Object],\r\n path: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2.GA' } } }\r\n2016-04-20T11:32:27.356Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\templates\\module\\default\\template\\assets\\README.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_S\r\ntudio_Workspace\\test\\assets\\README\r\n2016-04-20T11:32:27.387Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\templates\\module\\default\\template\\documentation\\index.md.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appce\r\nlerator_Studio_Workspace\\test\\documentation\\index.md\r\n2016-04-20T11:32:27.406Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\templates\\module\\default\\template\\example\\app.js.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_\r\nStudio_Workspace\\test\\example\\app.js\r\n2016-04-20T11:32:27.421Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\templates\\module\\default\\template\\LICENSE => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Work\r\nspace\\test\\LICENSE\r\n2016-04-20T11:32:27.440Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\templates\\module\\default\\template\\README.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_W\r\norkspace\\test\\README\r\n2016-04-20T11:32:27.469Z | DEBUG | Detecting Android environment...\r\n2016-04-20T11:32:27.558Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\.classpath.ejs => Z:\\Users\\jorgenbuder\\Documents\\A\r\nppcelerator_Studio_Workspace\\test\\android\\.classpath\r\n2016-04-20T11:32:27.581Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\.project.ejs => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\test\\android\\.project\r\n2016-04-20T11:32:27.599Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\.settings\\org.eclipse.jdt.apt.core.prefs.ejs => Z:\r\n\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\test\\android\\.settings\\org.eclipse.jdt.apt.core.prefs\r\n2016-04-20T11:32:27.617Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\.settings\\org.eclipse.jdt.core.prefs => Z:\\Users\\j\r\norgenbuder\\Documents\\Appcelerator_Studio_Workspace\\test\\android\\.settings\\org.eclipse.jdt.core.prefs\r\n2016-04-20T11:32:27.639Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\build.properties.ejs => Z:\\Users\\jorgenbuder\\Docum\r\nents\\Appcelerator_Studio_Workspace\\test\\android\\build.properties\r\n2016-04-20T11:32:27.660Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\build.xml.ejs => Z:\\Users\\jorgenbuder\\Documents\\Ap\r\npcelerator_Studio_Workspace\\test\\android\\build.xml\r\n2016-04-20T11:32:27.684Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\lib\\README => Z:\\Users\\jorgenbuder\\Documents\\Appce\r\nlerator_Studio_Workspace\\test\\android\\lib\\README\r\n2016-04-20T11:32:27.705Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\manifest.ejs => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\test\\android\\manifest\r\n2016-04-20T11:32:27.721Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\platform\\README.md => Z:\\Users\\jorgenbuder\\Documen\r\nts\\Appcelerator_Studio_Workspace\\test\\android\\platform\\README.md\r\n2016-04-20T11:32:27.739Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\Resources\\README.md => Z:\\Users\\jorgenbuder\\Docume\r\nnts\\Appcelerator_Studio_Workspace\\test\\android\\Resources\\README.md\r\n2016-04-20T11:32:27.758Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\src\\{{ModuleIdAsFolder}}\\ExampleProxy.java.ejs =>\r\nZ:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\test\\android\\src\\com\\example\\test\\ExampleProxy.java\r\n2016-04-20T11:32:27.782Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\src\\{{ModuleIdAsFolder}}\\{{ModuleNameCamel}}Module\r\n.java.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\test\\android\\src\\com\\example\\test\\TestModule.j\r\nava\r\n2016-04-20T11:32:27.802Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\android\\templates\\module\\default\\template\\android\\timodule.xml => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\test\\android\\timodule.xml\r\n2016-04-20T11:32:27.830Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\mobileweb\\templates\\module\\default\\template\\mobileweb\\build.py.ejs => Z:\\Users\\jorgenbuder\\Documents\r\n\\Appcelerator_Studio_Workspace\\test\\mobileweb\\build.py\r\n2016-04-20T11:32:27.855Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\mobileweb\\templates\\module\\default\\template\\mobileweb\\manifest.ejs => Z:\\Users\\jorgenbuder\\Documents\r\n\\Appcelerator_Studio_Workspace\\test\\mobileweb\\manifest\r\n2016-04-20T11:32:27.887Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\mobileweb\\templates\\module\\default\\template\\mobileweb\\src\\{{ModuleId}}.js.ejs => Z:\\Users\\jorgenbude\r\nr\\Documents\\Appcelerator_Studio_Workspace\\test\\mobileweb\\src\\com.example.test.js\r\n2016-04-20T11:32:27.908Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\mobileweb\\templates\\module\\default\\template\\mobileweb\\timodule.xml => Z:\\Users\\jorgenbuder\\Documents\r\n\\Appcelerator_Studio_Workspace\\test\\mobileweb\\timodule.xml\r\n2016-04-20T11:32:27.930Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\windows\\templates\\module\\default\\template\\windows\\cmake\\{{moduleIdAsIdentifier}}_Config.cmake.ejs =>\r\n Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\test\\windows\\cmake\\ComExampleTest_Config.cmake\r\n2016-04-20T11:32:27.956Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\windows\\templates\\module\\default\\template\\windows\\CMakeLists.txt.ejs => Z:\\Users\\jorgenbuder\\Documen\r\nts\\Appcelerator_Studio_Workspace\\test\\windows\\CMakeLists.txt\r\n2016-04-20T11:32:27.991Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\windows\\templates\\module\\default\\template\\windows\\include\\{{moduleIdAsIdentifier}}.hpp.ejs => Z:\\Use\r\nrs\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\test\\windows\\include\\ComExampleTest.hpp\r\n2016-04-20T11:32:28.031Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\windows\\templates\\module\\default\\template\\windows\\manifest.ejs => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\test\\windows\\manifest\r\n2016-04-20T11:32:28.049Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\windows\\templates\\module\\default\\template\\windows\\src\\{{moduleIdAsIdentifier}}.cpp.ejs => Z:\\Users\\j\r\norgenbuder\\Documents\\Appcelerator_Studio_Workspace\\test\\windows\\src\\ComExampleTest.cpp\r\n2016-04-20T11:32:28.068Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\windows\\templates\\module\\default\\template\\windows\\test\\CMakeLists.txt.ejs => Z:\\Users\\jorgenbuder\\Do\r\ncuments\\Appcelerator_Studio_Workspace\\test\\windows\\test\\CMakeLists.txt\r\n2016-04-20T11:32:28.083Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160419234222\\windows\\templates\\module\\default\\template\\windows\\timodule.xml => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\test\\windows\\timodule.xml\r\n2016-04-20T11:32:28.107Z | TRACE | done with plugin [Error: titanium exited with non-zero exit code (1)]\r\n2016-04-20T11:32:28.860Z | ERROR | Error: titanium exited with non-zero exit code (1)\r\n at ChildProcess. (C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modules\\appc-cli-titanium\r\n\\plugins\\new.js:204:21)\r\n at ChildProcess.emit (events.js:110:17)\r\n at Process.ChildProcess._handle.onexit (child_process.js:1074:12)\r\n2016-04-20T11:32:28.874Z | TRACE | Sending exit signal to titanium process: 4092\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace>", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T11:34:10.000+0000", "updated": "2016-04-20T11:34:10.000+0000" }, { "id": "383307", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~buder] Can you delete everything under {{C:\\Users\\jorgenbuder\\.titanium\\vsbuild}} and then try the command again? CMake tend to leave broken cache in the working directory and can not recover it.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T11:37:35.000+0000", "updated": "2016-04-20T11:37:35.000+0000" }, { "id": "383308", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "already tried it once but will do it again...", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T11:41:04.000+0000", "updated": "2016-04-20T11:41:04.000+0000" }, { "id": "383309", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "But those folders apply only to app projects, not modules... ?", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T11:42:09.000+0000", "updated": "2016-04-20T11:42:09.000+0000" }, { "id": "383310", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Nope same trace output fro the command :\r\n\r\nappc new -n test --id com.example.test -l trace\r\n\r\n:(", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T11:43:42.000+0000", "updated": "2016-04-20T11:43:42.000+0000" }, { "id": "383315", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{code}\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace> appc new -n test --id com.example.test\r\nAppcelerator Command-Line Interface, version 5.2.2\r\nCopyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.\r\n\r\n? What type of project are you creating? Titanium Module (timodule)\r\n? Do you want to overwrite? Yes\r\n{code}\r\n\r\nDo you mean you created module project in existing folder? Can you rename {{timodule}} so that {{appc new}} can create fresh project directory?", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T11:52:36.000+0000", "updated": "2016-04-20T11:52:36.000+0000" }, { "id": "383316", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "I noted that too and yes I tried that, same error then, same error now with new name... :(\r\n\r\nSo I tried twice... and of course I do not get the \"overwrite\" question when I do\r\n\r\nlike so : appc new -n newmoduletest --id com.example.test -l trace", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T11:57:20.000+0000", "updated": "2016-04-20T11:59:42.000+0000" }, { "id": "383318", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Also tried to construct it in C: and not Z which is shared, does not work\r\n\r\nIs my environment really correct? Node version I posted? The CLI versions? ", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T11:58:53.000+0000", "updated": "2016-04-20T11:58:53.000+0000" }, { "id": "383319", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "also tried changing the id not working..", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T12:00:35.000+0000", "updated": "2016-04-20T12:00:35.000+0000" }, { "id": "383322", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hmm. I think error message says cmake broke something, or some other environmental issue. Can you paste full output from {{ti info -p windows}}? And also can you attach {{Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\test\\windows\\CMakeLists.txt}}", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T12:06:10.000+0000", "updated": "2016-04-20T12:06:35.000+0000" }, { "id": "383324", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Ah sorry, ok you did paste {{appc info}}...", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T12:09:37.000+0000", "updated": "2016-04-20T12:09:37.000+0000" }, { "id": "383325", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "According to appc info, it seems it fails to detect installed SDK ({{Windows Phone SDKs = not installed}}). Looking into it.\r\n\r\n{code}\r\nMicrosoft (R) Visual Studio\r\n12.0 (selected)\r\nPath = C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\\r\nCLR Version = v4.0.30319\r\nMSBuild Version = v12.0.31101.0\r\nWindows Phone SDKs = not installed\r\n\r\nMicrosoft (R) Windows Phone SDK\r\n8.1 (selected)\r\nPath = C:\\Program Files (x86)\\Microsoft SDKs\\Windows Phone\\v8.1\\\r\n{code}", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T12:18:02.000+0000", "updated": "2016-04-20T12:18:02.000+0000" }, { "id": "383328", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~buder] Can you paste output from {{appc ti info -o json}} ? It should print more detailed important information for diagnostic the issue.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T12:30:19.000+0000", "updated": "2016-04-20T12:30:19.000+0000" }, { "id": "383329", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "I discovered there is a even newer build, I installed the 20160420 and tied again, same output BUT with this addition:\r\n\r\n2016-04-20T12:30:23.953Z | WARN | CMake Error at CMakeLists.txt:20 (project):\r\n2016-04-20T12:30:23.965Z | ERROR | A Windows Phone component with CMake requires both the Windows Desktop SDK\r\n2016-04-20T12:30:23.977Z | ERROR | as well as the Windows Phone '8.1' SDK. Please make sure that you have\r\n2016-04-20T12:30:23.990Z | ERROR | both installed\r\n2016-04-20T12:30:24.006Z | TRACE | done with plugin [Error: titanium exited with non-zero exit code (1)]\r\n2016-04-20T12:30:24.535Z | ERROR | Error: titanium exited with non-zero exit code (1)\r\n at ChildProcess. (C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modules\\appc-cli-titanium\r\n\\plugins\\new.js:204:21)\r\n at ChildProcess.emit (events.js:110:17)\r\n at Process.ChildProcess._handle.onexit (child_process.js:1074:12)\r\n2016-04-20T12:30:24.549Z | TRACE | Sending exit signal to titanium process: 4940\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace>", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T12:31:45.000+0000", "updated": "2016-04-20T12:31:45.000+0000" }, { "id": "383330", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "yes here:\r\n\r\nS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace> appc ti info -o json\r\n\r\n \"os\": {\r\n \"name\": \"Microsoft Windows 8.1 Pro\",\r\n \"version\": \"6.3.9600\",\r\n \"architecture\": \"32bit\",\r\n \"numcpus\": 4,\r\n \"memory\": 4294488064\r\n },\r\n \"node\": {\r\n \"version\": \"0.12.7\"\r\n },\r\n \"npm\": {\r\n \"version\": \"2.11.3\"\r\n },\r\n \"titanium\": {\r\n \"5.4.0.v20160301084038\": {\r\n \"version\": \"5.4.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"071c19c\",\r\n \"timestamp\": \"03/01/16 08:40\",\r\n \"nodeAppcVer\": \"0.2.35\"\r\n },\r\n \"5.2.0.v20151125082947\": {\r\n \"version\": \"5.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"1edba8d\",\r\n \"timestamp\": \"11/25/15 08:29\",\r\n \"nodeAppcVer\": \"0.2.33\"\r\n },\r\n \"5.2.0.v20151123172027\": {\r\n \"version\": \"5.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027\",\r\n \"platforms\": [],\r\n \"githash\": \"a451c7d\",\r\n \"timestamp\": \"11/23/15 17:20\",\r\n \"nodeAppcVer\": \"0.2.33\"\r\n },\r\n \"5.2.0.GA\": {\r\n \"version\": \"5.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"384775e\",\r\n \"timestamp\": \"02/20/16 08:04\",\r\n \"nodeAppcVer\": \"0.2.33\"\r\n },\r\n \"4.2.0.v20150813145415\": {\r\n \"version\": \"4.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"1b0d4a8\",\r\n \"timestamp\": \"08/13/15 14:54\",\r\n \"nodeAppcVer\": \"0.2.28\"\r\n },\r\n \"4.2.0.v20150812202823\": {\r\n \"version\": \"4.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"1b0d4a8\",\r\n \"timestamp\": \"08/12/15 20:28\",\r\n \"nodeAppcVer\": \"0.2.28\"\r\n },\r\n \"4.2.0.v20150811132821\": {\r\n \"version\": \"4.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"8c7083c\",\r\n \"timestamp\": \"08/11/15 13:28\",\r\n \"nodeAppcVer\": \"0.2.28\"\r\n },\r\n \"4.2.0.v20150730093157\": {\r\n \"version\": \"4.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"7adfcdd\",\r\n \"timestamp\": \"07/30/15 09:31\",\r\n \"nodeAppcVer\": \"0.2.28\"\r\n },\r\n \"4.2.0.v20150708154418\": {\r\n \"version\": \"4.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"86af84e\",\r\n \"timestamp\": \"07/08/15 15:44\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.2.0.v20150707233642\": {\r\n \"version\": \"4.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"8605329\",\r\n \"timestamp\": \"07/07/15 23:36\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.2.0.v20150619181228\": {\r\n \"version\": \"4.2.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"5a0331a\",\r\n \"timestamp\": \"06/19/15 18:12\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.1.0.v20150616092649\": {\r\n \"version\": \"4.1.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"541529c\",\r\n \"timestamp\": \"06/16/15 09:26\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.1.0.v20150615164423\": {\r\n \"version\": \"4.1.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"541529c\",\r\n \"timestamp\": \"06/15/15 16:44\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.1.0.v20150610125228\": {\r\n \"version\": \"4.1.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228\",\r\n \"platforms\": [\r\n \"windows\",\r\n \"mobileweb\",\r\n \"android\"\r\n ],\r\n \"githash\": \"d2e417b\",\r\n \"timestamp\": \"06/10/15 12:52\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.1.0.v20150609095225\": {\r\n \"version\": \"4.1.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225\",\r\n \"platforms\": [\r\n \"windows\",\r\n \"mobileweb\",\r\n \"android\"\r\n ],\r\n \"githash\": \"3d8add6\",\r\n \"timestamp\": \"06/09/15 09:52\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.1.0.v20150604140424\": {\r\n \"version\": \"4.1.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424\",\r\n \"platforms\": [\r\n \"windows\",\r\n \"mobileweb\",\r\n \"android\"\r\n ],\r\n \"githash\": \"154ad91\",\r\n \"timestamp\": \"06/04/15 14:04\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.1.0.v20150522132746\": {\r\n \"version\": \"4.1.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746\",\r\n \"platforms\": [\r\n \"windows\",\r\n \"mobileweb\",\r\n \"android\"\r\n ],\r\n \"githash\": \"d7a138c\",\r\n \"timestamp\": \"05/22/15 13:27\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.1.0.v20150521102225\": {\r\n \"version\": \"4.1.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225\",\r\n \"platforms\": [\r\n \"windows\",\r\n \"mobileweb\",\r\n \"android\",\r\n \"blackberry\"\r\n ],\r\n \"githash\": \"38b1578\",\r\n \"timestamp\": \"05/21/15 10:22\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"4.0.0.GA\": {\r\n \"version\": \"4.0.0\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA\",\r\n \"platforms\": [\r\n \"mobileweb\",\r\n \"android\"\r\n ],\r\n \"githash\": \"9239ff9\",\r\n \"timestamp\": \"05/18/15 15:42\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"3.5.1.GA\": {\r\n \"version\": \"3.5.1\",\r\n \"path\": \"C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA\",\r\n \"platforms\": [\r\n \"mobileweb\",\r\n \"android\",\r\n \"blackberry\"\r\n ],\r\n \"githash\": \"96875c9\",\r\n \"timestamp\": \"03/05/15 10:08\",\r\n \"nodeAppcVer\": \"0.2.24\"\r\n },\r\n \"5.4.0.v20160420025342\": {\r\n \"version\": \"5.4.0\",\r\n \"path\": \"C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0\r\nv20160420025342\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"743d79c\",\r\n \"timestamp\": \"04/20/16 02:53\",\r\n \"nodeAppcVer\": \"0.2.35\"\r\n },\r\n \"5.4.0.v20160419234222\": {\r\n \"version\": \"5.4.0\",\r\n \"path\": \"C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0\r\nv20160419234222\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"743d79c\",\r\n \"timestamp\": \"04/19/16 23:42\",\r\n \"nodeAppcVer\": \"0.2.35\"\r\n },\r\n \"5.4.0.v20160418194101\": {\r\n \"version\": \"5.4.0\",\r\n \"path\": \"C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0\r\nv20160418194101\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"ff3acd9\",\r\n \"timestamp\": \"04/18/16 19:41\",\r\n \"nodeAppcVer\": \"0.2.35\"\r\n },\r\n \"5.4.0.v20160330202802\": {\r\n \"version\": \"5.4.0\",\r\n \"path\": \"C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0\r\nv20160330202802\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"15320e5\",\r\n \"timestamp\": \"03/30/16 20:28\",\r\n \"nodeAppcVer\": \"0.2.35\"\r\n },\r\n \"5.2.1.GA\": {\r\n \"version\": \"5.2.1\",\r\n \"path\": \"C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1\r\nGA\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"23e1c7d\",\r\n \"timestamp\": \"03/18/16 22:51\",\r\n \"nodeAppcVer\": \"0.2.33\"\r\n },\r\n \"5.4.0.v20160406002717\": {\r\n \"version\": \"5.4.0\",\r\n \"path\": \"Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0\r\nv20160406002717\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"3b4a229\",\r\n \"timestamp\": \"04/06/16 00:27\",\r\n \"nodeAppcVer\": \"0.2.35\"\r\n },\r\n \"5.2.2.GA\": {\r\n \"version\": \"5.2.2\",\r\n \"path\": \"Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2\r\nGA\",\r\n \"platforms\": [\r\n \"android\",\r\n \"mobileweb\",\r\n \"windows\"\r\n ],\r\n \"githash\": \"b685ddb\",\r\n \"timestamp\": \"03/28/16 14:12\",\r\n \"nodeAppcVer\": \"0.2.33\"\r\n }\r\n },\r\n \"titaniumCLI\": {\r\n \"version\": \"5.0.6\",\r\n \"nodeAppcVer\": \"0.2.31\",\r\n \"selectedSDK\": \"5.4.0.v20160420025342\"\r\n },\r\n \"haxm\": {\r\n \"compatible\": true,\r\n \"installed\": false,\r\n \"memlimit\": null\r\n },\r\n \"jdk\": {\r\n \"jdks\": {},\r\n \"home\": null,\r\n \"version\": null,\r\n \"build\": null,\r\n \"executables\": {},\r\n \"issues\": [\r\n {\r\n \"id\": \"JDK_NOT_INSTALLED\",\r\n \"type\": \"error\",\r\n \"message\": \"JDK (Java Development Kit) not installed.\\nIf you already have installed the\r\nJDK, verify your __JAVA_HOME__ environment variable is correctly set.\\nThe JDK is required for must be manually downloa\r\ned and installed from __http://appcelerator.com/jdk__.\"\r\n }\r\n ]\r\n },\r\n \"genymotion\": {\r\n \"executables\": {\r\n \"genymotion\": null,\r\n \"player\": null,\r\n \"vboxmanage\": null\r\n },\r\n \"home\": null,\r\n \"avds\": [],\r\n \"issues\": [],\r\n \"tisdk\": \"5.4.0.v20160420025342\"\r\n },\r\n \"android\": {\r\n \"linux64bit\": null,\r\n \"ndk\": null,\r\n \"sdk\": null,\r\n \"home\": \"C:\\\\Users\\\\jorgenbuder\\\\.android\",\r\n \"detectVersion\": \"2.0\",\r\n \"vendorDependencies\": {\r\n \"android sdk\": \"23\",\r\n \"android build tools\": \">=17 <=23.x\",\r\n \"android platform tools\": \">=17 <=23.x\",\r\n \"android tools\": \"<=24.3.x\",\r\n \"android ndk\": \">=r8e <=r9\",\r\n \"node\": \">=0.10.0 <=0.12.x\",\r\n \"java\": \"<=1.8.x\"\r\n },\r\n \"targets\": {},\r\n \"issues\": [\r\n {\r\n \"id\": \"ANDROID_JDK_NOT_FOUND\",\r\n \"type\": \"error\",\r\n \"message\": \"JDK (Java Development Kit) not found.\\nIf you already have installed the JDK\r\n verify your __JAVA_HOME__ environment variable is correctly set.\\nThe JDK can be downloaded and installed from __http:\r\n/appcelerator.com/jdk__.\"\r\n }\r\n ],\r\n \"tisdk\": \"5.4.0.v20160420025342\",\r\n \"emulators\": []\r\n },\r\n \"windows\": {\r\n \"detectVersion\": \"3.0\",\r\n \"issues\": [],\r\n \"assemblies\": {\r\n \"Microsoft.SmartDevice.Connectivity.Interface\": {\r\n \"11.0.0.0\": {\r\n \"assemblyFile\": \"C:\\\\Windows\\\\Microsoft.NET\\\\assembly\\\\GAC_MSIL\\\\Microsoft.Smart\r\nevice.Connectivity.Interface\\\\v4.0_11.0.0.0__b03f5f7f11d50a3a\\\\Microsoft.SmartDevice.Connectivity.Interface.dll\",\r\n \"dotNetVersion\": \"4.0\",\r\n \"assemblyVersion\": \"11.0.0.0\",\r\n \"publicKeyToken\": \"b03f5f7f11d50a3a\"\r\n },\r\n \"12.0.0.0\": {\r\n \"assemblyFile\": \"C:\\\\Windows\\\\Microsoft.NET\\\\assembly\\\\GAC_MSIL\\\\Microsoft.Smart\r\nevice.Connectivity.Interface\\\\v4.0_12.0.0.0__b03f5f7f11d50a3a\\\\Microsoft.SmartDevice.Connectivity.Interface.dll\",\r\n \"dotNetVersion\": \"4.0\",\r\n \"assemblyVersion\": \"12.0.0.0\",\r\n \"publicKeyToken\": \"b03f5f7f11d50a3a\"\r\n }\r\n },\r\n \"Microsoft.SmartDevice.MultiTargeting.Connectivity\": {\r\n \"11.0.0.0\": {\r\n \"assemblyFile\": \"C:\\\\Windows\\\\Microsoft.NET\\\\assembly\\\\GAC_MSIL\\\\Microsoft.Smart\r\nevice.MultiTargeting.Connectivity\\\\v4.0_11.0.0.0__b03f5f7f11d50a3a\\\\Microsoft.SmartDevice.MultiTargeting.Connectivity.d\r\nl\",\r\n \"dotNetVersion\": \"4.0\",\r\n \"assemblyVersion\": \"11.0.0.0\",\r\n \"publicKeyToken\": \"b03f5f7f11d50a3a\"\r\n },\r\n \"12.0.0.0\": {\r\n \"assemblyFile\": \"C:\\\\Windows\\\\Microsoft.NET\\\\assembly\\\\GAC_MSIL\\\\Microsoft.Smart\r\nevice.MultiTargeting.Connectivity\\\\v4.0_12.0.0.0__b03f5f7f11d50a3a\\\\Microsoft.SmartDevice.MultiTargeting.Connectivity.d\r\nl\",\r\n \"dotNetVersion\": \"4.0\",\r\n \"assemblyVersion\": \"12.0.0.0\",\r\n \"publicKeyToken\": \"b03f5f7f11d50a3a\"\r\n }\r\n }\r\n },\r\n \"windows\": {\r\n \"8.1\": {\r\n \"version\": \"8.1\",\r\n \"registryKey\": \"HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Microsoft SDKs\\\\Windows\\\\v8.1\",\r\n\r\n \"supported\": true,\r\n \"path\": \"C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.1\\\\\",\r\n \"signTool\": {\r\n \"arm\": \"C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.1\\\\bin\\\\arm\\\\SignTool.exe\",\r\n \"x86\": \"C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.1\\\\bin\\\\x86\\\\SignTool.exe\",\r\n \"x64\": \"C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.1\\\\bin\\\\x64\\\\SignTool.exe\"\r\n },\r\n \"makeCert\": {\r\n \"x86\": \"C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.1\\\\bin\\\\x86\\\\MakeCert.exe\",\r\n \"x64\": \"C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.1\\\\bin\\\\x64\\\\MakeCert.exe\"\r\n },\r\n \"pvk2pfx\": {\r\n \"x86\": \"C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.1\\\\bin\\\\x86\\\\pvk2pfx.exe\",\r\n \"x64\": \"C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.1\\\\bin\\\\x64\\\\pvk2pfx.exe\"\r\n },\r\n \"selected\": true\r\n }\r\n },\r\n \"windowsphone\": {\r\n \"8.1\": {\r\n \"version\": \"8.1\",\r\n \"registryKey\": \"HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Microsoft SDKs\\\\WindowsPhone\\\\v\r\n.1\",\r\n \"supported\": true,\r\n \"path\": \"C:\\\\Program Files (x86)\\\\Microsoft SDKs\\\\Windows Phone\\\\v8.1\\\\\",\r\n \"deployCmd\": \"C:\\\\Program Files (x86)\\\\Microsoft SDKs\\\\Windows Phone\\\\v8.1\\\\Tools\\\\AppDe\r\nloy\\\\AppDeployCmd.exe\",\r\n \"xapSignTool\": \"C:\\\\Program Files (x86)\\\\Microsoft SDKs\\\\Windows Phone\\\\v8.1\\\\Tools\\\\Xap\r\nignTool\\\\XapSignTool.exe\",\r\n \"selected\": true\r\n }\r\n },\r\n \"os\": {\r\n \"name\": \"Microsoft Windows 8.1 Pro\",\r\n \"version\": \"6.3.9600\"\r\n },\r\n \"powershell\": {\r\n \"enabled\": true\r\n },\r\n \"devices\": [\r\n {\r\n \"name\": \"Device\",\r\n \"udid\": 0,\r\n \"index\": 0,\r\n \"wpsdk\": null\r\n }\r\n ],\r\n \"emulators\": {\r\n \"8.1\": [\r\n {\r\n \"name\": \"Emulator 8.1 WVGA 4 inch 512MB\",\r\n \"udid\": \"8-1-1\",\r\n \"index\": 1,\r\n \"wpsdk\": \"8.1\"\r\n },\r\n {\r\n \"name\": \"Emulator 8.1 WVGA 4 inch\",\r\n \"udid\": \"8-1-2\",\r\n \"index\": 2,\r\n \"wpsdk\": \"8.1\"\r\n },\r\n {\r\n \"name\": \"Emulator 8.1 WXGA 4.5 inch\",\r\n \"udid\": \"8-1-3\",\r\n \"index\": 3,\r\n \"wpsdk\": \"8.1\"\r\n },\r\n {\r\n \"name\": \"Emulator 8.1 720P 4.7 inch\",\r\n \"udid\": \"8-1-4\",\r\n \"index\": 4,\r\n \"wpsdk\": \"8.1\"\r\n },\r\n {\r\n \"name\": \"Emulator 8.1 1080P 5.5 inch\",\r\n \"udid\": \"8-1-5\",\r\n \"index\": 5,\r\n \"wpsdk\": \"8.1\"\r\n },\r\n {\r\n \"name\": \"Emulator 8.1 1080P 6 inch\",\r\n \"udid\": \"8-1-6\",\r\n \"index\": 6,\r\n \"wpsdk\": \"8.1\"\r\n }\r\n ],\r\n \"10.0\": []\r\n },\r\n \"selectedVisualStudio\": {\r\n \"version\": \"12.0\",\r\n \"registryKey\": \"HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\VisualStudio\\\\12.0_Config\",\r\n \"supported\": true,\r\n \"vcvarsall\": \"C:\\\\PROGRA~2\\\\MICROS~1.0\\\\VC\\\\VCVARS~1.BAT\",\r\n \"msbuildVersion\": \"12.0.31101.0\",\r\n \"wpsdk\": null,\r\n \"selected\": true,\r\n \"path\": \"C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 12.0\\\\\",\r\n \"clrVersion\": \"v4.0.30319\"\r\n },\r\n \"visualstudio\": {\r\n \"12.0\": {\r\n \"version\": \"12.0\",\r\n \"registryKey\": \"HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\VisualStudio\\\\12.0_Config\",\r\n \"supported\": true,\r\n \"vcvarsall\": \"C:\\\\PROGRA~2\\\\MICROS~1.0\\\\VC\\\\VCVARS~1.BAT\",\r\n \"msbuildVersion\": \"12.0.31101.0\",\r\n \"wpsdk\": null,\r\n \"selected\": true,\r\n \"path\": \"C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 12.0\\\\\",\r\n \"clrVersion\": \"v4.0.30319\"\r\n }\r\n },\r\n \"tisdk\": \"5.4.0.v20160420025342\"\r\n }\r\n\r\nS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace>", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T12:32:37.000+0000", "updated": "2016-04-20T12:32:37.000+0000" }, { "id": "383331", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "just running create concurrently did not complain about the SDK installed.... :( this is confusing...", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T12:35:15.000+0000", "updated": "2016-04-20T12:35:15.000+0000" }, { "id": "383335", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Do you need something more from me now, I think I have posted all your questions, I am here ready to test anything you need..\r\n", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T13:10:33.000+0000", "updated": "2016-04-20T13:10:33.000+0000" }, { "id": "383337", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~buder] I think I found a potential workaround. \r\nCan you try {{-appc new -n test --id com.example.test --wp-sdk 8.1-}} and see if it works for you?\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T13:26:30.000+0000", "updated": "2016-04-20T13:36:53.000+0000" }, { "id": "383338", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hmm no wait, please forget previous comment. But I think I'm close.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T13:37:12.000+0000", "updated": "2016-04-20T13:37:12.000+0000" }, { "id": "383339", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Also I tried that before and I get same result: :( sorry\r\n\r\nI though it was going to override the problem but as you can see it does not complain about the SDK \"this time\" it may complain however sometimes at what it seems \"arbitrary\" reasons.. I do not know..\r\n\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace> appc new -n newmoduletest2 --id com.psab -l trace --wp-\r\nsdk 8.1\r\nAppcelerator Command-Line Interface, version 5.2.2\r\nCopyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.\r\n\r\n2016-04-20T13:37:06.321Z | TRACE | set environment to {\"registry\":\"https://software.appcelerator.com\",\"security\":\"https\r\n://security.appcelerator.com\",\"baseurl\":\"https://platform.appcelerator.com\"}\r\n2016-04-20T13:37:06.337Z | TRACE | checking credentials for existing session\r\n2016-04-20T13:37:07.140Z | TRACE | Attempting to load session info from config file\r\n2016-04-20T13:37:07.161Z | TRACE | check if session is invalidated\r\n2016-04-20T13:37:08.802Z | TRACE | session expiry 1461764081707 false\r\n2016-04-20T13:37:08.819Z | TRACE | Arrow Cloud config file: C:\\Users\\jorgenbuder\\.acs\r\n2016-04-20T13:37:08.834Z | TRACE | found Arrow Cloud login { mid: 'bc67dbb55159c99688d34b0bd52b90bf3d5184b2',\r\n publishPort: 443,\r\n publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',\r\n username: 'jorgen.buder@purplescout.se',\r\n cookie: [ 'connect.sid=s%3AvR0BPHFJwQxxRyAHb822zpAd.oJXlO6Fv2OXZiNg8rLWpIAxNUcxcCgB0XrfeIqzb9i8; Path=/; Expires=Wed,\r\n04 May 2016 13:34:52 GMT; HttpOnly' ],\r\n defaultEP:\r\n { publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',\r\n publishPort: 443 } } , checking nodeACSEndpoint= https://admin.cloudapp-enterprise.appcelerator.com\r\n2016-04-20T13:37:08.850Z | TRACE | Arrow Cloud cookie expiry [ 1462368892000 ]\r\n2016-04-20T13:37:08.866Z | TRACE | session already loaded in opts.session\r\n2016-04-20T13:37:08.882Z | TRACE | getCredentials() session:\r\n{\r\n \"ipaddress\": \"169.254.80.80\",\r\n \"username\": \"jorgen.buder@purplescout.se\",\r\n \"password\": \"\",\r\n \"session\": \"\",\r\n \"nonce\": \"\",\r\n \"environment\": {\r\n \"name\": \"production\",\r\n \"isProduction\": true,\r\n \"acsBaseUrl\": \"https://api.cloud.appcelerator.com\",\r\n \"acsAuthBaseUrl\": \"https://secure-identity.cloud.appcelerator.com\",\r\n \"nodeACSEndpoint\": \"https://admin.cloudapp-enterprise.appcelerator.com\"\r\n },\r\n \"token\": \"\",\r\n \"fingerprint\": \"bc67dbb55159c99688d34b0bd52b90bf3d5184b2\",\r\n \"fingerprint_description\": \"Windows Machine ID: 31243f2d-bca6-4668-8e04-1d901c484883\",\r\n \"org_id\": 100060412,\r\n \"expiry\": 1461764081707\r\n}\r\n2016-04-20T13:37:08.900Z | TRACE | loading plugins for command \"new\"\r\n2016-04-20T13:37:09.059Z | TRACE | new search paths:\r\n[\r\n \"C:\\\\Users\\\\jorgenbuder\\\\.appcelerator\\\\install\\\\5.2.2\\\\package\",\r\n \"C:\\\\Users\\\\jorgenbuder\\\\.appcelerator\\\\install\\\\5.2.2\\\\package\\\\node_modules\",\r\n \"Z:\\\\Users\\\\jorgenbuder\\\\Documents\\\\Appcelerator_Studio_Workspace\\\\plugins\",\r\n \"Z:\\\\Users\\\\jorgenbuder\\\\Documents\\\\Appcelerator_Studio_Workspace\\\\node_modules\",\r\n \"Z:\\\\Users\\\\jorgenbuder\\\\Documents\\\\node_modules\",\r\n \"Z:\\\\Users\\\\jorgenbuder\\\\node_modules\",\r\n \"Z:\\\\Users\\\\node_modules\",\r\n \"Z:\\\\node_modules\",\r\n \"C:\\\\Users\\\\jorgenbuder\\\\.appcelerator\\\\.npm\\\\lib\\\\node_modules\"\r\n]\r\n2016-04-20T13:37:09.075Z | DEBUG | [PLUGIN-LOAD] 0ms C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\appc.js\r\n2016-04-20T13:37:09.363Z | DEBUG | [PLUGIN-LOAD] 266ms C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_mo\r\ndules\\appc-cli-titanium\\appc.js\r\n2016-04-20T13:37:09.381Z | DEBUG | new plugin: C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modules\\ap\r\npc-cli-titanium\r\n2016-04-20T13:37:09.399Z | DEBUG | [PLUGIN-LOAD] 1ms C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modu\r\nles\\arrow\\appc.js\r\n2016-04-20T13:37:09.493Z | DEBUG | new plugin: C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modules\\ar\r\nrow\r\n2016-04-20T13:37:09.522Z | TRACE | loading plugin \"titanium\" for command \"new\" CLI options via function\r\n2016-04-20T13:37:09.541Z | TRACE | loading plugin \"arrow\" for command \"new\" CLI options via array\r\n2016-04-20T13:37:09.555Z | TRACE | Duplicate option \"services\" for command \"new\", removing...\r\n2016-04-20T13:37:09.585Z | TRACE | executing command \"new\" with the following plugins:\r\n[\"titanium\",\"arrow\"]\r\n2016-04-20T13:37:09.790Z | TRACE | Attempting to load session info from config file\r\n2016-04-20T13:37:09.809Z | TRACE | check if session is invalidated\r\n2016-04-20T13:37:11.359Z | TRACE | session expiry 1461764081707 false\r\n2016-04-20T13:37:11.373Z | TRACE | session already loaded in opts.session\r\n2016-04-20T13:37:11.388Z | TRACE | \"C:\\Program Files (x86)\\nodejs\\node.exe\" \"C:\\Users\\jorgenbuder\\.appcelerator\\install\r\n\\5.2.2\\package\\node_modules\\titanium\\bin\\titanium\" sdk -o json\r\n2016-04-20T13:37:14.385Z | TRACE | checking for titanium, result:\r\n { activeSDK: '5.4.0.v20160420025342',\r\n defaultInstallLocation: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium',\r\n installLocations:\r\n [ 'C:\\\\ProgramData\\\\Titanium',\r\n 'C:\\\\Users\\\\jorgenbuder\\\\AppData\\\\Roaming\\\\Titanium',\r\n 'C:\\\\ProgramData\\\\Application Data\\\\Titanium',\r\n 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium',\r\n 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium' ],\r\n installed:\r\n { '5.4.0.v20160420025342': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160420025342',\r\n '5.4.0.v20160419234222': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160419234222',\r\n '5.4.0.v20160418194101': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160418194101',\r\n '5.4.0.v20160406002717': 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160406002717',\r\n '5.4.0.v20160330202802': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160330202802',\r\n '5.4.0.v20160301084038': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038',\r\n '5.2.2.GA': 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2.GA',\r\n '5.2.1.GA': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1.GA',\r\n '5.2.0.v20151125082947': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947',\r\n '5.2.0.v20151123172027': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027',\r\n '5.2.0.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA',\r\n '4.2.0.v20150813145415': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415',\r\n '4.2.0.v20150812202823': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823',\r\n '4.2.0.v20150811132821': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821',\r\n '4.2.0.v20150730093157': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157',\r\n '4.2.0.v20150708154418': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418',\r\n '4.2.0.v20150707233642': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642',\r\n '4.2.0.v20150619181228': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228',\r\n '4.1.0.v20150616092649': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649',\r\n '4.1.0.v20150615164423': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423',\r\n '4.1.0.v20150610125228': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228',\r\n '4.1.0.v20150609095225': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225',\r\n '4.1.0.v20150604140424': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424',\r\n '4.1.0.v20150522132746': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746',\r\n '4.1.0.v20150521102225': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225',\r\n '4.0.0.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA',\r\n '3.5.1.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA' },\r\n sdks:\r\n { '5.4.0.v20160301084038':\r\n { name: '5.4.0.v20160301084038',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038' },\r\n '5.2.0.v20151125082947':\r\n { name: '5.2.0.v20151125082947',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947' },\r\n '5.2.0.v20151123172027':\r\n { name: '5.2.0.v20151123172027',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027' },\r\n '5.2.0.GA':\r\n { name: '5.2.0.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA' },\r\n '4.2.0.v20150813145415':\r\n { name: '4.2.0.v20150813145415',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415' },\r\n '4.2.0.v20150812202823':\r\n { name: '4.2.0.v20150812202823',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823' },\r\n '4.2.0.v20150811132821':\r\n { name: '4.2.0.v20150811132821',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821' },\r\n '4.2.0.v20150730093157':\r\n { name: '4.2.0.v20150730093157',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157' },\r\n '4.2.0.v20150708154418':\r\n { name: '4.2.0.v20150708154418',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418' },\r\n '4.2.0.v20150707233642':\r\n { name: '4.2.0.v20150707233642',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642' },\r\n '4.2.0.v20150619181228':\r\n { name: '4.2.0.v20150619181228',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228' },\r\n '4.1.0.v20150616092649':\r\n { name: '4.1.0.v20150616092649',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649' },\r\n '4.1.0.v20150615164423':\r\n { name: '4.1.0.v20150615164423',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423' },\r\n '4.1.0.v20150610125228':\r\n { name: '4.1.0.v20150610125228',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228' },\r\n '4.1.0.v20150609095225':\r\n { name: '4.1.0.v20150609095225',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225' },\r\n '4.1.0.v20150604140424':\r\n { name: '4.1.0.v20150604140424',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424' },\r\n '4.1.0.v20150522132746':\r\n { name: '4.1.0.v20150522132746',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746' },\r\n '4.1.0.v20150521102225':\r\n { name: '4.1.0.v20150521102225',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225' },\r\n '4.0.0.GA':\r\n { name: '4.0.0.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA' },\r\n '3.5.1.GA':\r\n { name: '3.5.1.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA' },\r\n '5.4.0.v20160420025342':\r\n { name: '5.4.0.v20160420025342',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160420025342'\r\n},\r\n '5.4.0.v20160419234222':\r\n { name: '5.4.0.v20160419234222',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160419234222'\r\n},\r\n '5.4.0.v20160418194101':\r\n { name: '5.4.0.v20160418194101',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160418194101'\r\n},\r\n '5.4.0.v20160330202802':\r\n { name: '5.4.0.v20160330202802',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160330202802'\r\n},\r\n '5.2.1.GA':\r\n { name: '5.2.1.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1.GA' },\r\n '5.4.0.v20160406002717':\r\n { name: '5.4.0.v20160406002717',\r\n manifest: [Object],\r\n path: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160406002717'\r\n},\r\n '5.2.2.GA':\r\n { name: '5.2.2.GA',\r\n manifest: [Object],\r\n path: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2.GA' } } }\r\n? What type of project are you creating? Titanium Module (timodule)\r\n2016-04-20T13:37:17.647Z | DEBUG | Handle ACS registration...\r\n2016-04-20T13:37:17.667Z | TRACE | \"C:\\Program Files (x86)\\nodejs\\node.exe\" \"C:\\Users\\jorgenbuder\\.appcelerator\\install\r\n\\5.2.2\\package\\node_modules\\titanium\\bin\\titanium\" sdk -o json\r\n2016-04-20T13:37:20.579Z | TRACE | checking for titanium, result:\r\n { activeSDK: '5.4.0.v20160420025342',\r\n defaultInstallLocation: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium',\r\n installLocations:\r\n [ 'C:\\\\ProgramData\\\\Titanium',\r\n 'C:\\\\Users\\\\jorgenbuder\\\\AppData\\\\Roaming\\\\Titanium',\r\n 'C:\\\\ProgramData\\\\Application Data\\\\Titanium',\r\n 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium',\r\n 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium' ],\r\n installed:\r\n { '5.4.0.v20160420025342': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160420025342',\r\n '5.4.0.v20160419234222': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160419234222',\r\n '5.4.0.v20160418194101': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160418194101',\r\n '5.4.0.v20160406002717': 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160406002717',\r\n '5.4.0.v20160330202802': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v\r\n20160330202802',\r\n '5.4.0.v20160301084038': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038',\r\n '5.2.2.GA': 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2.GA',\r\n '5.2.1.GA': 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1.GA',\r\n '5.2.0.v20151125082947': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947',\r\n '5.2.0.v20151123172027': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027',\r\n '5.2.0.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA',\r\n '4.2.0.v20150813145415': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415',\r\n '4.2.0.v20150812202823': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823',\r\n '4.2.0.v20150811132821': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821',\r\n '4.2.0.v20150730093157': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157',\r\n '4.2.0.v20150708154418': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418',\r\n '4.2.0.v20150707233642': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642',\r\n '4.2.0.v20150619181228': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228',\r\n '4.1.0.v20150616092649': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649',\r\n '4.1.0.v20150615164423': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423',\r\n '4.1.0.v20150610125228': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228',\r\n '4.1.0.v20150609095225': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225',\r\n '4.1.0.v20150604140424': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424',\r\n '4.1.0.v20150522132746': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746',\r\n '4.1.0.v20150521102225': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225',\r\n '4.0.0.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA',\r\n '3.5.1.GA': 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA' },\r\n sdks:\r\n { '5.4.0.v20160301084038':\r\n { name: '5.4.0.v20160301084038',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160301084038' },\r\n '5.2.0.v20151125082947':\r\n { name: '5.2.0.v20151125082947',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151125082947' },\r\n '5.2.0.v20151123172027':\r\n { name: '5.2.0.v20151123172027',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.v20151123172027' },\r\n '5.2.0.GA':\r\n { name: '5.2.0.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.0.GA' },\r\n '4.2.0.v20150813145415':\r\n { name: '4.2.0.v20150813145415',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150813145415' },\r\n '4.2.0.v20150812202823':\r\n { name: '4.2.0.v20150812202823',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150812202823' },\r\n '4.2.0.v20150811132821':\r\n { name: '4.2.0.v20150811132821',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150811132821' },\r\n '4.2.0.v20150730093157':\r\n { name: '4.2.0.v20150730093157',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150730093157' },\r\n '4.2.0.v20150708154418':\r\n { name: '4.2.0.v20150708154418',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150708154418' },\r\n '4.2.0.v20150707233642':\r\n { name: '4.2.0.v20150707233642',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150707233642' },\r\n '4.2.0.v20150619181228':\r\n { name: '4.2.0.v20150619181228',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.2.0.v20150619181228' },\r\n '4.1.0.v20150616092649':\r\n { name: '4.1.0.v20150616092649',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150616092649' },\r\n '4.1.0.v20150615164423':\r\n { name: '4.1.0.v20150615164423',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150615164423' },\r\n '4.1.0.v20150610125228':\r\n { name: '4.1.0.v20150610125228',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150610125228' },\r\n '4.1.0.v20150609095225':\r\n { name: '4.1.0.v20150609095225',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150609095225' },\r\n '4.1.0.v20150604140424':\r\n { name: '4.1.0.v20150604140424',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150604140424' },\r\n '4.1.0.v20150522132746':\r\n { name: '4.1.0.v20150522132746',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150522132746' },\r\n '4.1.0.v20150521102225':\r\n { name: '4.1.0.v20150521102225',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.1.0.v20150521102225' },\r\n '4.0.0.GA':\r\n { name: '4.0.0.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\4.0.0.GA' },\r\n '3.5.1.GA':\r\n { name: '3.5.1.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\ProgramData\\\\Titanium\\\\mobilesdk\\\\win32\\\\3.5.1.GA' },\r\n '5.4.0.v20160420025342':\r\n { name: '5.4.0.v20160420025342',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160420025342'\r\n},\r\n '5.4.0.v20160419234222':\r\n { name: '5.4.0.v20160419234222',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160419234222'\r\n},\r\n '5.4.0.v20160418194101':\r\n { name: '5.4.0.v20160418194101',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160418194101'\r\n},\r\n '5.4.0.v20160330202802':\r\n { name: '5.4.0.v20160330202802',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160330202802'\r\n},\r\n '5.2.1.GA':\r\n { name: '5.2.1.GA',\r\n manifest: [Object],\r\n path: 'C:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.1.GA' },\r\n '5.4.0.v20160406002717':\r\n { name: '5.4.0.v20160406002717',\r\n manifest: [Object],\r\n path: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.4.0.v20160406002717'\r\n},\r\n '5.2.2.GA':\r\n { name: '5.2.2.GA',\r\n manifest: [Object],\r\n path: 'Z:\\\\Users\\\\jorgenbuder\\\\Library\\\\Application Support\\\\Titanium\\\\mobilesdk\\\\win32\\\\5.2.2.GA' } } }\r\n2016-04-20T13:37:23.954Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\templates\\module\\default\\template\\assets\\README.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_S\r\ntudio_Workspace\\newmoduletest2\\assets\\README\r\n2016-04-20T13:37:23.980Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\templates\\module\\default\\template\\documentation\\index.md.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appce\r\nlerator_Studio_Workspace\\newmoduletest2\\documentation\\index.md\r\n2016-04-20T13:37:23.999Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\templates\\module\\default\\template\\example\\app.js.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_\r\nStudio_Workspace\\newmoduletest2\\example\\app.js\r\n2016-04-20T13:37:24.020Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\templates\\module\\default\\template\\LICENSE => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Work\r\nspace\\newmoduletest2\\LICENSE\r\n2016-04-20T13:37:24.041Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\templates\\module\\default\\template\\README.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_W\r\norkspace\\newmoduletest2\\README\r\n2016-04-20T13:37:24.066Z | DEBUG | Detecting Android environment...\r\n2016-04-20T13:37:24.182Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\.classpath.ejs => Z:\\Users\\jorgenbuder\\Documents\\A\r\nppcelerator_Studio_Workspace\\newmoduletest2\\android\\.classpath\r\n2016-04-20T13:37:24.205Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\.project.ejs => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\newmoduletest2\\android\\.project\r\n2016-04-20T13:37:24.224Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\.settings\\org.eclipse.jdt.apt.core.prefs.ejs => Z:\r\n\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\newmoduletest2\\android\\.settings\\org.eclipse.jdt.apt.core.pre\r\nfs\r\n2016-04-20T13:37:24.251Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\.settings\\org.eclipse.jdt.core.prefs => Z:\\Users\\j\r\norgenbuder\\Documents\\Appcelerator_Studio_Workspace\\newmoduletest2\\android\\.settings\\org.eclipse.jdt.core.prefs\r\n2016-04-20T13:37:24.273Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\build.properties.ejs => Z:\\Users\\jorgenbuder\\Docum\r\nents\\Appcelerator_Studio_Workspace\\newmoduletest2\\android\\build.properties\r\n2016-04-20T13:37:24.294Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\build.xml.ejs => Z:\\Users\\jorgenbuder\\Documents\\Ap\r\npcelerator_Studio_Workspace\\newmoduletest2\\android\\build.xml\r\n2016-04-20T13:37:24.312Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\lib\\README => Z:\\Users\\jorgenbuder\\Documents\\Appce\r\nlerator_Studio_Workspace\\newmoduletest2\\android\\lib\\README\r\n2016-04-20T13:37:24.329Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\manifest.ejs => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\newmoduletest2\\android\\manifest\r\n2016-04-20T13:37:24.346Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\platform\\README.md => Z:\\Users\\jorgenbuder\\Documen\r\nts\\Appcelerator_Studio_Workspace\\newmoduletest2\\android\\platform\\README.md\r\n2016-04-20T13:37:24.364Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\Resources\\README.md => Z:\\Users\\jorgenbuder\\Docume\r\nnts\\Appcelerator_Studio_Workspace\\newmoduletest2\\android\\Resources\\README.md\r\n2016-04-20T13:37:24.392Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\src\\{{ModuleIdAsFolder}}\\ExampleProxy.java.ejs =>\r\nZ:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\newmoduletest2\\android\\src\\com\\psab\\ExampleProxy.java\r\n2016-04-20T13:37:24.411Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\src\\{{ModuleIdAsFolder}}\\{{ModuleNameCamel}}Module\r\n.java.ejs => Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\newmoduletest2\\android\\src\\com\\psab\\Newmodulet\r\nest2Module.java\r\n2016-04-20T13:37:24.430Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\android\\templates\\module\\default\\template\\android\\timodule.xml => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\newmoduletest2\\android\\timodule.xml\r\n2016-04-20T13:37:24.462Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\mobileweb\\templates\\module\\default\\template\\mobileweb\\build.py.ejs => Z:\\Users\\jorgenbuder\\Documents\r\n\\Appcelerator_Studio_Workspace\\newmoduletest2\\mobileweb\\build.py\r\n2016-04-20T13:37:24.486Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\mobileweb\\templates\\module\\default\\template\\mobileweb\\manifest.ejs => Z:\\Users\\jorgenbuder\\Documents\r\n\\Appcelerator_Studio_Workspace\\newmoduletest2\\mobileweb\\manifest\r\n2016-04-20T13:37:24.502Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\mobileweb\\templates\\module\\default\\template\\mobileweb\\src\\{{ModuleId}}.js.ejs => Z:\\Users\\jorgenbude\r\nr\\Documents\\Appcelerator_Studio_Workspace\\newmoduletest2\\mobileweb\\src\\com.psab.js\r\n2016-04-20T13:37:24.519Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\mobileweb\\templates\\module\\default\\template\\mobileweb\\timodule.xml => Z:\\Users\\jorgenbuder\\Documents\r\n\\Appcelerator_Studio_Workspace\\newmoduletest2\\mobileweb\\timodule.xml\r\n2016-04-20T13:37:24.535Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\windows\\templates\\module\\default\\template\\windows\\cmake\\{{moduleIdAsIdentifier}}_Config.cmake.ejs =>\r\n Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\newmoduletest2\\windows\\cmake\\ComPsab_Config.cmake\r\n2016-04-20T13:37:24.550Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\windows\\templates\\module\\default\\template\\windows\\CMakeLists.txt.ejs => Z:\\Users\\jorgenbuder\\Documen\r\nts\\Appcelerator_Studio_Workspace\\newmoduletest2\\windows\\CMakeLists.txt\r\n2016-04-20T13:37:24.570Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\windows\\templates\\module\\default\\template\\windows\\include\\{{moduleIdAsIdentifier}}.hpp.ejs => Z:\\Use\r\nrs\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace\\newmoduletest2\\windows\\include\\ComPsab.hpp\r\n2016-04-20T13:37:24.590Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\windows\\templates\\module\\default\\template\\windows\\manifest.ejs => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\newmoduletest2\\windows\\manifest\r\n2016-04-20T13:37:24.608Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\windows\\templates\\module\\default\\template\\windows\\src\\{{moduleIdAsIdentifier}}.cpp.ejs => Z:\\Users\\j\r\norgenbuder\\Documents\\Appcelerator_Studio_Workspace\\newmoduletest2\\windows\\src\\ComPsab.cpp\r\n2016-04-20T13:37:24.623Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\windows\\templates\\module\\default\\template\\windows\\test\\CMakeLists.txt.ejs => Z:\\Users\\jorgenbuder\\Do\r\ncuments\\Appcelerator_Studio_Workspace\\newmoduletest2\\windows\\test\\CMakeLists.txt\r\n2016-04-20T13:37:24.639Z | DEBUG | Copying C:\\Users\\jorgenbuder\\Library\\Application Support\\Titanium\\mobilesdk\\win32\\5.\r\n4.0.v20160420025342\\windows\\templates\\module\\default\\template\\windows\\timodule.xml => Z:\\Users\\jorgenbuder\\Documents\\App\r\ncelerator_Studio_Workspace\\newmoduletest2\\windows\\timodule.xml\r\n2016-04-20T13:37:24.659Z | TRACE | done with plugin [Error: titanium exited with non-zero exit code (1)]\r\n2016-04-20T13:37:25.209Z | ERROR | Error: titanium exited with non-zero exit code (1)\r\n at ChildProcess. (C:\\Users\\jorgenbuder\\.appcelerator\\install\\5.2.2\\package\\node_modules\\appc-cli-titanium\r\n\\plugins\\new.js:204:21)\r\n at ChildProcess.emit (events.js:110:17)\r\n at Process.ChildProcess._handle.onexit (child_process.js:1074:12)\r\n2016-04-20T13:37:25.224Z | TRACE | Sending exit signal to titanium process: 1188\r\nPS Z:\\Users\\jorgenbuder\\Documents\\Appcelerator_Studio_Workspace>", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T13:39:14.000+0000", "updated": "2016-04-20T13:39:14.000+0000" }, { "id": "383340", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "One other thing is that looking at the last lines it seems there are files copied over to the target but there is nothing there not even a folder..", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T13:40:33.000+0000", "updated": "2016-04-20T13:40:33.000+0000" }, { "id": "383341", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hi\r\n\r\nI think I managed:\r\n\r\nDo not use appc to create module do this instead:\r\n\r\nti create -p windows -t module --wp-sdk 8.1\r\n\r\nthen build with \r\n\r\nti build -p windows -T ws-local\r\n\r\nthis will create a project with the background service you made and also builds a valid zip file with 235 Kbytes or so, now I have to test it with the main app .\r\n\r\nI do not know why but the appc create module does not work\r\n\r\n(I use the 5.4.0 20160420 SDK)\r\n\r\ndoes this help ?\r\n\r\n", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T13:50:38.000+0000", "updated": "2016-04-20T13:51:15.000+0000" }, { "id": "383342", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I think I'm close. Please wait for the update I will make tomorrow.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T13:50:56.000+0000", "updated": "2016-04-20T13:50:56.000+0000" }, { "id": "383343", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Oh yes it does help!! Thanks :)", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T13:51:49.000+0000", "updated": "2016-04-20T13:51:49.000+0000" }, { "id": "383346", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Problem I have then is that I cannot use my old module and just add the class you made in the cpp and hpp file it seems the only way to use the same module as before is to make a new one (do not know if I can use the same name). \r\n\r\nI do not yet have a confirmation that this will work all the way with the background service but I think maybe I can now make a module that should be able to expose the background service task to the app..\r\n\r\nUnfortunately I have to leave now, it must be late with you too... I think I can work with this unless you see any obvious problem creating the module like so??\r\n\r\nI will get back to you when I tested to use this new module as background task function..\r\n\r\nI will be back in a few hours but I guess I will see you tomorrow...\r\n\r\nbye", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-20T13:54:46.000+0000", "updated": "2016-04-20T13:54:46.000+0000" }, { "id": "383640", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Should be fixed by TIMOB-23248", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-22T07:35:21.000+0000", "updated": "2016-04-22T07:35:21.000+0000" }, { "id": "383641", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hi\r\n\r\nSo since this is resolved now, it means we have this in the mighty build? Can you tell me how I can see for my self which merges and tickets go into what nightly build? Is there a release list for each nightly build? I have tried the decodeNumber and when it did not work you said it was nto yet in, can I have a insight in how I can resolve this myself and not take up your time? \r\n\r\nBut this ticket should be in 20160422 nightly build correct?", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-22T07:41:19.000+0000", "updated": "2016-04-22T07:41:19.000+0000" }, { "id": "383646", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I'm not very sure exactly when nightly build is invoked. I usually check [Appcelerator Nightly Build Server|http://builds.appcelerator.com/#master], and check its timestamp. \r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-22T07:53:48.000+0000", "updated": "2016-04-22T07:53:48.000+0000" }, { "id": "384676", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Did you solve this for Win 10 as well, we are now trying your appc new command line but are getting same type of error there, the system complains about not having all SDK installed, while we can build our app to emulator (at least) this should not be a problem. Please respond..\r\n\r\nappc new -n test -id com.ps --wp-sdk 8.1\r\n\r\nthis does not work, \r\n\r\nrequieing Windows 10 SDK and Windows Store SDK, why is this a problem ?\r\n\r\nRunning SDK 0428 5.4.0\r\n\r\n", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-05-04T07:43:00.000+0000", "updated": "2016-05-04T07:43:00.000+0000" }, { "id": "384820", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "It sounds like to me it needs Windows Phone 8.1 SDK too for you since you are specifying {{wp-sdk 8.1}} ? Just in case, how about specifying {{sdk}} to make sure to use latest sdk: {{appc new -n TIMOB23246 --id com.appc.TIMOB23246 --wp-sdk 8.1 --sdk 5.4.0.v20160504215815}}", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-05-05T07:34:32.000+0000", "updated": "2016-05-05T07:43:00.000+0000" }, { "id": "385525", "author": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hi\r\n\r\nDid not see this comment until now, will take a look at it however we have a bigger problem. A native module cannot be used in SDKs later than 0420, any native module crashes the app on the device making it impossible for me to test your background service on device, I have struggled with this now. I have confirmed that if I use the latest SDK 20160511 I can build and deploy the app ONLY if I remove the native module, and this worked in the 20160420 SDK I used before. This is critical, please reopen and investigate.. thanks", "updateAuthor": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-05-12T12:01:16.000+0000", "updated": "2016-05-12T12:01:16.000+0000" }, { "id": "386455", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Re-opening as per user comment...", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-05-23T14:13:52.000+0000", "updated": "2016-05-23T14:13:52.000+0000" }, { "id": "386992", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing this for now, because this ticket is originally created to describe \"module project is not created\" that can be marked as fixed. I think we want to be more specific to the case, I will create new ticket that is more specific to actual issue that something like \"module does not work\" or \"Windows module crashes\" according to the report.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-05-27T03:40:21.000+0000", "updated": "2016-05-27T03:40:21.000+0000" }, { "id": "387147", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~buder] I tried native module on the the latest 5.3.0.v20160523083840 and 5.4.0.v20160530173143 but I was not able to reproduce crash you described. Could you create new ticket for this rather than adding comments on this ticket, to track the issue? It would be very welcome if you include full CLI command and output you executed and hopefully source code when needed.\r\n\r\nFYI what I did was to create/build module using following CLI commands.\r\n\r\nFor 5_3_X: \r\n{code}\r\n> appc new -n TIMOB23246 --id com.appc.TIMOB23246 --sdk 5.3.0.v20160523083840\r\n> cd TIMOB23246/windows\r\n> ti build -p windows --sdk 5.3.0.v20160523083840 --build-only\r\n{code}\r\n\r\nFor 5_4_X:\r\n{code}\r\n> appc new -n TIMOB23246X54 --id com.appc.TIMOB23246X54 --sdk 5.4.0.v20160530173143\r\n> cd TIMOB23246X54/windows\r\n> ti build -p windows --sdk 5.4.0.v20160530173143 --build-only\r\n{code}\r\n\r\nAnd then in app.js:\r\n\r\n{code}\r\nvar TIMOB23246 = require('com.appc.TIMOB23246');\r\nvar TIMOB23246X54 = require('com.appc.TIMOB23246X54');\r\n\r\nTi.API.info(typeof TIMOB23246);\r\nTi.API.info(typeof TIMOB23246X54);\r\n{code}\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-05-31T06:21:23.000+0000", "updated": "2016-05-31T06:21:23.000+0000" }, { "id": "389298", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2016-06-28T20:36:24.000+0000", "updated": "2016-06-28T20:37:26.000+0000" }, { "id": "389306", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile_windows/pull/756", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-06-28T21:51:51.000+0000", "updated": "2016-06-28T21:51:51.000+0000" }, { "id": "389365", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Thanks for following up [~eharris]! Just merged Gary's PR, will be available on 5.4.x soon.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-06-29T04:42:24.000+0000", "updated": "2016-06-29T04:42:24.000+0000" }, { "id": "389595", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified using:\r\n\r\nWindows 10 Pro\r\nTi SDK: 5.4.0.v20160630074247\r\nAppc NPM: 4.2.7-2 \r\nAppc CLI: 5.4.0-23\r\nAppc Studio: 4.7.0.201606220541\r\n\r\nModules can now be created using the following configurations:\r\n\r\n* Visual studio with both Universal App Development Tools and Windows Phone 8.0/8.1 Tools installed\r\n* Visual studio with only Universal App Development Tools installed \r\n* Visual studio with only Windows Phone 8.0/8.1 Tools installed \r\n\r\nClosing ticket\r\n", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2016-06-30T17:02:09.000+0000", "updated": "2016-06-30T17:02:09.000+0000" } ], "maxResults": 38, "total": 38, "startAt": 0 } } }