Build failed in Jenkins: flex-sdk_asdoc #31

2013-06-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk_asdoc/31/changes Changes: [bigosmallm] Script to follow up a normal mustella run with -failures is now active [aharui] update version to 4.10 [aharui] fix japanese tests -- [...truncated 94 lines...]

Jenkins build is back to normal : flex-sdk #86

2013-06-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk/86/

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
Is this already running? In about 15 min. I'll take a peek at the VM and if I don't see a run, I'll make the changes (sh) and start the run... Objections? EdB On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Once Git is up, I will make this change and start

Jenkins build is back to normal : flex-sdk_asdoc #32

2013-06-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk_asdoc/32/

Re: New Mustella Failures

2013-06-12 Thread Justin Mclean
HI, Well, I'm not sure it is only an issue with the test. From a quick look it the setStyle that's not causing everything to refresh. The extra validateNow fixed that but was also called when scrolling, editing etc etc slowing the ADG down. Then perhaps a simple solution would to be this?

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
Ok, made the changes to Jenkins.sh and started build #150... See you in about 9 hrs ;-) EdB On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin e...@ixsoftware.nl wrote: Is this already running? In about 15 min. I'll take a peek at the VM and if I don't see a run, I'll make the changes (sh) and

Re: New Mustella Failures

2013-06-12 Thread Justin Mclean
Hi, The test passes with that change, I'm not going to have any internet access for a while so I've checked the change in. Revert if you feel it's not the right solution. Thanks, Justin

Re: New Mustella Failures

2013-06-12 Thread Alex Harui
On 6/12/13 1:22 AM, Justin Mclean jus...@classsoftware.com wrote: HI, Well, I'm not sure it is only an issue with the test. From a quick look it the setStyle that's not causing everything to refresh. The extra validateNow fixed that but was also called when scrolling, editing etc etc slowing

RE: Cyrill Zadra joins Apache Flex PMC

2013-06-12 Thread Michael A. Labriola
Agreed, and thanks for working on the FlexUnit donation. +1

FlexUnit

2013-06-12 Thread Michael A. Labriola
As code is here now, etc. I am going to begin taking the external build server down. Eventually the website should also be downed and all traffic redirect here. Any issues or concerns? Mike digital primates (r) Michael Labriola labri...@digitalprimates.netmailto:labri...@digitalprimates.net

Re: New Mustella Failures

2013-06-12 Thread Justin Mclean
Hi, IMO, it is risky to leave the ADG's renderers in this state. Fair enough and I'm sure you know more about the ADG innards than me. But the question is, what about some third-party who extended the renderer and added another style not in this list? They could override the setStyle

Re: New Mustella Failures

2013-06-12 Thread Alex Harui
On 6/12/13 9:50 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, IMO, it is risky to leave the ADG's renderers in this state. Fair enough and I'm sure you know more about the ADG innards than me. But the question is, what about some third-party who extended the renderer and added

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
Just FYI: I'm done with the VM for the day, so if you want access, take it. EdB On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin e...@ixsoftware.nl wrote: The primary run is finished. It had only (?) 6 errors... but the subsequent try to run -failures resulted in: output -uThe system cannot

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
The primary run is finished. It had only (?) 6 errors... but the subsequent try to run -failures resulted in: output -uThe system cannot find the file specified. -uThe system cannot find the file specified. Skipping testcase check Doing a regular mini run /output And now it's doing another

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
A question for the command line ninjas out there: Currently the script has: if [[ -s failures.txt ]] ; then Might it be that we need to add a relative path indicator with the file name, like: if [[ -s ./failures.txt ]] ; then Thoughts? EdB On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread OmPrakash Muppirala
First off, I am going to stop the full run. I dont think that is required at this point. Any objections, let me know now. I will take a look at why this script fails soon. Thanks, Om On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin e...@ixsoftware.nl wrote: A question for the command line

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread OmPrakash Muppirala
These are failures listed in failures.txt, btw: === LangPacks/Japanese/tests/phoneNumberValidatorTests JA_PhoneNumberValidator_wrongLengthError components/AdvancedDataGrid/Properties/advanceddatagrid_columngroup use_grouped_data_mirroring

Build failed in Jenkins: flex-sdk_mustella #152

2013-06-12 Thread flex . mustella
See http://localhost:8080/job/flex-sdk_mustella/152/ -- Started by user anonymous [EnvInject] - Loading node environment variables. Building remotely on WindowsSlave in workspace http://localhost:8080/job/flex-sdk_mustella/ws/ Checkout:flex-sdk_mustella /

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
Just did a quick Google: initial results indicate that the -uThe System... error might come from a wrongly formatted path being passed or used by sort. Does that make sense to anyone? EdB On Wed, Jun 12, 2013 at 7:42 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: First off, I am going

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread OmPrakash Muppirala
On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin e...@ixsoftware.nl wrote: A question for the command line ninjas out there: Currently the script has: if [[ -s failures.txt ]] ; then Might it be that we need to add a relative path indicator with the file name, like: if [[ -s

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
That sort thing I mentioned above might be worth a closer look. It seems tied to Cygwin and the Windows PATH variable, which might make sense. Om? EdB On Wed, Jun 12, 2013 at 8:01 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Alex Harui
Excellent. There is sort calls in mini_run.sh. Om, are you going to try to fix this? I don't think I can RDP out from the office so I would have to wait until this evening to try. -Alex On 6/12/13 10:50 AM, Erik de Bruin e...@ixsoftware.nl wrote: This seems the shortest summary of the

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Alex Harui
Yay! Almost done with errors. The LangPacks test I will look into. The ADG test should be (hopefully temporarily) fixed by Justin's recent change. The rest should pass on the -failures run. If we ever get it to run. -Alex From: OmPrakash Muppirala

Re: CS Extensions

2013-06-12 Thread Harbs
Hi Om, I've been drowning (in work) lately… :-( I'll try to get onto it. What does the code that you need to import look like? I'll be happy to help with that. A could also ask the the product manager about getting an Extension Builder license. Extension Builder 3 should get more