On the sample project or DataBindingExample?
> On Jan 29, 2017, at 8:13 PM, Alex Harui <aha...@adobe.com> wrote:
>
> I just pushed a compiler change to output more information. For
> DataBindingExample, it output:
>
> [java] MyInitialView as: [MyInitialView,
> org.apache.flex.events.CustomEvent, org.apache.flex.html.RadioButton,
> models.MyModel, org.apache.flex.events.ValueChangeEvent]
> [java] MyInitialView mxml: [org.apache.flex.states.State,
> org.apache.flex.html.TextArea, org.apache.flex.states.AddItems,
> org.apache.flex.html.Label, org.apache.flex.states.SetProperty,
> org.apache.flex.binding.ViewDataBinding, org.apache.flex.html.Container,
> org.apache.flex.html.beads.layouts.VerticalLayout,
> org.apache.flex.html.beads.layouts.HorizontalLayout,
> org.apache.flex.html.TextInput, org.apache.flex.html.TextButton,
> org.apache.flex.html.DropDownList, org.apache.flex.html.RadioButton,
> org.apache.flex.html.CheckBox, MyInitialView, org.apache.flex.core.View,
> org.apache.flex.events.Event, org.apache.flex.events.MouseEvent]
>
>
>
> Post what you get.
> -Alex
>
> On 1/29/17, 6:09 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>
>> 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
>>>>>
>>>>
>>>
>>
>