On 6/7/16, 5:19 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>I tried looking through the ant scripts for an example of including other >projects and I could not find one. > >I’d rather keep this in Collections if possible. Well, I won't stop you, but right now, I'm thinking of breaking HTML.swc into smaller pieces right now as well. Large SWCs with lots of different classes make the code completion offer things you may not need. > >Any pointers? Most of the configuration is in the compile-as-config.xml and compile-js-config.xml files. > >On Jun 7, 2016, at 4:48 PM, Alex Harui <aha...@adobe.com> wrote: > >> >> >> On 6/7/16, 3:36 PM, "Harbs" <harbs.li...@gmail.com> wrote: >> >>> I’m trying to add support for XML Hierarchical lists. When I add XML >>> types to a class in the Collections project, I get a build error that >>>XML >>> and XMLList are not defined. How do I let the compiler know about XML? >> >> I would expect it to work for the AS compile but report issues on the >> cross-compile unless you have the XMLJS swc in the library-path for the >> Collections.swc. It does occur to me however that it another option is >>to >> have XML Collections in the XML SWC or even as a separate SWC. It could >> use Collections interfaces as an upstream dependency. Not every >> Collection has to go in Collections.swc. >> >> -Alex >> >