Re: [FlexJS]Using XML in other framework projects

2016-06-07 Thread Alex Harui
On 6/7/16, 11:03 PM, "Harbs" wrote: >I don’t see any compile-js-config, but I tried various variations using >compile-as-config and none of the things I tried helped. I just pushed some changes to them. There are XXXJS projects in frameworks/js/FlexJS/projects where they live and are used. H

Re: [FlexJS]Using XML in other framework projects

2016-06-07 Thread Harbs
I don’t see any compile-js-config, but I tried various variations using compile-as-config and none of the things I tried helped. On Jun 7, 2016, at 5:34 PM, Alex Harui wrote: >> Any pointers? > > Most of the configuration is in the compile-as-config.xml and > compile-js-config.xml files.

Re: [FlexJS]Using XML in other framework projects

2016-06-07 Thread Alex Harui
On 6/7/16, 5:19 PM, "Harbs" 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 rig

Re: [FlexJS]Using XML in other framework projects

2016-06-07 Thread Harbs
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 wrote: > > > On 6/7/16, 3:36 PM, "Harbs" wrote: > >> I’m trying to add support

Re: [FlexJS]Using XML in other framework projects

2016-06-07 Thread Alex Harui
On 6/7/16, 3:36 PM, "Harbs" 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 compi

[FlexJS]Using XML in other framework projects

2016-06-07 Thread Harbs
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? Harbs