The problem does not seem to only be that the XML files are not copied. The problem seems to be that the dependencies are not being calculated.
Here’s the js that the mani class puts out: http://pastebin.com/bdsbTjVD That’s coming from this: <?xml version="1.0" encoding="utf-8"?> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/flexjs/basic"> <js:initialView> <js:View initComplete="test()"> <js:Label text="Hello World" x="100" y="100"/> </js:View> </js:initialView> <js:valuesImpl> <js:SimpleCSSValuesImpl /> </js:valuesImpl> <fx:Script><![CDATA[ private function test():void { var xml:XML = new XML(); } ]]></fx:Script> </js:Application> Notice the missing require for XML. It’s similarly missing from the HTML: http://pastebin.com/kiauYN0P > On Jan 29, 2017, at 2:05 PM, Harbs <harbs.li...@gmail.com> wrote: > > Here’s the output: > http://pastebin.com/tKzYsZj5 > > And here’s the ant script(s): > > http://pastebin.com/Bwm6jph5 > http://pastebin.com/MbQFPNQL > > Yishay and I have been trying to reproduce this and it’s working for him, but > not for me. Something odd is going on. > > Harbs > >> On Jan 20, 2017, at 8:11 PM, Alex Harui <aha...@adobe.com> wrote: >> >> Works for me. What console output do you get? >> >> On 1/20/17, 8:53 AM, "Alex Harui" <aha...@adobe.com> wrote: >> >>> >>> >>> On 1/20/17, 2:41 AM, "Harbs" <harbs.li...@gmail.com> wrote: >>> >>>> Any comments on this? >>> >>> Sorry, I assumed it was some VSCode issue so I never clicked on the link. >>> I will take a look. >>> >>> -Alex >>> >> >