{ "id": "114695", "key": "TIMOB-13933", "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": "15491", "description": "2013 Sprint 11 JS", "name": "2013 Sprint 11 JS", "archived": true, "released": true, "releaseDate": "2013-06-03" }, { "id": "15109", "description": "2013 Sprint 11", "name": "2013 Sprint 11", "archived": true, "released": true, "releaseDate": "2013-06-03" }, { "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-21T20:26:54.000+0000", "created": "2013-05-21T10:53:30.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-closed-3.1.1", "regression" ], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-05-29T18:12:16.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": "13103", "name": "CLI", "description": "Node-based command line interface" }, { "id": "10207", "name": "Tooling" } ], "description": "Steps to reproduce:\r\n - add some i18n entry to the app (if none)\r\n - compile the app with Cmd + Shift + F11\r\n - change some i18n entry\r\n - compile the app again with Cmd + Shift + F11\r\n - observe chenged i18n entry in the app\r\n\r\nExpected results:\r\n - i18n entry must appears updated in the app (as it was before 3.1.0)\r\n\r\nActual results:\r\n - i18n entry remains the same and not changed after recompilation. Only \"Clear Project\" helps and full rebuild.", "attachment": [ { "id": "38806", "filename": "screenshot 2013-05-21 в 14.52.44.png", "author": { "name": "bobrosoft", "key": "bobrosoft", "displayName": "Vladimir Tolstikov", "active": true, "timeZone": "Europe/Moscow" }, "created": "2013-05-21T10:53:30.000+0000", "size": 24960, "mimeType": "image/png" }, { "id": "38819", "filename": "testapp.zip", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-05-21T18:25:32.000+0000", "size": 4416525, "mimeType": "application/zip" } ], "flagged": false, "summary": "i18n entries not updated on app recompilation", "creator": { "name": "bobrosoft", "key": "bobrosoft", "displayName": "Vladimir Tolstikov", "active": true, "timeZone": "Europe/Moscow" }, "subtasks": [], "reporter": { "name": "bobrosoft", "key": "bobrosoft", "displayName": "Vladimir Tolstikov", "active": true, "timeZone": "Europe/Moscow" }, "comment": { "comments": [ { "id": "253109", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Which platform is this?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-21T16:18:45.000+0000", "updated": "2013-05-21T16:18:45.000+0000" }, { "id": "253156", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/4305\n3.1.x pull request: https://github.com/appcelerator/titanium_mobile/pull/4306\n\nSee attached testapp.zip for test case. Do the following:\n\n1) unzip\n2) ti build -p ios\n3) update window color in Resources/app.jss\n4) update welcome message in i18n/en/strings.xml\n5) ti build -p ios... should see the new colors and text!", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-05-21T18:24:53.000+0000", "updated": "2013-05-21T18:24:53.000+0000" }, { "id": "253385", "author": { "name": "bobrosoft", "key": "bobrosoft", "displayName": "Vladimir Tolstikov", "active": true, "timeZone": "Europe/Moscow" }, "body": "Thanks for the fast fix! Going to replace my _build.js with yours new one, while waiting for the new SDK release.", "updateAuthor": { "name": "bobrosoft", "key": "bobrosoft", "displayName": "Vladimir Tolstikov", "active": true, "timeZone": "Europe/Moscow" }, "created": "2013-05-22T08:06:08.000+0000", "updated": "2013-05-22T08:06:08.000+0000" }, { "id": "254595", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with sample apps and steps using:\nMac OS 10.8.3\nSafari: 6.0.4\nXcode 4.6.2\nCLI: 3.1.1-alpha\ntitanium-code-processor: 1.0.1-alpha\nAlloy: 1.1.3-alpha\nAppcelerator Studio, build: 3.1.1.201305282349\nTitanium SDK version 3.1.1.v20130524180421\n\nRan both simulator and run on device using iPhone 4s 5.0.1", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-29T18:09:16.000+0000", "updated": "2013-05-29T18:09:16.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }