Re: Build failed in Jenkins: flex-tlf #416

2015-04-08 Thread Piotr Zarzycki
Ohh..Here we go our problems with resource manager again... :/ 2015-04-08 8:55 GMT+02:00 : > See > > -- > Started by timer > Building remotely on flex_sdk_slave2 in workspace < > http://apacheflex

AW: AW: Requirements to track downloads via Mavenizer

2015-04-08 Thread Christofer Dutz
Well currently I simly use Java internal methods for doing high-speed downloads and use Apaches HttpClient lib for the cases where we need strange voodoo (fontkit libs). So whatever I can do with that is fine. I guess even if there is JavaScript involved in the installer edition, after all the

AW: Requirements to track downloads via Mavenizer

2015-04-08 Thread Christofer Dutz
I'm not planning on investing too much time on this ... I was just saying that I think it would be good to track mavenizer downloads. After all I think with it, it should be possible to download a complete SDK similarly to the installer, just without the fancy bells and whistles form the command

[MAVENIZER] New dev-version available for playing around with Command Line Interface :-)

2015-04-08 Thread Christofer Dutz
Hi, while I was at it to implement the last changes I saw for the first release, I also removed all the old legacy "main" classes and replaced them with one Commandline Interface (module cli) If you checkout the "develop" branch of the flex-utils repo, and build the Mavenizer using "mvn clea

Re : [MAVENIZER] New dev-version available for playing around with Command Line Interface :-)

2015-04-08 Thread Frédéric THOMAS
Will try that tomorrow, I like this new way. --- Message initial --- De : "Christofer Dutz" Envoyé : 8 avril 2015 15:31 A : dev@flex.apache.org Objet : [MAVENIZER] New dev-version available for playing around with Command Line Interface :-) Hi, while I was at it to implement the last changes

Re: [FlexJS] DefineProperty Code Style

2015-04-08 Thread OmPrakash Muppirala
On Wed, Apr 8, 2015 at 4:07 PM, Alex Harui wrote: > DefineProperty has landed. I’m sure there are bugs, and the js compile > currently generates tons of warnings, but I think it was good enough to > push. I filed a bug against GCC for most of the warnings. > > Next up, I want to do a big rename

Re: Profiling Flex/Java Web App

2015-04-08 Thread Alex Harui
First, try a small test app to make sure everything really does work. Then, in your case, if you can control the number of children, instead of profiling 100, profile 50. The same hotspots should show up. Or do 50 and then 20 and see if you see a trend. -Alex On 4/8/15, 3:25 PM, "Oleg Konovalo

Re: [FlexJS] DefineProperty Code Style

2015-04-08 Thread Alex Harui
On 4/8/15, 8:23 PM, "OmPrakash Muppirala" wrote: >At some point, I would like to get back to working on skinning using the >FXG/SVG drawing APIs. I will need your help with the mouse event handling >across FP and HTML/JS. Any chance you can whip up a small app that throws >rollover, rollout,

Re: [FlexJS] DefineProperty Code Style

2015-04-08 Thread OmPrakash Muppirala
On Wed, Apr 8, 2015 at 8:50 PM, Alex Harui wrote: > > > On 4/8/15, 8:23 PM, "OmPrakash Muppirala" wrote: > > > >At some point, I would like to get back to working on skinning using the > >FXG/SVG drawing APIs. I will need your help with the mouse event handling > >across FP and HTML/JS. Any ch

Profiling Flex/Java Web App

2015-04-08 Thread Oleg Konovalov
Hi, I have a large Flex+Java app (Flex 4.5.1). Created a new complicated screen (with 3 ADGs) and WindowTitle popup to edit a row with 2 sets of children (each is a DataGroup with Renderer, one is a few TextInputs (with 2 way binding), another is 2 dropdownlists (2nd gets a list based on 1st one

Re: [FlexJS] DefineProperty Code Style

2015-04-08 Thread Alex Harui
DefineProperty has landed. I’m sure there are bugs, and the js compile currently generates tons of warnings, but I think it was good enough to push. I filed a bug against GCC for most of the warnings. Next up, I want to do a big rename of classes and SWCs to better organize things. Opinions are