Another question ... would it be possible to add a call "ant -f maven.xml 
deploy" to the nightly build? This would make sure the maven nightly builds are 
also updated and our users can work with them by simply referencing 
0.5.0-SNAPSHOT?

Currently I manually do that from my computer, but I think it should be 
automated.

Chris

________________________________________
Von: Christofer Dutz <christofer.d...@c-ware.de>
Gesendet: Sonntag, 20. September 2015 12:51
An: dev@flex.apache.org
Betreff: AW: AW: AW: Working FlexJS examples?

Hi,

so I think I got a pretty good overview over the Examples now. And I would like 
to give a compliment to all the people working on them and the tools behind 
them. They really look nice and give a good impression on what's going to come 
:-)

Currently Flexmojos generates a config file during the preparation of a build. 
Even if this does have a great similarity to the one bundled in the framework 
directory, it's still quite different. unfortunately this part of Flexmojos 
gives me the creeps ... every time I see Mocking Framework code in the 
production code I get really upset ... will have to dig a little deeper in that 
parts. At least I do have some examples working so in the worst case I'll have 
enough for the Conference ;-)

Chris

________________________________________
Von: Alex Harui <aha...@adobe.com>
Gesendet: Freitag, 18. September 2015 19:37
An: dev@flex.apache.org
Betreff: Re: AW: AW: Working FlexJS examples?

Hi Chris,

I haven’t run the Maven stuff so I don’t know how it gets its
flex-config.xml.  A flex-config.xml is generated by the Ant build and is
shipped in the binary packages.  If you have an account on builds.a.o, you
can grab a very recent one from the ProductDashboard workspace [1]

-Alex

[1] flex-config.xml
<https://builds.apache.org/view/E-G/view/Flex/job/flex-productdashboard/ws/
ProductDashboard/ApacheFlexJSSDK/frameworks/flex-config.xml>

On 9/18/15, 10:23 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:

>Hi Alex,
>
>what changes does the flex-config.xml require for successfull FlexJS
>compilation? I didn't change anything in the way the flex-config is
>generated by flexmojos so if there are changes, I should get them done as
>soon as possible. That was actually the reason for me asking if FlexJS
>needed any changes a few days ago. Till now I was expecting nothing had
>changed.
>
>Chris
>
>
>
>-----Ursprüngliche Nachricht-----
>Von: Alex Harui [mailto:aha...@adobe.com]
>Gesendet: Freitag, 18. September 2015 16:55
>An: dev@flex.apache.org
>Betreff: Re: AW: Working FlexJS examples?
>
>
>
>On 9/18/15, 7:26 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>>
>>Most of the applications produce runnable JavaScript versions. The
>>DataGrid examples results in an empty screen. However not a single SWF
>>is runnable.
>>
>>The module DataBindingExample_Flat produces this error in JavaScript
>>mode:
>>            This tag could not be resolved to an ActionScript class. It
>>will be ignored.
>>            <js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009";
>
>Is the flat.swc built after the HTML.swc?  It is supposed to be using the
>“lookup” in the flat-manifest.xml to pull in components from HTML.
>
>>
>>The modules FlexJSStore_jquery and FlexJSStore produce:
>>            Ambiguous reference to MouseEvent
>>
>>The module MobileTrader produces:
>>            Implicit coercion of a value with static type Event to a
>>possibly unrelated type Event.
>>              <basic:TabbedViewManager id="navController" width="100%"
>>height="100%" x="0" y="0" viewChanged="tabbedViewChanged(event)">
>
>These two imply a potential issue with the default imports.  In the
>standard flex-asjs flex-config.xml, there should be some “implicit-import”
>tags.
>
>>
>>I did notice that you seem to be setting some compiler options in the
>>ant script that I haven't seen before.
>>            <arg value="-compiler.mxml.children-as-data" />
>>            <arg
>>value="-compiler.binding-value-change-event=org.apache.flex.events.Valu
>>eCh
>>angeEvent" />
>>            <arg
>>value="-compiler.binding-value-change-event-kind=org.apache.flex.events
>>.Va
>>lueChangeEvent" />
>>            <arg
>>value="-compiler.binding-value-change-event-type=valueChange" />
>>
>>Are these required for successfully building?
>
>These can probably be removed.  They should be in the default
>flex-config.xml for flex-asjs.  Maybe the maven build is not creating the
>right flex-config.xml?
>
>-Alex
>

Reply via email to