[ALOY-575] Widgets controllers require an xml file
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-07-17T23:03:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.2.0, 2013 Sprint 14 |
| Components | Widgets, XML |
| Labels | qe-testadded |
| Reporter | Rick Blalock |
| Assignee | Tony Lukasavage |
| Created | 2013-03-19T21:05:00.000+0000 |
| Updated | 2013-07-17T23:03:35.000+0000 |
Description
Widget controllers require a corresponding xml file the compiler will fail:
[ERROR] : [ERROR] widget "uikit" at path "/Users/rickblalock/titanium_repos/UIKit/app/widgets/uikit/views/spinner.xml" or "/usr/local/lib/node_modules/alloy/widgets/uikit/views/spinner.xml" does not exist.
[ERROR] : Alloy compiler failed
Behavior should be like normal controllers. XML views aren't required.
PR: https://github.com/appcelerator/alloy/pull/173 test app: https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-575 As long as the test app runs without a compile error, the test passes functionally.
Verified as fixed. Titanium SDK 3.1.2.v20130710144553 Appcelerator Studio 3.1.2.201307101037 Alloy 1.2.0 Android 4.2.2, iOS 5 Closing.