{ "id": "112911", "key": "TIMOB-13581", "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": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2013-04-18T20:37:17.000+0000", "created": "2013-04-15T23:39:23.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-3.1.0" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "27936", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "81862", "key": "TIMOB-5837", "fields": { "summary": "Tooling: Adding a module requires a clean build", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "27831", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "81862", "key": "TIMOB-5837", "fields": { "summary": "Tooling: Adding a module requires a clean build", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-12-03T20:53:19.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" } ], "description": "CLI: adding latest version of module with tiapp previously set to latest does not result in rebuild.\r\n\r\nTest Steps (known case):\r\n\r\n1. Open Titanium Studio.\r\n2. Create Titanium Project.\r\n3. Create Android Module Project.\r\n4. Copy module example code to titanium project.\r\n5. Package android module to titanium project.\r\n6. Set TiApp Editor module version to \"*\" (latest).\r\n7. Run project on Android Device.\r\n8. Edit module version in module project manifest to \"2.0\".\r\n9. Edit module project \"hello world\" string in source code to \"hello world 2.0\".\r\n10. Re-package android module to titanium project.\r\n11. Run project on Android Device.\r\n\r\nActual Result:\r\n\r\nThe project is not re-built, the old module is used.\r\n\r\nCleaning the project or editing tiapp.xml will result in a re-build.", "attachment": [ { "id": "37510", "filename": "android-runtime-logcat.txt", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-15T23:39:23.000+0000", "size": 2129380, "mimeType": "text/plain" }, { "id": "37511", "filename": "studio-log.txt", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-15T23:39:23.000+0000", "size": 35675, "mimeType": "text/plain" } ], "flagged": false, "summary": "CLI: adding latest version of module with tiapp previously set to latest does not result in rebuild", "creator": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Software OS X 10.8.3 (12D78)\r\nTitanium Studio, build: 3.1.0.201304142146\r\nTitanium SDK 3.1.0.v20130415014231\r\nnode v0.8.22\r\n├── acs@0.9.34\r\n├── alloy@1.1.0-cr\r\n├── npm@1.2.14\r\n├── titanium@3.1.0-cr\r\n└── titanium-code-processor@1.0.0-cr\r\nAndroid SDK Tools: r21.1\r\nAndroid Device: Galaxy S3 Mini 4.1.1", "comment": { "comments": [ { "id": "247672", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "It's worth noting that this is Android-only. iOS does detect module changes.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-04-15T23:59:34.000+0000", "updated": "2013-04-15T23:59:34.000+0000" }, { "id": "248225", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Dupe of TIMOB-5837.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-04-18T20:37:17.000+0000", "updated": "2013-04-18T20:37:17.000+0000" }, { "id": "248226", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closed.", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-18T20:41:40.000+0000", "updated": "2013-04-18T20:41:40.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }