{ "id": "111399", "key": "TIMOB-13129", "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": [], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2016-08-29T18:20:08.000+0000", "created": "2013-03-19T16:37:39.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [ { "id": "52553", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "136579", "key": "TIMOB-17694", "fields": { "summary": "iOS: Build fails when Resources has a folder named after the 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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T22:53:07.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "Pulled from master last night. Alloy 1.1.0\r\n\r\nSteps to reproduce:\r\n1. Create any folder in a widget.\r\n2. Place a .js file in that folder with any type of javascript, not important. Or place it in the /assets/ folder, whichever you'd like\r\n3. Run.\r\n4. Compile time errors. You'll either get the following:\r\nhttp://pastie.org/6628713\r\nor\r\nhttp://www.screencast.com/t/UvzS2zGdp9B", "attachment": [], "flagged": false, "summary": "folder in Resources can't have same name as project", "creator": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "subtasks": [], "reporter": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "environment": null, "comment": { "comments": [ { "id": "243107", "author": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "body": "Same error happens when putting any image in the widget's /asset/ folder.", "updateAuthor": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "created": "2013-03-20T02:56:33.000+0000", "updated": "2013-03-20T02:56:33.000+0000" }, { "id": "243108", "author": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "body": "Ok I figured this out. This bug will need to be moved to the appropriate place. Here's what happened:\n\nThe Ti project name was the same name as the widget: \"uikit\". For some reason, if you have a folder name in /Resources/ of the same name as the Ti project, it will not compile. I changed the name of the ti project (e.g. in the tiapp.xml / manifest) so that my widget does not have the same name, and it worked!", "updateAuthor": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "created": "2013-03-20T03:44:45.000+0000", "updated": "2013-03-20T03:44:45.000+0000" }, { "id": "243133", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Rick, was this specific to a particular platform?", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-20T12:07:22.000+0000", "updated": "2013-03-20T12:07:22.000+0000" }, { "id": "243141", "author": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "body": "I was compiling for iOS.", "updateAuthor": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "created": "2013-03-20T13:45:21.000+0000", "updated": "2013-03-20T13:45:21.000+0000" }, { "id": "244128", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Another case coming in from the community: http://developer.appcelerator.com/question/150073/my-android-application-not-showing-in-android-emulator", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-26T17:47:44.000+0000", "updated": "2013-03-26T17:47:44.000+0000" }, { "id": "394663", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Dupe of TIMOB-17694.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-08-29T18:20:08.000+0000", "updated": "2016-08-29T18:20:08.000+0000" }, { "id": "414641", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T22:53:07.000+0000", "updated": "2017-03-21T22:53:07.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }