Re: TLF performance issue

2015-02-10 Thread goratz
Here you have a Scout screenshot. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p45109.html Sent from the Apache Flex Development ma

RE: AW: Flex resolution of transitive dependencies

2015-02-10 Thread Frédéric THOMAS
Hi Chris, So, to me the optimal usage would be to translate the transitive dependencies scopes as set in the user pom dependencies declaration, eg. If my dependency declares my lib as RSL, I want all transitive dependencies be declared as such, idem for included, compile, provided and test (can'

RE: AW: Flex resolution of transitive dependencies

2015-02-10 Thread Frédéric THOMAS
Note on what I just said. Even though to me it would be ideal as I described it, now I'm thinking about a little bit more, I wonder if it could work every time, I remember for 'included', at time I wasn't able to use it because of some package/name collisions, the compiler was complaining and I

flex-mustella.cloudapp.net appears to have hung

2015-02-10 Thread Tom Chiverton
The last run has taken twice as long as it should, and the console output appears hung. On the remote desktop I just get a big blue screen. Could someone reboot it ? -- *Tom Chiverton* Lead Developer e: t...@extravision.com p: 0161 817 2922 t: @extrav

Re: flex-mustella.cloudapp.net appears to have hung

2015-02-10 Thread Erik de Bruin
I'm not seeing any of that... did someone reboot in the last hour? EdB On Tue, Feb 10, 2015 at 12:13 PM, Tom Chiverton wrote: > The last run has taken twice as long as it should, and the console > output appears hung. > On the remote desktop I just get a big blue screen. > > Could someone re

Re: flex-mustella.cloudapp.net appears to have hung

2015-02-10 Thread Tom Chiverton
http://flex-mustella.cloudapp.net/says flex-sdk_mustella has been running for 22 hours, so I don't think so ? Tom On 10/02/15 12:10, Erik de Bruin wrote: I'm not seeing any of that... did someone reboot in the last hour? EdB On Tue, Feb 10, 2015 at 12:13 PM, Tom Chiverton

Re: flex-mustella.cloudapp.net appears to have hung

2015-02-10 Thread Erik de Bruin
Not sure if, or why, it is running slow, but the output console shows that it is still progressing and currently on test 30,000 of ~36,000... Let's give it another day and see if it 'speeds up'? EdB On Tue, Feb 10, 2015 at 1:19 PM, Tom Chiverton wrote: > http://flex-mustella.cloudapp.net/says

Re: flex-mustella.cloudapp.net appears to have hung

2015-02-10 Thread Tom Chiverton
On 10/02/15 12:36, Erik de Bruin wrote: Not sure if, or why, it is running slow, but the output console shows that it is still progressing and currently on test 30,000 of ~36,000... Ahh yes, it's scrolling past now... Tom

Re: [Installer] Setting up installer sources into IDE

2015-02-10 Thread piotrz
Nick, I've reviewed your instruction and have couple of concerns. I did similar steps, but to have project buildable without any ant tasks I had to do couple of tweaks. But let's focus on your description. Point 4 - 5: "Add the following Content Roots" - Do you mean here that user have to add in

Re: TLF performance issue

2015-02-10 Thread Alex Harui
On 2/10/15, 12:05 AM, "goratz" wrote: >Here you have a Scout screenshot. > >ion_problem.png> > Hi Goratz, Call Counts is the thing I miss most when using Scout. If you have a test case you can file in a JIRA bug, may

Re: svn commit: r1658588 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2015-02-10 Thread OmPrakash Muppirala
Are you sure that the Installer does not see it right away? I have set Cache-Control: no-store, no-cache in the .htaccess file for the installer configs. This means that no browser or client would try to cache it. i.e. it will always load from the remote server. If that does not happen, somethi

Re: [2/4] git commit: [flex-utilities] [refs/heads/master] - Removed dead code and unused imports.

2015-02-10 Thread OmPrakash Muppirala
Aren't we supposed to check in code into the develop branch and not the master branch? Thanks, Om On Tue, Feb 10, 2015 at 8:46 AM, Neil Madsen wrote: > > Hi Nick, > > I noticed all of the additions I have made to the installer are now gone. > Ie. Back button > There are other fixes that are now

Re: [2/4] git commit: [flex-utilities] [refs/heads/master] - Removed dead code and unused imports.

2015-02-10 Thread Nicholas Kwiatkowski
When I was cherry picking my commits, I accidentally included two additional ones.. You can revert those changes to master (except for the one correcting the README). Now -- with the refactoring / as3httpd work I'm doing -- I have made substantial changes to the develop branch. Changes that will

RE: [2/4] git commit: [flex-utilities] [refs/heads/master] - Removed dead code and unused imports.

2015-02-10 Thread Neil Madsen
As long as you used develop as your starting point all should be fine. I can see what you have done and see if I need to add anything back at that time. Neil _ From: Nicholas Kwiatkowski [mailto:nicho...@spoon.as] Sent: February-10-15 2:03 PM To: dev@flex.apache.org Cc: lists Subject:

Re: [2/4] git commit: [flex-utilities] [refs/heads/master] - Removed dead code and unused imports.

2015-02-10 Thread Nicholas Kwiatkowski
Ok. I have it as a branch off develop at the moment -- I'll try and commit tonight after I've done a bit more testing to make sure I haven't broken anything else expected. On Tue, Feb 10, 2015 at 4:07 PM, Neil Madsen wrote: > As long as you used develop as your starting point all should be fin

Re: svn commit: r1658588 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2015-02-10 Thread Alex Harui
On 2/10/15, 10:57 AM, "OmPrakash Muppirala" wrote: >If that does not happen, something is wrong with the way the AIR runtime >follows these HTTP headers. I’m not sure it is AIR. From the time you hit publish, it seems like the Apache servers that server that file don’t always serve it right a

[FlexJS] Building and Running/Debugging

2015-02-10 Thread Anas Bin Numan
Hi, It's really great that Apache is going to come up with a really interesting dimension of flex development, really looking forward to it :) I have a little problem compiling DataBindingTest application with FalconJX. I was following instruction from this here

Re: [Installer] legal review

2015-02-10 Thread Alex Harui
I finally found time to look at this. On 2/8/15, 10:30 PM, "Justin Mclean" wrote: >Hi, > >From a quick look that are OK, but are probably not 100% correct, but IMO >it's not a licensing error on our part and not a blocker. > >IMO the (minor) issues are: >1. Binary bundles as3 commons which is no

Re: [FlexJS] Building and Running/Debugging

2015-02-10 Thread Alex Harui
On 2/10/15, 9:25 PM, "Anas Bin Numan" wrote: >Hi, >It's really great that Apache is going to come up with a really >interesting >dimension of flex development, really looking forward to it :) > >I have a little problem compiling DataBindingTest application with >FalconJX. > >I was following ins