{ "id": "111629", "key": "TIMOB-13190", "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": "15112", "description": "2013 Sprint 07 BB", "name": "2013 Sprint 07 BB", "archived": true, "released": true, "releaseDate": "2013-04-08" }, { "id": "15105", "description": "2013 Sprint 07", "name": "2013 Sprint 07", "archived": true, "released": true, "releaseDate": "2013-04-08" }, { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-05-17T05:25:27.000+0000", "created": "2013-03-25T17:57:52.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-3.1.0", "qe-testadded", "sdk-bb" ], "versions": [], "issuelinks": [ { "id": "26943", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "inwardIssue": { "id": "93035", "key": "TIMOB-9480", "fields": { "summary": "BlackBerry: Switch BB CLI scripts to new nodeJS mechanism", "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": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } }, { "id": "26940", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "109219", "key": "TISTUD-3893", "fields": { "summary": "BlackBerry: support project creation with multiple deployment targets", "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": "26942", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "107958", "key": "TIMOB-12304", "fields": { "summary": "Add BB10 SD support to common files in python based with CLI (see description)", "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": "26941", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "111505", "key": "TISTUD-3889", "fields": { "summary": "Titanium Project: new project that includes blackberry target uses legacy python script", "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": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-02-20T18:07:24.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": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "Description:\r\n1.Create a default app with templates in the studio & select other deploy targets along with blackberry\r\n2.Now open the resources folder of the created app in studio\r\n\r\nActual Result:\r\n1.The 'blackberry' folder does not get created in the resources folder as 'android','iphone','mobileweb'\r\n2.due to this running the app gives errors:\r\n{code}\r\n[INFO] Running\r\n retCode = builder.run(ipAddress, devicePassword, debugToken, storePass, outputDir)\r\n File \"/Users/lokeshchoudhary/Desktop/bb-mobilesdk-osx/mobilesdk/osx/3.1.0.v20130204182020/blackberry/builder.py\", line 78, in run\r\n resources = os.listdir(self.blackberryResources)\r\nOSError: [Errno 2] No such file or directory: '/Users/lokeshchoudhary/Desktop/Titanium BB Workspace/default_123/Resources/blackberry'[INFO] Running\r\n retCode = builder.run(ipAddress, devicePassword, debugToken, storePass, outputDir)\r\n File \"/Users/lokeshchoudhary/Desktop/bb-mobilesdk-osx/mobilesdk/osx/3.1.0.v20130204182020/blackberry/builder.py\", line 78, in run\r\n resources = os.listdir(self.blackberryResources)\r\nOSError: [Errno 2] No such file or directory: '/Users/lokeshchoudhary/Desktop/Titanium BB Workspace/default_123/Resources/blackberry'\r\n{code}\r\n\r\nNOTE : If we create a default app with only blackberry as target then the 'blackberry' folder is getting created\r\n\r\nExpected Result:\r\n1.The 'blackberry' folder gets created along with other targets\r\n\r\n\r\n", "attachment": [], "flagged": false, "summary": "BlackBerry: support project creation with multiple deployment targets", "creator": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nTi Studio : 3.1.0.201302041831\r\nTi BB SDK : 3.1.0.v20130204182020\r\nMac OSX : 10.8.2\r\nBB simulator : 10.0.9.386", "comment": { "comments": [ { "id": "245104", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Added support for bb node based project creation into the latest BB SDK master. The command should be the same as other platforms.", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-02T00:51:43.000+0000", "updated": "2013-04-02T00:51:43.000+0000" }, { "id": "246086", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Investigated but made more sense to just use new CLI. This should now be fixed in latest SDK.", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-05T22:44:53.000+0000", "updated": "2013-04-05T22:44:53.000+0000" }, { "id": "246782", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix & the BB folder gets created in the resources folder when BlackBerry is selected with other platforms as deployment targets.\r\nThus closing.\r\n\r\nEnvironment:\r\nTi Studio : 3.1.0.201304051530\r\nTi BB SDK : 3.2.0.v20130409153013\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nBB simulator : 10.0.10.261\r\nZ10 device running 10.0.10.88", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T23:42:34.000+0000", "updated": "2013-04-09T23:42:34.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }