[TIMOB-19304] Classic resources left behind in Alloy projects even after build
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2020-01-06T19:46:28.000+0000 |
Affected Version/s | Release 5.0.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | qe-5.0.0 |
Reporter | Eric Wieber |
Assignee | Unknown |
Created | 2015-07-31T19:12:01.000+0000 |
Updated | 2020-01-06T19:46:28.000+0000 |
Description
When building a Native project created with appc new
, there are resources left behind from the classic tabbed project.
*Steps to reproduce issue*
1. Create a new project with appc new
2. Select a Native App
3. Build and run the project
*Actual Results*
There are classic resources left in the resources folder
*Expected Results*
There are no classic resources left behind
Attachments
Possible solution discussed in linked ticket. If
appc new
cleared the resources folder (If there was an option to have the conversion be destructive) when converting from classic to Alloy, this may not be an issue.