Re: [TLF] merge 'tables' into 'develop'

2014-11-28 Thread Erik de Bruin
Hi, Good news: the test suite ('ant all') now runs to completion. This is the summary: [flexunit] Tests run: 381, Failures: 3, Errors: 11, Skipped: 39, Time elapsed: 574.023 sec Is that what you would expect? Or do you need more details? EdB On Thu, Nov 27, 2014 at 3:40 PM, piotrz wrote: >

Re: [TLF] merge 'tables' into 'develop'

2014-11-28 Thread piotrz
I've merged everything from tables to develop branch. I've removed from tests one class OpeationTest which causes freeze of our test - Need to investigate why it's happened. Tests freezing in this class quite random. :( It's not good that any tests failed and these errors also worrying me. Repo

Clean up remote branches in git

2014-11-28 Thread Erik de Bruin
Hi, Would y'all please take a look at the remote branches in the SDK repo? It looks to me that the majority have already been merged back into 'develop' and don't serve any purpose anymore. Can you please remove any branches you created that have become obsolete? Thanks! EdB -- Ix Multimedi

Re: [TLF] merge 'tables' into 'develop'

2014-11-28 Thread Harbs
I will investigate early next week why we’re getting failures. I’ll start with the FloatTests and see what I come up with. On Nov 28, 2014, at 10:16 AM, piotrz wrote: > I've merged everything from tables to develop branch. > I've removed from tests one class OpeationTest which causes freeze of

Re: [TLF] merge 'tables' into 'develop'

2014-11-28 Thread Harbs
I’m also pretty sure there’s a bug somewhere in at least some Operations. I’ll look at that as well… On Nov 28, 2014, at 11:05 AM, Harbs wrote: > I will investigate early next week why we’re getting failures. I’ll start > with the FloatTests and see what I come up with. > > On Nov 28, 2014, a

Re: [TLF] merge 'tables' into 'develop'

2014-11-28 Thread piotrz
Thank you Harbs! Just remember if you would like to check any specific test class you have to add it to MinimalTestSuite.as and run minimal test mode. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/T

AW: AW: Updated Flex-SDK to use apache-flex blazeds :-)

2014-11-28 Thread Christofer Dutz
Hi Alex, unfortunatly I couldn't look into this prior to today :-( I just had a look ... the structure of the opt project is a little strange. It has one shared src directory which contains the java code for all opt packages. In the "opt/poms" directory there is a module for every target platfo

Re: [DISCUSSION] TourDeFlex 1.2 RC2

2014-11-28 Thread Justin Mclean
Hi, Please read my emails as RM I didn't carry over votes for a good reason. There's only 2 +1 votes on this RC and it requires one more +1 to be released. Or would the PMC rather I cancel the vote and make yet another RC to vote on? Thanks, Justin

Re: Tour de Flex Mobile

2014-11-28 Thread Carlos Monteiro
Great work :) I've done some testing and detected some bugs so far: *ButtonBarView.mxml* Bug: Select a Button then Unselect it Fix: validate buttonbar.selectedIndex before get buttonbar.selectedItem.label label.text = buttonbar.selectedIndex > -1 ? buttonbar.selectedItem.label + " Pressed." : "No

Re: [VOTE] TourDeFlex 1.2 Release Candidate 2

2014-11-28 Thread Erik de Bruin
+1 (binding) EdB On Sun, Nov 23, 2014 at 7:10 PM, Justin Mclean wrote: > Hi, > > This is a TourDeFlex 1.2 Release Candidate 2. Please see the RELEASE_NOTES > and the README. > > Changes since the last RC: > - Re added back in 3rd party examples > - Changes to NOTICE file > > The release cand

Working on builds.apache.org

2014-11-28 Thread Christofer Dutz
Hi, just wanted to tell you that I'm currently reviving some of the Jenkins jobs in order to get them up and running including tests on the Apache infra build. So if you got some build failure mails ... be sure to check what server they come from ;-) Currently even on my machine I get test f

Jenkins builds and general structure of FlexJS/Falcon related project

2014-11-28 Thread Christofer Dutz
Hi, today I worked on getting the Flex builds working on builds.apache.org. I changed the test runner in falcon to start the flashplayer with a timeout (currently set to 20 seconds as I asked someone of Infra to check what the flashplayer is complaining about ... but will set that back to 1 o

Re: AW: AW: Updated Flex-SDK to use apache-flex blazeds :-)

2014-11-28 Thread Alex Harui
On 11/28/14, 1:55 AM, "Christofer Dutz" wrote: >The content you found in the >samplewebapp/WEB-INF/lib/flex-messaging-opt.jar actually is identical to >the jat produced by the baven build in the directory >flex-blazeds/modules/opt/poms/tomcat6/target > >So I still don't get the problem :-( Ugh,

Re: Jenkins builds and general structure of FlexJS/Falcon related project

2014-11-28 Thread Alex Harui
On 11/28/14, 8:29 AM, "Christofer Dutz" wrote: >I changed the test runner in falcon to start the flashplayer with a >timeout (currently set to 20 seconds as I asked someone of Infra to check >what the flashplayer is complaining about This is exactly why using builds.a.o for GUI tests is ineff

Re: Working on builds.apache.org

2014-11-28 Thread Alex Harui
On 11/28/14, 5:20 AM, "Christofer Dutz" wrote: > >Currently even on my machine I get test failures on Falcon ... ist that >normal or do I have to tweak yet another setting in order to have things >green? > > >I'm getting this: > > >Running mxml.tags.MXMLHTTPServiceTagTests > >Error: Unable to re

Re: Jenkins builds and general structure of FlexJS/Falcon related project

2014-11-28 Thread Alex Harui
On 11/28/14, 8:54 AM, "Alex Harui" wrote: > > >On 11/28/14, 8:29 AM, "Christofer Dutz" wrote: >>The problem is the build structure of the project in general. >> >>It contains Falcon as well as FlexJS, unfortunately FlexJS' tests need >>ASJS, which in turn needs Falcon. >> >>So we have sort of

AW: Jenkins builds and general structure of FlexJS/Falcon related project

2014-11-28 Thread Christofer Dutz
Hi Alex, well I was simply assuming that something is generally not setup correctly and that one of them could simply check the reason for this and I was assuming that if we sort out the problem the tests could work fine. Chris -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@a

Re: Tour de Flex Mobile

2014-11-28 Thread OmPrakash Muppirala
On Nov 28, 2014 2:17 AM, "Carlos Monteiro" wrote: > > Great work :) > I've done some testing and detected some bugs so far: > > *ButtonBarView.mxml* > Bug: Select a Button then Unselect it > Fix: validate buttonbar.selectedIndex before get > buttonbar.selectedItem.label > label.text = buttonbar.se

Re: AW: Jenkins builds and general structure of FlexJS/Falcon related project

2014-11-28 Thread Alex Harui
On 11/28/14, 1:12 PM, "Christofer Dutz" wrote: >Hi Alex, > >well I was simply assuming that something is generally not setup >correctly and that one of them could simply check the reason for this and >I was assuming that if we sort out the problem the tests could work fine. Yeah, well it is in

[RESULT][VOTE] TourDeFlex 1.2 Release Candidate 2

2014-11-28 Thread Justin Mclean
Hi, The vote passes with 3 +1 binding votes and no other votes. Justin

Draft Tour De Flex 1.2 announcement

2014-11-28 Thread Justin Mclean
Hi, To be sent out in 24 hours once the mirrors have caught up, and the web site pages updated. The Apache Flex community is pleased to announce the release of Apache Flex TourDeFlex 1.2. The Apache Flex Tour De Flex component explorer provides a sample set of working Apache Flex examples. Thi