Re: [FlexJS] No more JS!

2015-12-17 Thread OK
Cause of to less FlexJS knowledge I can't estimate the dimension of this milestone but it sounds very great ;-) Thanks to all of you for this work! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-No-more-JS-tp50667p50699.html Sent from the Apac

[4.15.0] # Apache Flex SDK 4.15.0 nightly build 134: Successful

2015-12-17 Thread flex . ci . builds
flex-sdk_release-candidate - Build #134 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/134/.

Re: flex-sdk_mustella - Build # 1694 - Fixed!

2015-12-17 Thread Alex Harui
Finally! I would say it is time to ship 4.15.0, but I want to bring one issue to everyone's attention. It turns out we are seeing significantly different behavior in the layout3D tests on FP 18 and FP 19. There is one item renderer in the list that is given a 3D transform. It seems to work fine

Re: [FlexJS] No more JS!

2015-12-17 Thread Alex Harui
Oh, sorry, didn't mean to make it sound like it was my idea to do the back port. Definitely, Mike, Josh and Fred got the ball rolling. -Alex On 12/17/15, 3:09 AM, "Michael Schmalle" wrote: >Nice, this is great for me, my time writing the externs compiler actually >helped you out. I know I soun

Re: Jenkins build is still unstable: flex-sdk_test #432

2015-12-17 Thread Alex Harui
On 12/17/15, 2:29 AM, "Mihai Chira" wrote: >> It appears that flex-sdk_test uses the flex-flexunit build on the CI >> server. Does that mean the flex-flexunit build is not configured to >> produce the right artifacts for Flex customers. If so, that should >> probably get fixed. > >flex-flexun

Re: AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Carlos Rovira
Hi Chris, maybe Alex is referring to generated "output", isn't it? in maven is normal to see the standard "target" where all the generation output is done (and could be separated in folders as "lib", "js", "swc" and so on... make this sense? thanks Carlos 2015-12-17 17:31 GMT+01:00 Christofe

AW: AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Well In maven you have src/main/... For the actual code src/test/... For stuff needed to run unit tests src/it/... (Not quite standard yet, but probably the standard for integration-tests) Also site stuff for the automatically generated maven project documentation, So yes ... there is mor

Re: AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Alex Harui
One folder is better for Flash Builder debugging as well. So, the decision is: src/main/flex Just curious, does anything else ever go in src or is there always just one "main" folder? Now, what about the output folder? Currently crossed compiled stuff goes in js/out. Should it go some

Re: [FlexJS] No more JS!

2015-12-17 Thread Peter Ent
Hi, As someone who is working on FlexJS full time, I can honestly say that Alex and Michael and anyone else who contributed to Falcon et al really deserves applause. I just follow the formula laid out by Alex, and I can attest to the fact that writing purely in ActionScript will really speed thing

AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Well I started re-writing the documentation for building Flex applications with Maven (Flexmojos 7.1.0-SNAPSHOT) in our Wiki ... think this should be a good starting point. Beyond that there is still a lot of content in my private Wiki. And if you run into trouble please feel free to ask on the

RE: [FlexJS] No more JS!

2015-12-17 Thread Kessler CTR Mark J
Awesome news. A great milestone. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, December 17, 2015 3:09 AM To: dev@flex.apache.org Subject: [FlexJS] No more JS! Hi, I am happy to announce that we've completed the "back port" of the FlexJS JavaScript

Re: [FlexJS] Maven-friendly folders

2015-12-17 Thread Fabrice Montfort
Hi there, I will be very interested in a presentation of Maven for Flex projects. Are there any tutorials or resources on the subject? We use Flex to develop our mobile and desktop projects and I would like to simplify the lives of my developers with tools of the caliber of Maven. Any suggestion

AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Me too as this requires less adjusting of Flexmojos ;-) Chris Von: carlos.rov...@gmail.com im Auftrag von Carlos Rovira Gesendet: Donnerstag, 17. Dezember 2015 11:55 An: dev@flex.apache.org Betreff: Re: [FlexJS] Maven-friendly folders maybe b) should b

Re: [FlexJS] No more JS!

2015-12-17 Thread Harbs
Hi Mike, A huge thanks definitely goes to you for this! (You SHOULD feel good about your work. It doesn’t sound self centered to me at all.) Your work on the compiler really opened up tremendous possibilities! Thanks! Harbs On Dec 17, 2015, at 1:09 PM, Michael Schmalle wrote: > Nice, this is

Re: [FlexJS] No more JS!

2015-12-17 Thread Michael Schmalle
Nice, this is great for me, my time writing the externs compiler actually helped you out. I know I sound a but self centered here but your paragraph above is exactly the thing I was thinking about when I wrote the initial "proposal" for doing it. So anyway, I think you can recall the conversation

Re: a new spriteflexjs test

2015-12-17 Thread Fabrice Montfort
Nice example... i'm impressed! 2015-12-17 14:32 GMT+04:00 Mihai Chira : > pretty cool, nice work! > > 2015-12-17 12:26 GMT+02:00 Carlos Rovira : > > Wow! :) > > > > 2015-12-17 9:19 GMT+01:00 Harbs : > > > >> Very cool! > >> > >> On Dec 17, 2015, at 7:42 AM, lizhi wrote: > >> > >> > > >> > http:/

Re: [FlexJS] Maven-friendly folders

2015-12-17 Thread Carlos Rovira
maybe b) should be better, since I think 2 folders could be a bit of a nightmare. So I vote for a unique "flex" folder 2015-12-17 11:33 GMT+01:00 Christofer Dutz : > Well if there is .as and .mxml I could vote for one of these two options: > > a) src/main/as and src/main/mxml > b) src/main/flex >

AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Well if there is .as and .mxml I could vote for one of these two options: a) src/main/as and src/main/mxml b) src/main/flex The "src/main/resources" is the default in Maven ... if there are no resources, the directory isn't either. Just if there are static resources, they should go in there. C

Re: a new spriteflexjs test

2015-12-17 Thread Mihai Chira
pretty cool, nice work! 2015-12-17 12:26 GMT+02:00 Carlos Rovira : > Wow! :) > > 2015-12-17 9:19 GMT+01:00 Harbs : > >> Very cool! >> >> On Dec 17, 2015, at 7:42 AM, lizhi wrote: >> >> > >> http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/#test_puyodot >> > >> > >> > >> > -- >>

Re: Jenkins build is still unstable: flex-sdk_test #432

2015-12-17 Thread Mihai Chira
> It appears that flex-sdk_test uses the flex-flexunit build on the CI > server. Does that mean the flex-flexunit build is not configured to > produce the right artifacts for Flex customers. If so, that should > probably get fixed. flex-flexunit does produce both flexunit-4.3.0-20140410-flex_4.1

Re: a new spriteflexjs test

2015-12-17 Thread Carlos Rovira
Wow! :) 2015-12-17 9:19 GMT+01:00 Harbs : > Very cool! > > On Dec 17, 2015, at 7:42 AM, lizhi wrote: > > > > http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/#test_puyodot > > > > > > > > -- > > View this message in context: > http://apache-flex-development.247.n4.nabble.c

Re: [FlexJS] Maven-friendly folders

2015-12-17 Thread Carlos Rovira
Just was thinking on that. Thanks Chris to rise the mvn-like-folders! :) the four paths are needed in maven. Regarding "as" vs "flex", is hard to decide. both seems ok to me. Maybe "flex" has more meaning...but "as" refers to the extension of the language (and this should make us think in what ha

Re: [FlexJS] Maven-friendly folders

2015-12-17 Thread OmPrakash Muppirala
On Thu, Dec 17, 2015 at 2:07 AM, Christofer Dutz wrote: > Well if we wanted to go more in the direction of a Maven-firendly > structure, it would probably be: > > - src/main/as (or src/main/flex or src/main/flexjs ... don't know what we > want to call the highest level ... I don't really care as

AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Well if we wanted to go more in the direction of a Maven-firendly structure, it would probably be: - src/main/as (or src/main/flex or src/main/flexjs ... don't know what we want to call the highest level ... I don't really care as long as we stick to the decision) - src/main/resources (for conf

Re: [FlexJS] No more JS!

2015-12-17 Thread Carlos Rovira
Amazing! Great to see how things are evolving. Thanks for the hard work and to get this important milestone! Carlos 2015-12-17 9:23 GMT+01:00 Dany Dhondt : > Magnificent work guys! > > Dany > > > Op 17-dec.-2015, om 09:09 heeft Alex Harui het > volgende geschreven: > > > > Hi, > > > > I am ha

Re: [FlexJS] No more JS!

2015-12-17 Thread Dany Dhondt
Magnificent work guys! Dany > Op 17-dec.-2015, om 09:09 heeft Alex Harui het volgende > geschreven: > > Hi, > > I am happy to announce that we've completed the "back port" of the FlexJS > JavaScript files to ActionScript. There are no longer any JavaScript > source files in the FlexJS framew

Re: [FlexJS] No more JS!

2015-12-17 Thread Héctor A
Congratulations on the achievement and thanks to all of you for your hard work! On Thu, Dec 17, 2015 at 9:18 AM, Harbs wrote: > Amazing! > > Thanks for the hard work! > > BTW, I made some more progress in the XML (I took a few weeks off of that > because of other responsibilities). I hope to com

Re: [FlexJS] No more JS!

2015-12-17 Thread OmPrakash Muppirala
WOW. A significant milestone! On Thu, Dec 17, 2015 at 12:09 AM, Alex Harui wrote: > Hi, > > I am happy to announce that we've completed the "back port" of the FlexJS > JavaScript files to ActionScript. There are no longer any JavaScript > source files in the FlexJS framework code base. All JS

Re: a new spriteflexjs test

2015-12-17 Thread Harbs
Very cool! On Dec 17, 2015, at 7:42 AM, lizhi wrote: > http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/#test_puyodot > > > > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/a-new-spriteflexjs-test-tp50666.html > Sent from the Apac

Re: [FlexJS] No more JS!

2015-12-17 Thread Harbs
Amazing! Thanks for the hard work! BTW, I made some more progress in the XML (I took a few weeks off of that because of other responsibilities). I hope to commit that work next week. Hopefully the 0.6.0 release will have E4X support as well. Harbs On Dec 17, 2015, at 10:09 AM, Alex Harui wro

[FlexJS] Maven-friendly folders

2015-12-17 Thread Alex Harui
Hi, Now that all JS files are generated via cross-compiling, the folder structure in each SWC project currently looks like: SWCFolder/as/src -- The source code /as/tests -- Any FlexUnit tests /js/out -- The cross-compiled output *-manifest.xml -- The MXML manifests

[FlexJS] No more JS!

2015-12-17 Thread Alex Harui
Hi, I am happy to announce that we've completed the "back port" of the FlexJS JavaScript files to ActionScript. There are no longer any JavaScript source files in the FlexJS framework code base. All JS-specific code is now written in ActionScript and cross-compiled to JavaScript. This is a sign