{ "id": "83070", "key": "TIMOB-9283", "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": "13872", "description": "", "name": "Sprint 2012-16 Core", "archived": true, "released": true, "releaseDate": "2012-08-13" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-08-13T15:17:10.000+0000", "created": "2011-11-24T01:26:37.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "core" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" }, { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [ { "id": "30142", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "117086", "key": "AC-2483", "fields": { "summary": "A symlink in the Resources directory stops app from building/deploying to iOS devices.", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-23T18:08:10.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": "12305", "name": "Core", "description": "Central component of the Platform (outside of Tooling, or platform specific implementation details)" } ], "description": "h2. Problem\r\n\r\nWhen installing on device, my symlinks for folders and files are ignored.\r\n\r\nh2. Steps to reproduce\r\n\r\nCreate a symlink that adds an images directory (located somewhere else on the filesystem) to the Resources folder.\r\n\r\nh2. Additional notes\r\nCustomer ticket: http://support.appcelerator.com/tickets/APP-653435", "attachment": [], "flagged": false, "summary": "Tooling: Symlinks are ignored compiling on device", "creator": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "environment": "* Titanium SDK 2.0.1", "comment": { "comments": [ { "id": "195945", "author": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "body": "Paul Dowsett proposed this solution for v1.8.0, on iOS, but not Android:\r\n\r\n{code:lang=none|title=mobilesdk/osx/1.8.0/iphone/compile.py}\r\nline 517\r\n-- for root, dirs, files in os.walk(source):\r\n++ for root, dirs, files in os.walk(source, True, None, True):\r\n{code}\r\n", "updateAuthor": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-05-24T10:01:35.000+0000", "updated": "2012-05-24T10:01:35.000+0000" }, { "id": "195961", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Is this a Titanium Studio ticket? We don't actually do the compiling--we defer to the command-line SDK for that, so the fix I believe is in the SDK.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-05-24T10:57:21.000+0000", "updated": "2012-05-24T10:57:21.000+0000" }, { "id": "210375", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We need a complete test case (Java Script, Symlinks, folders, etc.) to diagnose this issue. ", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-28T16:09:53.000+0000", "updated": "2012-07-28T16:09:53.000+0000" }, { "id": "210394", "author": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hello,\r\n\r\nTake a look to this GIST project for an example of how to replicate the issue: https://gist.github.com/dd29e38d40148a44cdff\r\n\r\nI created just 2 JS files and added a README with 2 testcases: a symlink to a directory (which has the bug) and a symlink to single javascript files (this works).\r\n", "updateAuthor": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-07-30T03:21:07.000+0000", "updated": "2012-07-30T03:21:07.000+0000" }, { "id": "213911", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR pending https://github.com/appcelerator/titanium_mobile/pull/2715", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-10T16:17:22.000+0000", "updated": "2012-08-10T16:17:22.000+0000" }, { "id": "214004", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "In the future please put test cases in the JIRA description field or comment, not in a gist.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-08-13T08:31:02.000+0000", "updated": "2012-08-13T08:31:02.000+0000" }, { "id": "214185", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull merged.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-13T15:17:10.000+0000", "updated": "2012-08-13T15:17:10.000+0000" }, { "id": "415319", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-23T18:08:10.000+0000", "updated": "2017-03-23T18:08:10.000+0000" } ], "maxResults": 12, "total": 12, "startAt": 0 } } }