Hi Olaf,

I think DataBindingExample_Flat never worked for JS Only configs.  I
pushed a change to the release/0.9.0 branch that appears to fix it.  The
change is to

DataBindingExample_Flat/src/main/config/compile-app-config.xml


I changed:
            <filename>../../../../../../frameworks/libs/Flat.swc</filename>
to
            
<filename>../../../../../../frameworks/js/libs/FlatJS.swc</filename>

It seemed to work for me.  Please see if that works for you and if there
are other projects that need similar changes.  If there are, please check
them into the release branch.



Thanks,
-Alex


On 1/14/18, 11:12 AM, "Olaf Krueger" <m...@olafkrueger.net> wrote:

>Hi Alex,
>for my understanding, the "DataBindingExample_Flat" example depends on
>"Flat.swc" [1] and in opposition to what I've said before, this is not
>available in my local folder 'apache-royale-0.9.0-src' during the build (I
>thought it is available, but it is only available in
>'apache-royale-0.9.0-bin').
>The script complained: "unable to open
>'...\apache-royale-0.9.0-src\royale-asjs\frameworks\libs\Flat.swc'".
>
>Unfortunately, this build stuff feels like a black box for me. I've no
>idea
>where I could start to investigate or what I have to change in order to
>make
>the particular "DataBindingExample_Flat" work.
>Any help appreciate!
>
>Thanks,
>Olaf
>
>
>[1]
>royale-asjs/examples/royale/DataBindingExample_Flat/src/main/config/compil
>e-app-config.xml
><royale-config>
>    <js-output-optimization>
>        <optimization>skipAsCoercions</optimization>
>    </js-output-optimization>
>    <compiler>
>        <theme>
>            
><filename>../../../../../../frameworks/libs/Flat.swc</filename>
>        </theme>
>    </compiler>
></royale-config>
>
>
>
>--
>Sent from: 
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-roy
>ale-development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7
>C4ea8a75d0d744c40114408d55b82c0ef%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>C0%7C636515539500951784&sdata=ScgIKDOxcaViwHNZR%2BRT5Z2ZzZOM0LcG5emrMW5k1l
>w%3D&reserved=0

Reply via email to