{ "id": "64887", "key": "TIMOB-3797", "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": [], "resolution": null, "resolutiondate": null, "created": "2011-04-27T17:36:02.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "cb-tooling", "core", "dr-list" ], "versions": [], "issuelinks": [ { "id": "29846", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "116519", "key": "TIMOB-14398", "fields": { "summary": "Tooling: Ignore Mercurial source control files (.hg) during 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": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "17423", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "64886", "key": "TIMOB-3796", "fields": { "summary": "Ignore files listed in tiapp.xml", "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": "Medium", "id": "3" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "13971", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "63110", "key": "TIMOB-2478", "fields": { "summary": "Tooling: Allow Excluding JS files from Compilation", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "13970", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "78298", "key": "TIMOB-4809", "fields": { "summary": "iOS: Implement a generalized ignore file mechanism for the copy resources phase of compiler.py", "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": "Low", "id": "4" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-08-02T17:31:41.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10207", "name": "Tooling" } ], "description": "This is a feature request to be able to add a list of files to be ignored on build time.\r\n\r\nLet me quote the helpdesk ticket asking for this:\r\n\r\nThere are certain files that exist in my project that I would like to always ignore when building the application. Occasionally I will use winmerge and it will generate a backup file or occasionally temp files remain in my resources folder. \r\n\r\nBecause of this I have to go through and clean the folder of files I don't want included when the application is built. It would be nice if within the tiapp.xml file there could be a section like:\r\n\r\n{code}\r\ntmp, bak, zip, txt\r\n{code}\r\n\r\nHelpdesk ticket:\r\nhttp://support.appcelerator.com/tickets/CVP-59987-843/homepage", "attachment": [], "flagged": false, "summary": "Tooling: Ignore files listed in tiapp.xml", "creator": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "174549", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Reassigning, due to Reggie's absence.", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-12-02T05:43:06.000+0000", "updated": "2011-12-02T05:43:06.000+0000" }, { "id": "195994", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "The proposed method of listing files to ignore is not flexible and not XML-like. This would be better:\r\n\r\n{code}\r\n\r\n *.tmp\r\n dist/*\r\n \\.zip$\r\n\r\n{code}\r\n\r\nEach file should be a separate XML entity. Furthermore, I think there should be two ways of doing this: the standard wildcard syntax (file) and regular expressions (match).", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2012-05-24T13:49:07.000+0000", "updated": "2012-05-24T13:49:07.000+0000" }, { "id": "256505", "author": { "name": "jtoth", "key": "jtoth", "displayName": "Justin Toth", "active": true, "timeZone": "America/New_York" }, "body": "This is sorely needed. I just added a mercurial/hg sub repository to my project, which adds a .hg folder into resources, so now Android won't build:\r\n\r\n[ERROR] /Users/justin/Documents/WorkPlan/Resources/lib/common/.hg/store/data/_common_modules.js.i is an invalid filename. Android will not package assets whose filenames start with underscores. Fix and rebuild.\r\n[ERROR] : \b\b \bBuild process exited with code 1\r\n[ERROR] : \b\b \bProject failed to build after 467ms", "updateAuthor": { "name": "jtoth", "key": "jtoth", "displayName": "Justin Toth", "active": true, "timeZone": "America/New_York" }, "created": "2013-06-06T21:01:42.000+0000", "updated": "2013-06-06T21:01:42.000+0000" }, { "id": "330090", "author": { "name": "atticoos", "key": "atticoos", "displayName": "Atticus White", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This would be extremely useful, especially for those that use 3rd party javascript components that are only used in the development environments..", "updateAuthor": { "name": "atticoos", "key": "atticoos", "displayName": "Atticus White", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-10-30T16:46:32.000+0000", "updated": "2014-10-30T16:46:32.000+0000" }, { "id": "417216", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~fmiao] i have a user requesting this feature, would they be able to use these options now? ", "updateAuthor": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-04-11T20:42:21.000+0000", "updated": "2017-04-11T20:42:21.000+0000" }, { "id": "417221", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "[~vvazquezmontero], {{cli.ignoreDirs}} and {{cli.ignoreFiles}} configuration option are available through {{appc ti config}}. ", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2017-04-11T20:55:00.000+0000", "updated": "2017-04-11T20:55:00.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }