{ "id": "105466", "key": "TIMOB-14209", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "15597", "description": "2013 Sprint 17", "name": "2013 Sprint 17", "archived": true, "released": true, "releaseDate": "2013-08-23" }, { "id": "15598", "description": "2013 Sprint 17 Core", "name": "2013 Sprint 17 Core", "archived": true, "released": true, "releaseDate": "2013-08-23" }, { "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-08-20T23:47:14.000+0000", "created": "2012-11-23T16:00:27.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-12-06T23:25:13.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": "10207", "name": "Tooling" } ], "description": "Titamium Studio can't find symlinked module:\r\n\r\nSteps to reproduce:\r\n\r\n- Symlink a module into: ~/Library/Application Support/Titanium/modules/iphone \r\n- Build\r\n\r\nIf I manually move the module folder there it works.\r\n\r\n\r\n{code}\r\n[INFO] One moment, building ...\r\n[WARN] Could not find Titanium Module id: ti.smsview, version: 1.1, platform: iphone\r\n[ERROR] Could not find the following required iOS modules:\r\n[ERROR]\tid: ti.smsview\tversion: 1.1\r\n[ERROR] Error: Traceback (most recent call last):\r\n File \"/Users/sindresorhus/Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA/iphone/builder.py\", line 807, in main\r\n exit(1)\r\n File \"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py\", line 364, in __call__\r\n raise SystemExit(code)\r\nSystemExit: 1\r\n{code}", "attachment": [], "flagged": false, "summary": "Tooling: Allow symlinked modules in build process", "creator": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "subtasks": [], "reporter": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "environment": "Titanium Studio, build: 2.1.2.201208301612\r\n", "comment": { "comments": [ { "id": "245046", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Module folder must be moved in order for the building scripts to find it.", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-01T22:09:37.000+0000", "updated": "2013-04-01T22:09:37.000+0000" }, { "id": "245199", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "That's fairly obvious, but it's clearly not a solution. Symlinking is an integral part of a lot of developers workflow and should be supported. This ticket is not invalid.", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2013-04-02T16:29:17.000+0000", "updated": "2013-04-02T16:29:17.000+0000" }, { "id": "267227", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "bump", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2013-08-19T22:28:33.000+0000", "updated": "2013-08-19T22:28:33.000+0000" }, { "id": "267401", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Pull request: https://github.com/appcelerator/node-appc/pull/52", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-08-20T21:32:19.000+0000", "updated": "2013-08-20T21:32:19.000+0000" }, { "id": "282970", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified by creating a symlink for map module in modules folder of the SDK.\r\n\r\nEnvironment:\r\nAppcel Studio : 3.2.0.201312052211\r\nTi SDK : 3.2.0.v20131206113246\r\nMac OSX : 10.8.5\r\nAlloy : 1.3.0-beta\r\nCLI - 3.2.0-beta\r\nSamsung Galaxy S4 running android 4.2.2\r\nNexus 5 - android 4.4", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-06T23:25:13.000+0000", "updated": "2013-12-06T23:25:13.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }