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

2015-04-09 Thread Frédéric THOMAS
Didn't try yet with your new commit but there was a problem with the fontkit pom and the name of the parent artifact, this is my patch [1] to make it build, can you check you are align with on the develop branch too ? after you confirm, I will stash and pull. Thanks, Frédéric THOMAS [1]Index: c

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

2015-04-09 Thread Christofer Dutz
Hi Frederic, Ok ... thanks for reporting this. I had to force the addition of that pom as git complained, that it was excluded because of one of the active ".gitignore" files rules (I couldn't find the rule that was causing the exclusion). Well after forcing it in I could confirm it's presence

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

2015-04-09 Thread Frédéric THOMAS
Hi Chris, I need to re-install my artifactory on my machine, in between, can you check the pom.xml for the CLI has been committed to develop as I can't see it. Thanks, Frédéric THOMAS > From: christofer.d...@c-ware.de > To: dev@flex.apache.org > Subject: [MAVENIZER] New dev-version available for

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

2015-04-09 Thread Frédéric THOMAS
Hi Chris, I need to re-install my artifactory on my machine, in between, can you check the pom.xml for the CLI has been committed to develop as I can't see it. Thanks, Frédéric THOMAS > From: christofer.d...@c-ware.de > To: dev@flex.apache.org > Subject: [MAVENIZER] New dev-version available for

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

2015-04-09 Thread Frédéric THOMAS
Hi Chris, I need to re-install my artifactory on my machine, in between, can you check the pom.xml for the CLI has been committed to develop as I can't see it. Thanks, Frédéric THOMAS > From: christofer.d...@c-ware.de > To: dev@flex.apache.org > Subject: [MAVENIZER] New dev-version available for

Re: Profiling Flex/Java Web App

2015-04-09 Thread Alex Harui
On 4/9/15, 8:59 AM, "Oleg Konovalov" wrote: >Alex, > >That profiler problem happens much before I reach my heavy duty popup with >many children, >on initial screen. >We are making calls to about 30 Stored Procs to get proper permissions and >load static data. >(can probably turn off some of the

Re: [FlexJS] DefineProperty Code Style

2015-04-09 Thread OmPrakash Muppirala
On Apr 9, 2015 7:50 AM, "Peter Ent" wrote: > > I ahould be able to do this for you. > I would welcome it :-) Thanks, Om > Peter Ent > Adobe Systems > > On 4/9/15, 12:06 AM, "OmPrakash Muppirala" wrote: > > >On Wed, Apr 8, 2015 at 8:50 PM, Alex Harui wrote: > > > >> > >> > >> On 4/8/15, 8:23 P

Re: Profiling Flex/Java Web App

2015-04-09 Thread Oleg Konovalov
Alex, That profiler problem happens much before I reach my heavy duty popup with many children, on initial screen. We are making calls to about 30 Stored Procs to get proper permissions and load static data. (can probably turn off some of them and only use data relevant to screen with popup we nee

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

2015-04-09 Thread Christofer Dutz
Ok ... so I tried one of my largest projects with a FDK 4.14.1 with the artifacts produced by the new Mavenizer. Due to the fact that now the compiler no longer contains the fontkit libraries my build fails (as expected) as soon as I do font encoding stuff. If you need to do font encoding, just

Re: [FlexJS] DefineProperty Code Style

2015-04-09 Thread Peter Ent
I ahould be able to do this for you. Peter Ent Adobe Systems On 4/9/15, 12:06 AM, "OmPrakash Muppirala" wrote: >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 skinnin