{ "id": "79589", "key": "TIMOB-5096", "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": "12083", "description": "", "name": "Sprint 2011-43", "archived": true, "released": true, "releaseDate": "2011-10-31" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-10-27T12:26:06.000+0000", "created": "2011-08-24T12:11:43.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "issuelinks": [ { "id": "13812", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "79665", "key": "TIMOB-5114", "fields": { "summary": "Platform specific includes does not work for iphone", "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 } } } } ], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:46:33.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "This is a flaw in builder.py, given how we softlink to folders in resources and iPhone. That is,\r\n{code}\r\n+ Resources\r\n - File1\r\n + FolderA\r\n - File2\r\n - File3\r\n + iPhone\r\n - File4\r\n + FolderA\r\n - File2\r\n - File5\r\n{code}\r\n\r\nShould recursively collapse to:\r\n{code}\r\n+ App\r\n - File1 (From project resources)\r\n - File4 (from iPhone)\r\n + FolderA (New folder)\r\n - File2 (from iPhone)\r\n - File3 (From project resources)\r\n - File5 (from iPhone)\r\n{code}\r\n\r\nAs it is, it currently builds to:\r\n\r\n{code}\r\n+ App\r\n - File1 (From project resources)\r\n - File4 (from iPhone)\r\n + FolderA (from iPhone)\r\n - File2 (from iPhone)\r\n - File5 (from iPhone)\r\n{code}\r\n", "attachment": [ { "id": "23874", "filename": "timob-5096.tar.gz", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-25T16:43:59.000+0000", "size": 1579090, "mimeType": "application/x-gzip" } ], "flagged": false, "summary": "iOS: Building for iOS Simulator may have issues if folders of the same name coexist in Resources/iphone and Resources.", "creator": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "163974", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Not sure if I need to make a test case for this beyond what's described. What's more, one side effect (that I hadn't planned) is manifested as TIMOB-4937, so effectively, we might want to close this as duplicate.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-24T18:15:39.000+0000", "updated": "2011-08-24T18:15:39.000+0000" }, { "id": "163975", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Not sure if I need to make a test case for this beyond what's described. What's more, one side effect (that I hadn't planned) is manifested as TIMOB-4937, so effectively, we might want to close this as duplicate.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-24T18:15:42.000+0000", "updated": "2011-08-24T18:15:42.000+0000" }, { "id": "170426", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Resources for a sample project which mimics the directory structure provided in the description.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-25T16:43:59.000+0000", "updated": "2011-10-25T16:43:59.000+0000" }, { "id": "170427", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "h3. Testing\r\n----\r\n\r\nTo test:\r\n\r\n- Create a new project in TiStudio\r\n- Download the attached resources, and replace the project's resources with them\r\n- Clean the project (to ensure a consistent build)\r\n- Run in simulator\r\n\r\nPASS:\r\n- You should see five pictures of cats, and no errors in the console.\r\n\r\nFAIL:\r\n- Any images do not load, and there is an error in the console about not being able to locate the appropriate resource (images: 1, 2, 5, 3, 4 from upper-left to bottom-right).\r\n\r\n----\r\n\r\nTesting should also be performed on device, to ensure consistency of the build process.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-25T16:46:33.000+0000", "updated": "2011-10-25T16:46:57.000+0000" }, { "id": "175383", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing bug. Verified fix on:\r\n\r\nOS: Mac OS X Lion\r\nTitanium Studio, build: 1.0.7.201112080131\r\nSDK build: 1.8.0.1.v20111207180431\r\nDevices: iOS Simulator (5.0)", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-12-08T10:44:55.000+0000", "updated": "2011-12-08T10:44:55.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }