I don't have FDT and would prefer to not have to take the time to work
through this.  The main issue that was true for IntelliJ is true here:  we
want to be able to run the compiler with different options.  That's why
for FB, we are currently having folks use custom launch configs.  You can
look at the launch configs to see what options are passed in.  At some
point we'll be brave enough to cut over to using Falcon for incremental
compiles, but right now we use MXMLC for that.

Hopefully using custom compiler options will eliminate the need for the
locales.

Either they'll be willing to work with us and have some sort of launch
config equivalent, or they'll have to wait until we cut over to Falcon.

-Alex

On 3/18/14 2:53 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:

>There is an open JIRA ticket asking for FDT to support FlexJS here [1]
>The FDT team pointed out to me on twitter to take a look at their last
>comment:
>
>=====================================================
>
>I was able to create the FlexJS SDK.
>Also I was able to create a test project DataBindingTest.
>and it compiled into some java script code.
>
>Two points about the FlexJS:
>FDT is using internally the compiler.jar of any Flex SDK.
>The compiler.jar of the Flex JS SDK asks for some locals
>(frameworks/locale/en_US)
>I copied them by hand into he Flex JS SDK so that the compilation runs
>through.
>I think it would be the best if your installer also copy these files and
>so
>creates a normal functional Flex SDK so that the debug session for Flex JS
>does
>not differ from normal Action Script Session with SWFs. This will make the
>adaption far more easier.
>
>Another point is this exception of the generated SWF during a debug
>session:
>
>Exception fault: ReferenceError: Error #1069: Property updateParent not
>found on mx.binding.PropertyWatcher and there is no default value.
>at _MyInitialViewWatcherSetupUtil/setup()
>at MyInitialView()
>[C:\Work\runtime-New_configuration-Maven\FlexJSTest\src\MyInitialView.mxml
>:23]
>at DataBindingTest/_DataBindingTest_MyInitialView1_c()
>at DataBindingTest()
>[C:\Work\runtime-New_configuration-Maven\FlexJSTest\src\DataBindingTest.mx
>ml:8]
>
>Maybe you can give a hint to solve this issue.
>
>Regards,
>Stephanie Swiderski
>=====================================================
>
>Alex, any hints?  It would be best if you reply in that JIRA ticket [1]
>
>Thanks,
>Om
>
>
>[1] http://bugs.powerflasher.com/jira/browse/FDT-3281

Reply via email to