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. Any pointers? 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 >