Working on Mustella VM

2013-06-20 Thread Erik de Bruin
Hi,

I'm working on the flex-mustella job on the VM, please don't log in.

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Negative scroll position

2013-06-20 Thread Andrey Pisarev
Hi,

Flex components does not support negative scroll position well. Content
inside a viewport with negative coordinates is truncated. I want Scroller
to support negative coordinates.

For now I figure out one way: override measure() in BaseLayout to calculate
width and height with negative values and then use new minimum values in
custom ScrollBars.

It works as expected but there is a problem with mouse events. As soon as
mouse goes to negative zone, mouse events works only over child UI objects.
So mouse scroll works well only where mouseX and mouseY above 0.

I'd like to hear any suggestion for negative scroll issue. And to start a
discussion whether base spark components should handle negative scroll
values.

Many thanks,

Andrey


Build failed in Jenkins: flex-sdk #107

2013-06-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk/107/changes

Changes:

[erik] Working on getting the AIR and mobile tests to run on the VM.

--
Started by an SCM change
Building remotely on windows1 in workspace 
https://builds.apache.org/job/flex-sdk/ws/
Checkout:flex-sdk / https://builds.apache.org/job/flex-sdk/ws/ - 
hudson.remoting.Channel@277e7e4c:windows1
Using strategy: Default
Last Built Revision: Revision 3730fd251d822d2642edfe365713ecffbdf87332 
(origin/develop)
Fetching changes from 1 remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-sdk.git
Commencing build of Revision 227167a8fcbebe3c99d0506efa5fc1b7b8d791fb 
(origin/develop)
Checking out Revision 227167a8fcbebe3c99d0506efa5fc1b7b8d791fb (origin/develop)
[flex-sdk] $ cmd.exe /C 
'f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat
 -file build.xml super-clean  exit %%ERRORLEVEL%%'
Buildfile: https://builds.apache.org/job/flex-sdk/ws/build.xml

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:
   [delete] Deleting directory 
https://builds.apache.org/job/flex-sdk/ws/lib\external\optional
   [delete] Deleting directory https://builds.apache.org/job/flex-sdk/ws/in
   [delete] Deleting directory https://builds.apache.org/job/flex-sdk/ws/lib

BUILD FAILED
https://builds.apache.org/job/flex-sdk/ws/build.xml:319: Unable to delete 
file 
https://builds.apache.org/job/flex-sdk/ws/lib\player\11.1\playerglobal.swc

Total time: 3 seconds
Build step 'Invoke Ant' marked build as failure


Re: Lining up the ducks for a 4.10 release

2013-06-20 Thread Justin Mclean
Hi,

  publish a history release note or any document where we can found the new 
 features or alike 
While not quite up to date the current RELEASE_NOTES should give you a good 
indication of what's changed/been fixed

https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES

Justin

Re: Apache Flex 4.10.0 release?

2013-06-20 Thread Erik de Bruin
 Air 3.8/FP 11.8 should be released soon so we should start thinking about 
 testing on that.

I know testing various FP versions is a matter of changing out one
.exe path for another in FLASHPLAYER_DEBUGGER... right?

How does one go about testing various Air versions? Download multiple
AIR SDKs and point AIR_HOME to the 'relevant' one?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
Hi,

I just ran -apollo successfully on the VM. The initial run reports
1055 passing and 68 failing tests. The -failures run reports 0 passing
and 0 failures, so something is wrong there...

Now moving on to the -mobile tests...

EdB



On Wed, Jun 19, 2013 at 10:01 PM, Alex Harui aha...@adobe.com wrote:
 I forgot we added a -mobile option to mini_run.sh.  You have to set up a
 local.properties as specified in the wiki except but leave adl_extras and
 run_mobile_tests and use_apollo commented out.  They will get set by the
 -mobile option.

 On 6/19/13 12:49 PM, Erik de Bruin e...@ixsoftware.nl wrote:

 20 minutes for AIR.
 82 minutes for mobile.
 Add more for -failures runs if needed.

Ok, I'll add these 2 runs to jenkins.sh. Might be a good idea to keep
the 'failures.txt' of each completed set (regular + -failures)?
 I suppose, or you could just bail at whatever run first produces failures
 that a -failures run won't clean up.  The -failures run must also have the
 -apollo or -mobile option.


 I got a lot of bitmap failures that I'm looking into now.  Which
reminded
 me that if a check-in goes bad and generates a lot of bitmap failures
that
 slows things down (all the bad pngs have to be written to disk).  Is
there
 any way to set up jenkins to wait N minutes after a job completes before
 starting the next job?  What would happen if we run every 12 hours but
 sometimes a job doesn't complete in those 12 hours?

I don't think Jenkins will stop one job just to start it again because
of a schedule... But I'll read up on it. The current run is 9 hrs, so
adding 1.5 hrs still leaves us with plenty of room on 'reasonably
clean' runs, right?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl




-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Justin Mclean
Hi,

 I just ran -apollo successfully on the VM. The initial run reports
 1055 passing and 68 failing tests.
What version of AIR out of interest?

Justin


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in
AIR_HOME and that has airSdk
xmlns=http://ns.adobe.com/air/sdk/3.7;

EdB



On Thu, Jun 20, 2013 at 11:52 AM, Justin Mclean
jus...@classsoftware.com wrote:
 Hi,

 I just ran -apollo successfully on the VM. The initial run reports
 1055 passing and 68 failing tests.
 What version of AIR out of interest?

 Justin



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
 1055 passing and 68 failing tests. The -failures run reports 0 passing
 and 0 failures, so something is wrong there...

Ah, it looks like what's wrong was me... I didn't put in '-apollo' on
the failures run. The full command for failures on the AIR tests is
now: sh ./mini_run.sh -apollo -failures Is that correct?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
Ok, the -mobile target also runs now. I see 3932 passing and 18 failing tests.

Now I'll re-run the -apollo target to see if the changes to the
-failures command have a positive effect...

EdB



On Thu, Jun 20, 2013 at 12:26 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 1055 passing and 68 failing tests. The -failures run reports 0 passing
 and 0 failures, so something is wrong there...

 Ah, it looks like what's wrong was me... I didn't put in '-apollo' on
 the failures run. The full command for failures on the AIR tests is
 now: sh ./mini_run.sh -apollo -failures Is that correct?

 EdB



 --
 Ix Multimedia Software

 Jan Luykenstraat 27
 3521 VB Utrecht

 T. 06-51952295
 I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Justin Mclean
Hi,

 3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in
 AIR_HOME and that has airSdk xmlns=http://ns.adobe.com/air/sdk/3.7;

Sound right. Probably need to run the normal SDK tests with FP 11.7 as well.

Perhaps it would be good to alternate what version of FP the tests are using ie 
stock standard 11.1, then 11.7 (latest release) and then 11.8 beta?

I noticed Adobe has moved to 11.7 as the extended support release () so perhaps 
we should target that but make sure it all work on 11.1?

http://blogs.adobe.com/flashplayer/2013/05/extended-support-release-updated-to-flash-player-11-7.html

Thanks,
Justin




Ide scripts working on windows

2013-06-20 Thread Justin Mclean
Hi,

Anyone on windows want to have a try at converting the OSX .sh script to .bat 
scripts? Would be a nice to have for the release.

The scripts are:
addAIRtoSDK.sh - Add AIR SDK to Flex SDK
checkAllPlayerGlobals.sh - download and check (via MD5 hashes) all version of 
playerglobal.swc
setFlashPlayerVersion.sh - changes Flash Player version for Flex SDK

They would help a lot with testing and with people wanting to use different 
versions of AIR/FP.

Thanks,
Justin

What should happen to Cairngorm 3?

2013-06-20 Thread Sebastian Mohr
Hi there,

I am, personally speaking, a fan of the Cairngorm Task Library [1]
with their Parallel and Sequencial Tasks, and, the Validation Library [2]
with their ValidationGroup class. *Shouldn't this be something useful to *
*merge it into Apache Flex?* More Cairngorm 3 Libraries can be found here
[3].

[1]
http://sourceforge.net/adobe/cairngorm/wiki/PerformingTasksinSequenceandParallel/
[2] http://sourceforge.net/adobe/cairngorm/wiki/HowToUseCairngormValidation/
[3] http://sourceforge.net/adobe/cairngorm/wiki/CairngormLibraries/


-- 
Sebastian (PPMC)
Interaction Designer

Looking for a Login Example with Apache Flex? Please check out this code:
http://code.google.com/p/masuland/wiki/LoginExample


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
If 11.7 is the new long term support version, why not move to that as
the default FP version for Apache Flex? Why stick with 11.1?

Also, I think we can squeeze 2 full runs of all three targets in a
day. I can set up two sets of tests (e.g. 11.7 and the latests and
greatest - currently the 11.8 beta) or run the same set twice (my
suggestion would be 11.7).

And how about the AIR version?

EdB



On Thu, Jun 20, 2013 at 1:19 PM, Justin Mclean jus...@classsoftware.com wrote:
 Hi,

 3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in
 AIR_HOME and that has airSdk xmlns=http://ns.adobe.com/air/sdk/3.7;

 Sound right. Probably need to run the normal SDK tests with FP 11.7 as well.

 Perhaps it would be good to alternate what version of FP the tests are using 
 ie stock standard 11.1, then 11.7 (latest release) and then 11.8 beta?

 I noticed Adobe has moved to 11.7 as the extended support release () so 
 perhaps we should target that but make sure it all work on 11.1?

 http://blogs.adobe.com/flashplayer/2013/05/extended-support-release-updated-to-flash-player-11-7.html

 Thanks,
 Justin





-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Justin Mclean
Hi,

 If 11.7 is the new long term support version, why not move to that as
 the default FP version for Apache Flex? Why stick with 11.1?
We don't want to force people to use the very latest, many enterprises have 
locked down systems and may not be able to move to FP 11.7.

 And how about the AIR version?
Re AIR version it's no so much an issue as above (captive runtime etc). Most 
people expect the latest to work and we've had a few complaints that the 
installer get the latest.

Thanks,
Justin

Re: Swiz Donation: Next Steps (was Re: [VOTE][RESULTS] Oprtional MVC/IOC Frameworks Donation: Swiz Framework Donation)

2013-06-20 Thread Justin Mclean
Hi,

Any news on this?

Thanks,
Justin


Re: What should happen to Cairngorm 3?

2013-06-20 Thread Justin Mclean
Hi,

I don't see much point with it being merged with the SDK, and if donated I 
don;t see why it couldn't live along side the SDK just like Swiz whcih is 
currently being donated.

The license is compatible (MIT) but we would still need a ICLA or software 
grant from the owners and any contributors of the code. Do we know who they are 
and would they be willing to donate it and look after it under Apache?

Thanks,
Justin

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
Ok, having to pick two, would you rather run against 11.1 and 11.7
(both 'long term support') or against 11.1 and the latest and greatest
released version (currently 11.7, but soon 11.8)?

For AIR we'll always run against the most recent release (non-beta).

EdB



On Thu, Jun 20, 2013 at 1:42 PM, Justin Mclean jus...@classsoftware.com wrote:
 Hi,

 If 11.7 is the new long term support version, why not move to that as
 the default FP version for Apache Flex? Why stick with 11.1?
 We don't want to force people to use the very latest, many enterprises have 
 locked down systems and may not be able to move to FP 11.7.

 And how about the AIR version?
 Re AIR version it's no so much an issue as above (captive runtime etc). Most 
 people expect the latest to work and we've had a few complaints that the 
 installer get the latest.

 Thanks,
 Justin



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Justin Mclean
Hi,


 Ok, having to pick two, would you rather run against 11.1 and 11.7
 (both 'long term support') or against 11.1 and the latest and greatest
 released version (currently 11.7, but soon 11.8)?

+1 for 11.1 and 11.7 from me but other people may think differently.

Justin


Re: Swiz Donation: Next Steps (was Re: [VOTE][RESULTS] Oprtional MVC/IOC Frameworks Donation: Swiz Framework Donation)

2013-06-20 Thread Carlos Rovira
Hi Justin,

I send Chris some emails to ask him for action, but no response yet. I just
post in the swiz group mailing list some minutes ago since I don't know
what's happening. Maybe Chris is very busy? or maybe some email
communication problem? Really I don't know...

I'll continue pinging trying to get some response from him

Best,

Carlos



2013/6/20 Justin Mclean jus...@classsoftware.com

 Hi,

 Any news on this?

 Thanks,
 Justin




-- 
Carlos Rovira
Director de Tecnología
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
Interesting...

Ran -apollo, this time got 1059 passing and 68 failing. Note the 4
'extra' passing results, while there are still 68 failing tests...
Where did those come from?

The -apollo -failures no works, but reports 0 passing and 52
failing... What happened to the remaining 16 failures?

I'm going to combine what I have and do a full run for 'main',
'apollo' and 'mobile' combined. That'll take the next 12 hours or so
;-)

EdB



On Thu, Jun 20, 2013 at 11:23 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 Hi,

 I just ran -apollo successfully on the VM. The initial run reports
 1055 passing and 68 failing tests. The -failures run reports 0 passing
 and 0 failures, so something is wrong there...

 Now moving on to the -mobile tests...

 EdB



 On Wed, Jun 19, 2013 at 10:01 PM, Alex Harui aha...@adobe.com wrote:
 I forgot we added a -mobile option to mini_run.sh.  You have to set up a
 local.properties as specified in the wiki except but leave adl_extras and
 run_mobile_tests and use_apollo commented out.  They will get set by the
 -mobile option.

 On 6/19/13 12:49 PM, Erik de Bruin e...@ixsoftware.nl wrote:

 20 minutes for AIR.
 82 minutes for mobile.
 Add more for -failures runs if needed.

Ok, I'll add these 2 runs to jenkins.sh. Might be a good idea to keep
the 'failures.txt' of each completed set (regular + -failures)?
 I suppose, or you could just bail at whatever run first produces failures
 that a -failures run won't clean up.  The -failures run must also have the
 -apollo or -mobile option.


 I got a lot of bitmap failures that I'm looking into now.  Which
reminded
 me that if a check-in goes bad and generates a lot of bitmap failures
that
 slows things down (all the bad pngs have to be written to disk).  Is
there
 any way to set up jenkins to wait N minutes after a job completes before
 starting the next job?  What would happen if we run every 12 hours but
 sometimes a job doesn't complete in those 12 hours?

I don't think Jenkins will stop one job just to start it again because
of a schedule... But I'll read up on it. The current run is 9 hrs, so
adding 1.5 hrs still leaves us with plenty of room on 'reasonably
clean' runs, right?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl




 --
 Ix Multimedia Software

 Jan Luykenstraat 27
 3521 VB Utrecht

 T. 06-51952295
 I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


iss...@flex.apache.org list now active

2013-06-20 Thread Erik de Bruin
All,

The iss...@flex.apache.org list has been created and is now active.
All JIRA emails are sent to that list instead of dev@.

All committers should subscribe to the new list! Please send an email to:

issues-subscr...@flex.apache.org

to start the process.

All direct replies to emails from that list are sent to dev@ as
well, so no discussion on any JIRA issue will be lost in yet another
list :-)

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Github reverted back to master

2013-06-20 Thread Justin Mclean
Hi,

Looks like:
https://github.com/apache/flex-sdk

Has reverted back to using the master branch can we get it changed to use 
develop as the default again?

Thanks,
Justin

Re: What should happen to Cairngorm 3?

2013-06-20 Thread Frédéric THOMAS
It was someone from Adobe, Alex Uhlmann, it seems even I've seen one email 
of him on this list once.


-Fred

-Message d'origine- 
From: Justin Mclean

Sent: Thursday, June 20, 2013 1:50 PM
To: dev@flex.apache.org
Subject: Re: What should happen to Cairngorm 3?

Hi,

I don't see much point with it being merged with the SDK, and if donated I 
don;t see why it couldn't live along side the SDK just like Swiz whcih is 
currently being donated.


The license is compatible (MIT) but we would still need a ICLA or software 
grant from the owners and any contributors of the code. Do we know who they 
are and would they be willing to donate it and look after it under Apache?


Thanks,
Justin 



Re: iss...@flex.apache.org list now active

2013-06-20 Thread Frédéric THOMAS
I had a Delivery Status Notification (Failure) after sending the 
confirmation, trying to go by issues-requ...@flex.apache.org was the same, 
what to do now ?


-Fred

-Message d'origine- 
From: Erik de Bruin

Sent: Thursday, June 20, 2013 2:10 PM
To: dev@flex.apache.org
Subject: iss...@flex.apache.org list now active

All,

The iss...@flex.apache.org list has been created and is now active.
All JIRA emails are sent to that list instead of dev@.

All committers should subscribe to the new list! Please send an email to:

issues-subscr...@flex.apache.org

to start the process.

All direct replies to emails from that list are sent to dev@ as
well, so no discussion on any JIRA issue will be lost in yet another
list :-)

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl 



JIRA looks like Fish Eye is broken?

2013-06-20 Thread Justin Mclean
Hi,

I'm not see commits with JIRA issue number showing up in JIRA - just me or is 
it broken?

Justin

Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Frédéric THOMAS
Not sure what you mean, I clicked the source tabs from the last Jira issue 
and I was able to jump to the code.


-Fred

-Message d'origine- 
From: Justin Mclean

Sent: Thursday, June 20, 2013 2:30 PM
To: dev@flex.apache.org
Subject: JIRA looks like Fish Eye is broken?

Hi,

I'm not see commits with JIRA issue number showing up in JIRA - just me or 
is it broken?


Justin 



Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Erik de Bruin
Same for me, I'm seeing the link to the code in JIRA: clicking on it
takes me to Fisheye, as usual...

EdB



On Thu, Jun 20, 2013 at 2:37 PM, Frédéric THOMAS
webdoubl...@hotmail.com wrote:
 Not sure what you mean, I clicked the source tabs from the last Jira issue
 and I was able to jump to the code.

 -Fred

 -Message d'origine- From: Justin Mclean
 Sent: Thursday, June 20, 2013 2:30 PM
 To: dev@flex.apache.org
 Subject: JIRA looks like Fish Eye is broken?


 Hi,

 I'm not see commits with JIRA issue number showing up in JIRA - just me or
 is it broken?

 Justin



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Justin Mclean
HI,

Seems to be working now but it has lost a few checkins.

eg https://issues.apache.org/jira/browse/FLEX-24257

Justin




Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Erik de Bruin
I'm seeing two checkins on that issue, which is in line with git
history (as far back as I can see): jun 18th and just now.

EdB



On Thu, Jun 20, 2013 at 2:53 PM, Justin Mclean jus...@classsoftware.com wrote:
 HI,

 Seems to be working now but it has lost a few checkins.

 eg https://issues.apache.org/jira/browse/FLEX-24257

 Justin





-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Frédéric THOMAS
From the commit list, searching for this issue, I can see 2 commits I can 

see in FishEye too, are there some others ?

[1] FLEX-24257 Added text field padding so text scrolling doesn't occur.
[2] FLEX-24257 Fixed measured width of date field as it may vary month by 
month based on format.


-Message d'origine- 
From: Justin Mclean

Sent: Thursday, June 20, 2013 2:53 PM
To: dev@flex.apache.org
Subject: Re: JIRA looks like Fish Eye is broken?

HI,

Seems to be working now but it has lost a few checkins.

eg https://issues.apache.org/jira/browse/FLEX-24257

Justin




Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Justin Mclean
Hi,

Seems fine now, none were showing yesterday and only one way showing a few 
hours ago - very odd.

Justin

[jira] [Updated] (FLEX-25372) Error with MenuBar

2013-06-20 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-25372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-25372:
-

Labels: easytest  (was: )

 Error with MenuBar
 --

 Key: FLEX-25372
 URL: https://issues.apache.org/jira/browse/FLEX-25372
 Project: Apache Flex
  Issue Type: Bug
  Components: mx: Menu Bar
Affects Versions: Adobe Flex SDK 3.5 (Release)
 Environment: Affected OS(s): Windows
 Affected OS(s): Windows 7
 Browser: Firefox 3.x
 Language Found: English
Reporter: Adobe JIRA
  Labels: easytest

 Steps to reproduce:
   mx:MenuBar width=100% labelField=@label id=MyMenuBar
   mx:XMLList
   menuitem label=Father1
   menuitem label=Son1
   menuitem label=Grandson1
   menuitem 
 label=GreatGrandson1 data=teste1/
   menuitem 
 label=GreatGrandson2 data=teste2/
   menuitem 
 label=GreatGrandson3 data=teste3/
   /menuitem
   /menuitem
   /menuitem
   /mx:XMLList
   /mx:MenuBar
  
  Actual Results:
  The following menu appears:
  Father1 - Son1 - Great Grandson1
  - Great Grandson2
  - Great Grandson3
  
  Expected Results:
  The following menu was expected:
  Father1 - Son1 - Grandson1 - Great Grandson1
   - Great Grandson2
   - Great Grandson3
  
  Workaround (if any):
  Not found yet.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Need attachments for https://issues.apache.org/jira/browse/FLEX-19434

2013-06-20 Thread Justin Mclean
Hi,

Any chance of getting the attachements for this JIRA?

Thanks,
Justin


[jira] [Updated] (FLEX-19434) When MenuBar is updated with keyboard event instead of mouse event, it causes RTE.

2013-06-20 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-19434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-19434:
-

Labels: easytest  (was: )

 When MenuBar is updated with keyboard event instead of mouse event, it causes 
 RTE.
 --

 Key: FLEX-19434
 URL: https://issues.apache.org/jira/browse/FLEX-19434
 Project: Apache Flex
  Issue Type: Bug
  Components: mx: Menu Bar
Affects Versions: Adobe Flex SDK 3.3 (Release)
 Environment: Affected OS(s): All OS Platforms
 Affected OS(s): All OS Platforms
 Language Found: English
Reporter: Adobe JIRA
Priority: Minor
  Labels: easytest

 Steps to reproduce:
 1. Run the attached MenuSample.mxml application
 2. Click on menu2
 3. Use the keyboard down key to subMenu21
 4. Hit Enter
  
  Actual Results:
 Cause null object RTE.
  
  Expected Results:
 No RTE 
  
  Workaround (if any):

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-24088) SystemManager RangeError via SystemChildrenList

2013-06-20 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-24088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-24088:
-

Labels: easyfix easytest  (was: )

 SystemManager RangeError via SystemChildrenList
 ---

 Key: FLEX-24088
 URL: https://issues.apache.org/jira/browse/FLEX-24088
 Project: Apache Flex
  Issue Type: Bug
  Components: mx: Menu Bar
Affects Versions: Adobe Flex SDK 3.5 (Release)
 Environment: Affected OS(s): All OS Platforms
 Language Found: English
Reporter: Adobe JIRA
  Labels: easyfix, easytest

 Steps to reproduce in SDK 3.5.0.12683: 
 1. Open a panel with a MenuBar instance in a PopUp using 
 PopUpManager.addPopUp(panel, this, false, PopUpManagerChildList.POPUP);
 2. Actuate the menu a few times
 3. Watch the explosion on your console.
  
  Actual Results:
  RangeError: Error #2006: The supplied index is out of bounds.
   at flash.display::DisplayObjectContainer/addChildAt()
   at 
 mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:2179]
   at 
 mx.managers::SystemChildrenList/addChild()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\managers\SystemChildrenList.as:111]
   at 
 mx.managers::PopUpManagerImpl/addPopUp()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:309]
   at 
 mx.managers::PopUpManager$/addPopUp()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\managers\PopUpManager.as:169]
   at 
 mx.controls::MenuBar/showMenu()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\controls\MenuBar.as:1681]
   at 
 mx.controls::MenuBar/mouseDownHandler()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\controls\MenuBar.as:1898]
  
  Expected Results:
  No RTE
  
  Workaround (if any):
  There are 3 possible fixes for this bug.  
   1. SystemManager.as - line 1811, the contains() method is excluding 
 children with an index below the current value of the noTopMostIndex 
 property when the popupChildren IChildList's children start at this value.  
 This prevents any interested objects from using the contains() method on the 
 SystemManager to check for popupChildren existence (@see MenuBar.as line 
 1679).
   2. SystemChildrenList.as - line 110 and 121, addChild() and addChildAt() 
 methods fail to check if the DisplayObject being added is already a child of 
 owner before incrementing the upperBoundReference.  This causes subsequent 
 calls to those methods throw a RangeError.
   3. PopupManagerImpl.as - line 307 fails to check whether or not the 
 displayObject being popped up is already a child of the IChildList instance 
 before calling addChild().
 Any of the fixes mentioned above would solve this problem but for brevity, I 
 have attached a monkey patch for the SystemChildrenList.as with the repro 
 project.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-14064) Menu Bar crash

2013-06-20 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-14064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-14064:
-

Labels: easytest  (was: )

 Menu Bar crash
 --

 Key: FLEX-14064
 URL: https://issues.apache.org/jira/browse/FLEX-14064
 Project: Apache Flex
  Issue Type: Bug
  Components: mx: Menu Bar
Affects Versions: Adobe Flex SDK Previous
 Environment: Affected OS(s): Windows
 Affected OS(s): Windows XP
 Browser: Firefox 2.x
 Language Found: English
Reporter: Adobe JIRA
  Labels: easytest

 Steps to reproduce:
 1. Create an application with two states, each one containing a menu bar with 
 different number of menus 
 2. Switch programatically between states, or change the menu
 3. Observe results
  
  Actual Results:
  Crash when the number of menus is decreased (menu bar's content changes)
  
  Expected Results:
 Menu Bar change without any crashes
  
  Workaround (if any):
  In MenuBar::styleChanged() call commitProperties() or 
  In the code changing the menu call getMenuAt(0), so MenuBar will refresh 
 correctly it's inner data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Miss reading JIRA notifiications? Subscribe to iss...@flex.apache.org

2013-06-20 Thread Erik de Bruin
Repost!

;-)

EdB



On Thu, Jun 20, 2013 at 3:49 PM, Alex Harui aha...@adobe.com wrote:
 Send an email to issues-subscr...@flex.apache.org



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Swiz Donation: Next Steps (was Re: [VOTE][RESULTS] Oprtional MVC/IOC Frameworks Donation: Swiz Framework Donation)

2013-06-20 Thread Sebastian Mohr
Btw ... SourceMate 3.0 has Swiz Support [1] [2].
This should be pretty helpful for Flex Newbies ;)

[1] http://www.elementriver.com/blog/swiz-support-sourcemate-30
[2]
http://www.elementriver.com/sourcemate3/features/bean-autocomplete-content-assist


-- 
Sebastian (PPMC)
Interaction Designer

Looking for a Login Example with Apache Flex? Please check out this code:
http://code.google.com/p/masuland/wiki/LoginExample



On Thu, Jun 20, 2013 at 2:02 PM, Carlos Rovira 
carlos.rov...@codeoscopic.com wrote:

 Hi Justin,

 I send Chris some emails to ask him for action, but no response yet. I just
 post in the swiz group mailing list some minutes ago since I don't know
 what's happening. Maybe Chris is very busy? or maybe some email
 communication problem? Really I don't know...

 I'll continue pinging trying to get some response from him

 Best,

 Carlos



 2013/6/20 Justin Mclean jus...@classsoftware.com

  Hi,
 
  Any news on this?
 
  Thanks,
  Justin
 



 --
 Carlos Rovira
 Director de Tecnología
 M: +34 607 22 60 05
 F:  +34 912 94 80 80
 http://www.codeoscopic.com
 http://www.directwriter.es
 http://www.avant2.es



[jira] [Updated] (FLEX-32728) After selectedIndices was updated, it can not be selected with ShiftKey

2013-06-20 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-32728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-32728:
-

Labels: easyfix easytest  (was: )

 After selectedIndices was updated, it can not be selected with ShiftKey
 ---

 Key: FLEX-32728
 URL: https://issues.apache.org/jira/browse/FLEX-32728
 Project: Apache Flex
  Issue Type: Bug
  Components: Advanced Data Grid
Affects Versions: Adobe Flex SDK 3.0 (Release)
 Environment: Affected OS(s): Windows
 Affected OS(s): Windows XP
 Language Found: Japanese
Reporter: Adobe JIRA
Priority: Minor
  Labels: easyfix, easytest

 Steps to reproduce:
 1. run the attached source
 2. click update indices button
 3. click a row with shift-key
  
  Actual Results:
  it can't be selected
  
  Expected Results:
  it should be selected
  
  Workaround (if any):

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-19434) When MenuBar is updated with keyboard event instead of mouse event, it causes RTE.

2013-06-20 Thread Alex Harui (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-19434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Harui updated FLEX-19434:
--

Attachment: MenuSampleTan.mxml
MenuSample.mxml

MenuSample is original test case, I think.
MenuSampleTan is a test case with a workaround.  I could have it backwards 
though.

 When MenuBar is updated with keyboard event instead of mouse event, it causes 
 RTE.
 --

 Key: FLEX-19434
 URL: https://issues.apache.org/jira/browse/FLEX-19434
 Project: Apache Flex
  Issue Type: Bug
  Components: mx: Menu Bar
Affects Versions: Adobe Flex SDK 3.3 (Release)
 Environment: Affected OS(s): All OS Platforms
 Affected OS(s): All OS Platforms
 Language Found: English
Reporter: Adobe JIRA
Priority: Minor
  Labels: easytest
 Attachments: MenuSample.mxml, MenuSampleTan.mxml


 Steps to reproduce:
 1. Run the attached MenuSample.mxml application
 2. Click on menu2
 3. Use the keyboard down key to subMenu21
 4. Hit Enter
  
  Actual Results:
 Cause null object RTE.
  
  Expected Results:
 No RTE 
  
  Workaround (if any):

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Ide scripts working on windows

2013-06-20 Thread Alex Harui
IIRC, any .sh that does a download won't work on Windows as .bat doesn't
have such a command.  The .bat versions requires some library like visual
basic which was considered too painful a requirement and thus we wrote the
installer.

It might be better to make the installer also a configurator or write a
separate configurator?

On 6/20/13 4:23 AM, Justin Mclean jus...@classsoftware.com wrote:

Hi,

Anyone on windows want to have a try at converting the OSX .sh script to
.bat scripts? Would be a nice to have for the release.

The scripts are:
addAIRtoSDK.sh - Add AIR SDK to Flex SDK
checkAllPlayerGlobals.sh - download and check (via MD5 hashes) all
version of playerglobal.swc
setFlashPlayerVersion.sh - changes Flash Player version for Flex SDK

They would help a lot with testing and with people wanting to use
different versions of AIR/FP.

Thanks,
Justin



Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Alex Harui
OK, but a reminder that there will be lots of bitmap compare failures when
you switch to 11.7 and resolving them are not my favorite thing to do.

On 6/20/13 4:19 AM, Justin Mclean jus...@classsoftware.com wrote:

Hi,

 3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in
 AIR_HOME and that has airSdk xmlns=http://ns.adobe.com/air/sdk/3.7;

Sound right. Probably need to run the normal SDK tests with FP 11.7 as
well.

Perhaps it would be good to alternate what version of FP the tests are
using ie stock standard 11.1, then 11.7 (latest release) and then 11.8
beta?

I noticed Adobe has moved to 11.7 as the extended support release () so
perhaps we should target that but make sure it all work on 11.1?

http://blogs.adobe.com/flashplayer/2013/05/extended-support-release-update
d-to-flash-player-11-7.html

Thanks,
Justin





Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Alex Harui


On 6/20/13 5:04 AM, Erik de Bruin e...@ixsoftware.nl wrote:

Interesting...

Ran -apollo, this time got 1059 passing and 68 failing. Note the 4
'extra' passing results, while there are still 68 failing tests...
Where did those come from?
Sometimes a SWF just doesn't startup.  I have no idea why.  But there is
no infrastructure to catch that and report how many tests were in it.


The -apollo -failures no works, but reports 0 passing and 52
failing... What happened to the remaining 16 failures?
This could be an error in the testDir properties of the missing tests.

I'm going to combine what I have and do a full run for 'main',
'apollo' and 'mobile' combined. That'll take the next 12 hours or so
;-)

EdB



On Thu, Jun 20, 2013 at 11:23 AM, Erik de Bruin e...@ixsoftware.nl
wrote:
 Hi,

 I just ran -apollo successfully on the VM. The initial run reports
 1055 passing and 68 failing tests. The -failures run reports 0 passing
 and 0 failures, so something is wrong there...

 Now moving on to the -mobile tests...

 EdB



 On Wed, Jun 19, 2013 at 10:01 PM, Alex Harui aha...@adobe.com wrote:
 I forgot we added a -mobile option to mini_run.sh.  You have to set up
a
 local.properties as specified in the wiki except but leave adl_extras
and
 run_mobile_tests and use_apollo commented out.  They will get set by
the
 -mobile option.

 On 6/19/13 12:49 PM, Erik de Bruin e...@ixsoftware.nl wrote:

 20 minutes for AIR.
 82 minutes for mobile.
 Add more for -failures runs if needed.

Ok, I'll add these 2 runs to jenkins.sh. Might be a good idea to keep
the 'failures.txt' of each completed set (regular + -failures)?
 I suppose, or you could just bail at whatever run first produces
failures
 that a -failures run won't clean up.  The -failures run must also have
the
 -apollo or -mobile option.


 I got a lot of bitmap failures that I'm looking into now.  Which
reminded
 me that if a check-in goes bad and generates a lot of bitmap failures
that
 slows things down (all the bad pngs have to be written to disk).  Is
there
 any way to set up jenkins to wait N minutes after a job completes
before
 starting the next job?  What would happen if we run every 12 hours
but
 sometimes a job doesn't complete in those 12 hours?

I don't think Jenkins will stop one job just to start it again because
of a schedule... But I'll read up on it. The current run is 9 hrs, so
adding 1.5 hrs still leaves us with plenty of room on 'reasonably
clean' runs, right?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl




 --
 Ix Multimedia Software

 Jan Luykenstraat 27
 3521 VB Utrecht

 T. 06-51952295
 I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl



[jira] [Updated] (FLEX-32728) After selectedIndices was updated, it can not be selected with ShiftKey

2013-06-20 Thread Robert Bar (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-32728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Bar updated FLEX-32728:
--

Attachment: FLEX-32728-demo.zip

a simple project which demonstates the issue

 After selectedIndices was updated, it can not be selected with ShiftKey
 ---

 Key: FLEX-32728
 URL: https://issues.apache.org/jira/browse/FLEX-32728
 Project: Apache Flex
  Issue Type: Bug
  Components: Advanced Data Grid
Affects Versions: Adobe Flex SDK 3.0 (Release)
 Environment: Affected OS(s): Windows
 Affected OS(s): Windows XP
 Language Found: Japanese
Reporter: Adobe JIRA
Priority: Minor
  Labels: easyfix, easytest
 Attachments: FLEX-32728-demo.zip


 Steps to reproduce:
 1. run the attached source
 2. click update indices button
 3. click a row with shift-key
  
  Actual Results:
  it can't be selected
  
  Expected Results:
  it should be selected
  
  Workaround (if any):

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Alex Harui


On 6/20/13 3:26 AM, Erik de Bruin e...@ixsoftware.nl wrote:

 1055 passing and 68 failing tests. The -failures run reports 0 passing
 and 0 failures, so something is wrong there...

Ah, it looks like what's wrong was me... I didn't put in '-apollo' on
the failures run. The full command for failures on the AIR tests is
now: sh ./mini_run.sh -apollo -failures Is that correct?
Yup.

Also note that there is a -mobile option that won't require you to muck
with the local.properties file.  You can setup local.properties once but
leave run_mobile_tests and adl_extras commented out and when you run with
-mobile it will set those properties for you.


EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl



Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Alex Harui
FWIW, I think the tests are still running in some earlier namespace.

On 6/20/13 2:56 AM, Erik de Bruin e...@ixsoftware.nl wrote:

3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in
AIR_HOME and that has airSdk
xmlns=http://ns.adobe.com/air/sdk/3.7;

EdB



On Thu, Jun 20, 2013 at 11:52 AM, Justin Mclean
jus...@classsoftware.com wrote:
 Hi,

 I just ran -apollo successfully on the VM. The initial run reports
 1055 passing and 68 failing tests.
 What version of AIR out of interest?

 Justin



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl



Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
And if we solve them... will there be as many failures when we go back
to 11.1? We were thinking we might run once a day against 11.1 and
once a day against 11.7...

EdB



On Thu, Jun 20, 2013 at 5:12 PM, Alex Harui aha...@adobe.com wrote:
 OK, but a reminder that there will be lots of bitmap compare failures when
 you switch to 11.7 and resolving them are not my favorite thing to do.

 On 6/20/13 4:19 AM, Justin Mclean jus...@classsoftware.com wrote:

Hi,

 3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in
 AIR_HOME and that has airSdk xmlns=http://ns.adobe.com/air/sdk/3.7;

Sound right. Probably need to run the normal SDK tests with FP 11.7 as
well.

Perhaps it would be good to alternate what version of FP the tests are
using ie stock standard 11.1, then 11.7 (latest release) and then 11.8
beta?

I noticed Adobe has moved to 11.7 as the extended support release () so
perhaps we should target that but make sure it all work on 11.1?

http://blogs.adobe.com/flashplayer/2013/05/extended-support-release-update
d-to-flash-player-11-7.html

Thanks,
Justin






-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Apache Flex 4.10.0 release?

2013-06-20 Thread Alex Harui


On 6/20/13 1:55 AM, Erik de Bruin e...@ixsoftware.nl wrote:

 Air 3.8/FP 11.8 should be released soon so we should start thinking
about testing on that.

I know testing various FP versions is a matter of changing out one
.exe path for another in FLASHPLAYER_DEBUGGER... right?
Yes

How does one go about testing various Air versions? Download multiple
AIR SDKs and point AIR_HOME to the 'relevant' one?
Yes

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl



Re: iss...@flex.apache.org list now active

2013-06-20 Thread Alex Harui
Did you try to subscribe from the email alias that is mapped to your
apache.org id?

On 6/20/13 5:31 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:

I had a Delivery Status Notification (Failure) after sending the
confirmation, trying to go by issues-requ...@flex.apache.org was the
same, 
what to do now ?

-Fred

-Message d'origine-
From: Erik de Bruin
Sent: Thursday, June 20, 2013 2:10 PM
To: dev@flex.apache.org
Subject: iss...@flex.apache.org list now active

All,

The iss...@flex.apache.org list has been created and is now active.
All JIRA emails are sent to that list instead of dev@.

All committers should subscribe to the new list! Please send an email to:

issues-subscr...@flex.apache.org

to start the process.

All direct replies to emails from that list are sent to dev@ as
well, so no discussion on any JIRA issue will be lost in yet another
list :-)

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl




RE: FlexUnit

2013-06-20 Thread Michael A. Labriola
I'd like to work with you to make sure the web content is migrated to our 
site. Otherwise, thanks for the help and the code!

Absolutely. Just let me know what content you would like.

I do still plan on working on FlexUnit here some, however, I also think it 
would be good to document the things I was planning to work on next so the team 
here can make decisions.

As I mentioned previously, one of the things that was actually significantly 
impacting our architecture (in a bad way) was the need to stay compatible with 
the way Flash Builder was calling us. If we could break that compatibility, the 
whole architecture would be much cleaner. This would fix a number of small 
issues around spark and mx compatibility. The other big issue I was working on 
was trying to move the test running into its own application domain.

One problem is that the test runner and tests could impact each other. 
Obviously not ideal but it became a much bigger problem in the era when we had 
mx projects, mx+spark projects and just spark projects.

So, some cleanup to the CI (where all outstanding bugs exist), the application 
domain issue, and fixing the test runner so that everything didn't have to be 
static (flash builder issue) were the first on my wish list.

Mike


On Jun 12, 2013 11:20 AM, Michael A. Labriola  labri...@digitalprimates.net 
wrote:

 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

 tel:  +1.773.693.7800 x206
 fax: +1.773.409.9251



Re: iss...@flex.apache.org list now active

2013-06-20 Thread Frédéric THOMAS

Works better, thanks

-Message d'origine- 
From: Alex Harui

Sent: Thursday, June 20, 2013 5:24 PM
To: dev@flex.apache.org
Subject: Re: iss...@flex.apache.org list now active

Did you try to subscribe from the email alias that is mapped to your
apache.org id?

On 6/20/13 5:31 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:


I had a Delivery Status Notification (Failure) after sending the
confirmation, trying to go by issues-requ...@flex.apache.org was the
same,
what to do now ?

-Fred

-Message d'origine-
From: Erik de Bruin
Sent: Thursday, June 20, 2013 2:10 PM
To: dev@flex.apache.org
Subject: iss...@flex.apache.org list now active

All,

The iss...@flex.apache.org list has been created and is now active.
All JIRA emails are sent to that list instead of dev@.

All committers should subscribe to the new list! Please send an email to:

issues-subscr...@flex.apache.org

to start the process.

All direct replies to emails from that list are sent to dev@ as
well, so no discussion on any JIRA issue will be lost in yet another
list :-)

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl





RE: Ide scripts working on windows

2013-06-20 Thread Kessler CTR Mark J

   Windows does have cscript.exe[1] / wscript.exe which allows more control 
than batch files.  CScript stays in a console window, while wscript produces a 
Windows popup.  They use JScript and VBScript.  It can also interface with WMI 
[2] if needed.  WMI Reference [3], VBScript language reference [4].

A couple of references [5][6] show two very different ways to download files.



[1] http://en.wikipedia.org/wiki/Windows_Script_Host
[2] http://technet.microsoft.com/en-us/library/ee692772.aspx
[3] 
http://msdn.microsoft.com/en-us/library/windows/desktop/aa394572(v=vs.85).aspx
[4] http://msdn.microsoft.com/en-us/library/d1wf56tt(v=vs.84).aspx

[5] http://stackoverflow.com/questions/2973136/download-a-file-with-vbs
[6] http://www.robvanderwoude.com/vbstech_internet_download.php

-Mark


-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Thursday, June 20, 2013 11:11 AM
To: dev@flex.apache.org
Subject: Re: Ide scripts working on windows

IIRC, any .sh that does a download won't work on Windows as .bat doesn't
have such a command.  The .bat versions requires some library like visual
basic which was considered too painful a requirement and thus we wrote the
installer.

It might be better to make the installer also a configurator or write a
separate configurator?

On 6/20/13 4:23 AM, Justin Mclean jus...@classsoftware.com wrote:

Hi,

Anyone on windows want to have a try at converting the OSX .sh script to
.bat scripts? Would be a nice to have for the release.

The scripts are:
addAIRtoSDK.sh - Add AIR SDK to Flex SDK
checkAllPlayerGlobals.sh - download and check (via MD5 hashes) all
version of playerglobal.swc
setFlashPlayerVersion.sh - changes Flash Player version for Flex SDK

They would help a lot with testing and with people wanting to use
different versions of AIR/FP.

Thanks,
Justin



Re: Ide scripts working on windows

2013-06-20 Thread Justin Mclean
Hi,

Perhaps someone can try the scripts under cygwin on window to see if they work?

Justin

Re: MSDN Subscription Renewal

2013-06-20 Thread Erik de Bruin
Yes, good question. Mine isn't up for some time, but since it's what
drives the Mustella VM, it would be good to make sure that it doesn't
expire...

EdB



On Thu, Jun 20, 2013 at 6:18 PM, Leif Wells leif.we...@gmail.com wrote:
 All,

 Does anyone have access to the instructions on how to renew our MSDN
 subscriptions?

 I'm currently at a loss.


 Leif



 Leif Wells
 Atlanta
 http://www.linkedin.com/in/leifwells



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Ide scripts working on windows

2013-06-20 Thread Alex Harui


On 6/20/13 9:21 AM, Justin Mclean jus...@classsoftware.com wrote:

Hi,

Perhaps someone can try the scripts under cygwin on window to see if they
work?

Justin
I've been wondering that myself.  I haven't tried it because the issue
remains that not everybody has Cygwin, VBScript or Jscript on Windows.  



Re: private@ reply-to looks to be dev@

2013-06-20 Thread Leif Wells
GAH!
On Jun 20, 2013 1:02 PM, Erik de Bruin e...@ixsoftware.nl wrote:

 To whom can do anything about it: I just did a reply to Leif's email
 to private, and it ended up on the dev list... Checking his email
 again shows that the Reply-To is set to dev@...

 Oops?

 EdB



 --
 Ix Multimedia Software

 Jan Luykenstraat 27
 3521 VB Utrecht

 T. 06-51952295
 I. www.ixsoftware.nl



Re: private@ reply-to looks to be dev@

2013-06-20 Thread Alex Harui
Wow.  I replied to this and dev@ was in the address bar.  I'll ask Infra.

-Alex

On 6/20/13 10:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:

To whom can do anything about it: I just did a reply to Leif's email
to private, and it ended up on the dev list... Checking his email
again shows that the Reply-To is set to dev@...

Oops?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl



Re: MSDN Subscription Renewal

2013-06-20 Thread Jeffry Houser


 Did I miss something?  Do members of Apache Flex somehow get 
complimentary MSDN subscriptions?


 Or is this question unrelated to Apache/The Apache Foundation?

On 6/20/2013 12:58 PM, Erik de Bruin wrote:

Yes, good question. Mine isn't up for some time, but since it's what
drives the Mustella VM, it would be good to make sure that it doesn't
expire...

EdB



On Thu, Jun 20, 2013 at 6:18 PM, Leif Wells leif.we...@gmail.com wrote:

All,

Does anyone have access to the instructions on how to renew our MSDN
subscriptions?

I'm currently at a loss.


Leif



Leif Wells
Atlanta
http://www.linkedin.com/in/leifwells






--
Jeffry Houser
Technical Entrepreneur
http://www.jeffryhouser.com
203-379-0773



RE: Ide scripts working on windows

2013-06-20 Thread Kessler CTR Mark J
I can try it out on my git tools when I get home in a few hours.  It's not 
Cygwin, but it runs the mini_run fine from the command line.

-Mark


-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Thursday, June 20, 2013 1:02 PM
To: dev@flex.apache.org
Subject: Re: Ide scripts working on windows



On 6/20/13 9:21 AM, Justin Mclean jus...@classsoftware.com wrote:

Hi,

Perhaps someone can try the scripts under cygwin on window to see if they
work?

Justin
I've been wondering that myself.  I haven't tried it because the issue
remains that not everybody has Cygwin, VBScript or Jscript on Windows.  



Re: Ide scripts working on windows

2013-06-20 Thread OmPrakash Muppirala
I would imagine that the scripts would work without any issues on Cygwin.
 But, of course, would require the end user to download Cygwin configure it
first.  Which is an unnecessary barrier when it comes to get going with the
Apache Flex SDK.

Thanks,
Om

On Thu, Jun 20, 2013 at 10:16 AM, Kessler CTR Mark J 
mark.kessler@usmc.mil wrote:

 I can try it out on my git tools when I get home in a few hours.  It's not
 Cygwin, but it runs the mini_run fine from the command line.

 -Mark


 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Thursday, June 20, 2013 1:02 PM
 To: dev@flex.apache.org
 Subject: Re: Ide scripts working on windows



 On 6/20/13 9:21 AM, Justin Mclean jus...@classsoftware.com wrote:

 Hi,
 
 Perhaps someone can try the scripts under cygwin on window to see if they
 work?
 
 Justin
 I've been wondering that myself.  I haven't tried it because the issue
 remains that not everybody has Cygwin, VBScript or Jscript on Windows.




Re: MSDN Subscription Renewal

2013-06-20 Thread Alex Harui
Jeffry,

We stole your credit card and are racking up huge charges with MSDN
subscriptions ;-)

Once we get this reply-to thing fixed someone will hopefully find the
info.  Apache does have a deal for MSDN subscriptions.

-Alex

On 6/20/13 10:11 AM, Jeffry Houser jef...@dot-com-it.com wrote:


  Did I miss something?  Do members of Apache Flex somehow get
complimentary MSDN subscriptions?

  Or is this question unrelated to Apache/The Apache Foundation?

On 6/20/2013 12:58 PM, Erik de Bruin wrote:
 Yes, good question. Mine isn't up for some time, but since it's what
 drives the Mustella VM, it would be good to make sure that it doesn't
 expire...

 EdB



 On Thu, Jun 20, 2013 at 6:18 PM, Leif Wells leif.we...@gmail.com
wrote:
 All,

 Does anyone have access to the instructions on how to renew our MSDN
 subscriptions?

 I'm currently at a loss.


 Leif



 Leif Wells
 Atlanta
 http://www.linkedin.com/in/leifwells




-- 
Jeffry Houser
Technical Entrepreneur
http://www.jeffryhouser.com
203-379-0773




Re: Skinning FlexJS

2013-06-20 Thread OmPrakash Muppirala
On Wed, Jun 19, 2013 at 7:09 AM, Erick Ghaumez eac...@gmail.com wrote:

 hi,

 yes Om i'm in !

 I'll start with some skinning tests for the stockQuote sample.
 I think I can send a first proposal next week.


Sounds good!



 Just to be sure : the goal is to create a default skin which you can use
 with SWF and html/js export ?


Yes.  An AI or Fireworks file should be good.  We can export that to
.png/.fxg/.svg as needed.


 Does the skinning system for SWF Flex will be the same as today ( Skin
 class with MXMLG  FXG ) ?


I am trying to figure out what the best options would be.  I think I will
start out with skinning the Flash version with bitmaps and HTML5 version
with SVG to start out with.

In the long run, I want to figure out how to bring back FXG to the Flash
version.

Thanks,
Om



 Erick


 Le 19 juin 2013 à 02:21, OmPrakash Muppirala bigosma...@gmail.com a
 écrit :

 
  What kind of beautification are you taking about?
  I'm don't think it looks as good as Spark or MX right now.  Colors,
  styles, spacing might make it look more like it is worth trying to use
  this stuff.
 
  Perhaps the designers in this list could help us design the next gen
  default look and feel for Flex?  Any takers?
  Thanks,
  Om
 
 
  Designers in the list,
 
  How about we try to put together a new visual look and feel for FlexJS?
 
  I am thinking that we can use the traditional approach of creating assets
  in AI or Fireworks and export them to formats we want.  This will also
 give
  me a chance to figure out the various approaches and tooling
 requirements.
 
  We have a lot of different options to do this, CSS3, FXG/MXML, SVG, etc.
  To get an idea of the first set of components we want skinned, here are
  the links to some samples Alex had put out a while ago [1,2]
 
  P.S.  Erick, you had pinged me on Twitter about wanting to help.  I hope
  you are in this list now :-)
 
  [1] http://people.apache.org/~aharui/FlexJS/
  [2] http://people.apache.org/~aharui/FlexJS/StatesTest/




Re: Ide scripts working on windows

2013-06-20 Thread Mark Kessler
I ran the checkAllPlayerGlobal.sh using my local git and it worked fine..
Here is the output.  So besides needing a shell (which was already
associated with that mime type on my machine), it works.


-Mark
-



D:\Development\Flex\flex-sdk\idecheckAllPlayerGlobals.sh
D:\PortableApps\Flex
Welcome to Git (version 1.8.1.2-preview20130201)


Run 'git help git' to display the help index.
Run 'git help command' to display help for specific commands.
The Apache Flex directory for the IDE is D:\PortableApps\Flex

Playerglobal.swc is part of the Adobe Flash Player and is licensed
under the the Flash Player end user license agreement (EULA).

The 10.2 and 10.3 Flash Player EULA is specified here:
http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_2010
0108_1657.pdf

The 11.X Flash Player EULA is specified here:
http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA-MULTI-2011080
9_1357.pdf

In addition to the Adobe EULA license terms, you also agree to be bound by
the t
hird-party
terms specified here:
http://www.adobe.com/products/eula/third_party/

Adobe recommends that you review all licensing terms.

Please type Y to agree to terms of the license 
y
License accepted
Downloading player global 10.2
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  296k  100  296k0 0   500k  0 --:--:-- --:--:-- --:--:--
575k
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
command
 not found
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
aa7d785dd
5715626201f5e30fc1deb51: unary operator expected
MD5 hash incorrect
Downloading player global 10.2
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  296k  100  296k0 0   612k  0 --:--:-- --:--:-- --:--:--
678k
Downloading player global 10.3
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  299k  100  299k0 0   564k  0 --:--:-- --:--:-- --:--:--
600k
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
command
 not found
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
6092b3d4e
2784212d174ca10904412bd: unary operator expected
MD5 hash incorrect
Downloading player global 10.3
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  299k  100  299k0 0   712k  0 --:--:-- --:--:-- --:--:--
801k
Downloading player global 11.0
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  329k  100  329k0 0   639k  0 --:--:-- --:--:-- --:--:--
703k
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
command
 not found
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
5f5a291f0
2105cd83fb582b76646e603: unary operator expected
MD5 hash incorrect
Downloading player global 11.0
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  329k  100  329k0 0   640k  0 --:--:-- --:--:-- --:--:--
703k
Downloading player global 11.1
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  329k  100  329k0 0   639k  0 --:--:-- --:--:-- --:--:--
703k
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
command
 not found
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
e3a0e0e8c
703ae5b1847b8ac25bbdc5f: unary operator expected
MD5 hash incorrect
Downloading player global 11.1
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  329k  100  329k0 0   917k  0 --:--:-- --:--:-- --:--:--
1004k
Downloading player global 11.2
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  331k  100  331k0 0   815k  0 --:--:-- --:--:-- --:--:--
922k
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
command
 not found
D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
c544a0695
18897880e0d732457b6fdeb: unary operator expected
MD5 hash incorrect
Downloading player global 11.2
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  

Re: Ide scripts working on windows

2013-06-20 Thread Mark Kessler
Well by fine, I mean it ran all the way through and actually downloaded the
files.  However I do see the md5 requirement in there too... which I don't
have.


On Thu, Jun 20, 2013 at 6:44 PM, Mark Kessler
kesslerconsult...@gmail.comwrote:

 I ran the checkAllPlayerGlobal.sh using my local git and it worked fine..
 Here is the output.  So besides needing a shell (which was already
 associated with that mime type on my machine), it works.


 -Mark
 -



 D:\Development\Flex\flex-sdk\idecheckAllPlayerGlobals.sh
 D:\PortableApps\Flex
 Welcome to Git (version 1.8.1.2-preview20130201)


 Run 'git help git' to display the help index.
 Run 'git help command' to display help for specific commands.
 The Apache Flex directory for the IDE is D:\PortableApps\Flex

 Playerglobal.swc is part of the Adobe Flash Player and is licensed
 under the the Flash Player end user license agreement (EULA).

 The 10.2 and 10.3 Flash Player EULA is specified here:

 http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_2010
 0108_1657.pdf

 The 11.X Flash Player EULA is specified here:

 http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA-MULTI-2011080
 9_1357.pdf

 In addition to the Adobe EULA license terms, you also agree to be bound by
 the t
 hird-party
 terms specified here:
 http://www.adobe.com/products/eula/third_party/

 Adobe recommends that you review all licensing terms.

 Please type Y to agree to terms of the license 
 y
 License accepted
 Downloading player global 10.2
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  296k  100  296k0 0   500k  0 --:--:-- --:--:-- --:--:--
 575k
 D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
 command
  not found
 D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
 aa7d785dd
 5715626201f5e30fc1deb51: unary operator expected
 MD5 hash incorrect
 Downloading player global 10.2
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  296k  100  296k0 0   612k  0 --:--:-- --:--:-- --:--:--
 678k
 Downloading player global 10.3
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  299k  100  299k0 0   564k  0 --:--:-- --:--:-- --:--:--
 600k
 D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
 command
  not found
 D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
 6092b3d4e
 2784212d174ca10904412bd: unary operator expected
 MD5 hash incorrect
 Downloading player global 10.3
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  299k  100  299k0 0   712k  0 --:--:-- --:--:-- --:--:--
 801k
 Downloading player global 11.0
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  329k  100  329k0 0   639k  0 --:--:-- --:--:-- --:--:--
 703k
 D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
 command
  not found
 D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
 5f5a291f0
 2105cd83fb582b76646e603: unary operator expected
 MD5 hash incorrect
 Downloading player global 11.0
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  329k  100  329k0 0   640k  0 --:--:-- --:--:-- --:--:--
 703k
 Downloading player global 11.1
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  329k  100  329k0 0   639k  0 --:--:-- --:--:-- --:--:--
 703k
 D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
 command
  not found
 D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
 e3a0e0e8c
 703ae5b1847b8ac25bbdc5f: unary operator expected
 MD5 hash incorrect
 Downloading player global 11.1
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  329k  100  329k0 0   917k  0 --:--:-- --:--:-- --:--:--
 1004k
 Downloading player global 11.2
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
 100  331k  100  331k0 0   815k  0 --:--:-- --:--:-- --:--:--
 922k
 

Re: Ide scripts working on windows

2013-06-20 Thread OmPrakash Muppirala
On Windows/Cygwin, it should call md5sum instead.  md5 is specific to Macs.


Thanks,
Om

On Thu, Jun 20, 2013 at 3:47 PM, Mark Kessler
kesslerconsult...@gmail.comwrote:

 Well by fine, I mean it ran all the way through and actually downloaded the
 files.  However I do see the md5 requirement in there too... which I don't
 have.


 On Thu, Jun 20, 2013 at 6:44 PM, Mark Kessler
 kesslerconsult...@gmail.comwrote:

  I ran the checkAllPlayerGlobal.sh using my local git and it worked fine..
  Here is the output.  So besides needing a shell (which was already
  associated with that mime type on my machine), it works.
 
 
  -Mark
  -
 
 
 
  D:\Development\Flex\flex-sdk\idecheckAllPlayerGlobals.sh
  D:\PortableApps\Flex
  Welcome to Git (version 1.8.1.2-preview20130201)
 
 
  Run 'git help git' to display the help index.
  Run 'git help command' to display help for specific commands.
  The Apache Flex directory for the IDE is D:\PortableApps\Flex
 
  Playerglobal.swc is part of the Adobe Flash Player and is licensed
  under the the Flash Player end user license agreement (EULA).
 
  The 10.2 and 10.3 Flash Player EULA is specified here:
 
 
 http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_2010
  0108_1657.pdf
 
  The 11.X Flash Player EULA is specified here:
 
 
 http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA-MULTI-2011080
  9_1357.pdf
 
  In addition to the Adobe EULA license terms, you also agree to be bound
 by
  the t
  hird-party
  terms specified here:
  http://www.adobe.com/products/eula/third_party/
 
  Adobe recommends that you review all licensing terms.
 
  Please type Y to agree to terms of the license 
  y
  License accepted
  Downloading player global 10.2
% Total% Received % Xferd  Average Speed   TimeTime Time
  Current
   Dload  Upload   Total   SpentLeft
  Speed
  100  296k  100  296k0 0   500k  0 --:--:-- --:--:-- --:--:--
  575k
  D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
  command
   not found
  D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
  aa7d785dd
  5715626201f5e30fc1deb51: unary operator expected
  MD5 hash incorrect
  Downloading player global 10.2
% Total% Received % Xferd  Average Speed   TimeTime Time
  Current
   Dload  Upload   Total   SpentLeft
  Speed
  100  296k  100  296k0 0   612k  0 --:--:-- --:--:-- --:--:--
  678k
  Downloading player global 10.3
% Total% Received % Xferd  Average Speed   TimeTime Time
  Current
   Dload  Upload   Total   SpentLeft
  Speed
  100  299k  100  299k0 0   564k  0 --:--:-- --:--:-- --:--:--
  600k
  D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
  command
   not found
  D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
  6092b3d4e
  2784212d174ca10904412bd: unary operator expected
  MD5 hash incorrect
  Downloading player global 10.3
% Total% Received % Xferd  Average Speed   TimeTime Time
  Current
   Dload  Upload   Total   SpentLeft
  Speed
  100  299k  100  299k0 0   712k  0 --:--:-- --:--:-- --:--:--
  801k
  Downloading player global 11.0
% Total% Received % Xferd  Average Speed   TimeTime Time
  Current
   Dload  Upload   Total   SpentLeft
  Speed
  100  329k  100  329k0 0   639k  0 --:--:-- --:--:-- --:--:--
  703k
  D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
  command
   not found
  D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
  5f5a291f0
  2105cd83fb582b76646e603: unary operator expected
  MD5 hash incorrect
  Downloading player global 11.0
% Total% Received % Xferd  Average Speed   TimeTime Time
  Current
   Dload  Upload   Total   SpentLeft
  Speed
  100  329k  100  329k0 0   640k  0 --:--:-- --:--:-- --:--:--
  703k
  Downloading player global 11.1
% Total% Received % Xferd  Average Speed   TimeTime Time
  Current
   Dload  Upload   Total   SpentLeft
  Speed
  100  329k  100  329k0 0   639k  0 --:--:-- --:--:-- --:--:--
  703k
  D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 95: md5:
  command
   not found
  D:\Development\Flex\flex-sdk\ide\checkAllPlayerGlobals.sh: line 97: [:
  e3a0e0e8c
  703ae5b1847b8ac25bbdc5f: unary operator expected
  MD5 hash incorrect
  Downloading player global 11.1
% Total% Received % Xferd  Average Speed   TimeTime Time
  Current
   Dload  Upload   Total   SpentLeft
  Speed
  100  329k  100  329k0 0   917k  0 --:--:-- --:--:-- --:--:--
  1004k
  

Re: Ide scripts working on windows

2013-06-20 Thread Mark Kessler
Yeah in my Windows Git bin folder I see the md5Sum.exe.  (I don't use
cygwin).  I tried changing it in the script and now I get a option error.
the -q isn't a valid option.  I'll have to fiddle with this later.

-Mark




C:\Program Files (x86)\Git\binmd5sum --help
Usage: md5sum [OPTION] [FILE]...
  or:  md5sum [OPTION] --check [FILE]
Print or check MD5 checksums.
With no FILE, or when FILE is -, read standard input.

  -b, --binaryread files in binary mode (default on DOS/Windows)
  -c, --check check MD5 sums against given list
  -t, --text  read files in text mode (default)

The following two options are useful only when verifying checksums:
  --statusdon't output anything, status code shows success
  -w, --warn  warn about improperly formated MD5 checksum lines

  --help  display this help and exit
  --version   output version information and exit

The sums are computed as described in RFC 1321.  When checking, the input
should be a former output of this program.  The default mode is to print
a line with checksum, a character indicating type (`*' for binary, ` ' for
text), and name for each FILE.

Report bugs to bug-textut...@gnu.org.





On Thu, Jun 20, 2013 at 6:49 PM, OmPrakash Muppirala
bigosma...@gmail.comwrote:

 On Windows/Cygwin, it should call md5sum instead.  md5 is specific to Macs.


 Thanks,
 Om




Re: Ide scripts working on windows

2013-06-20 Thread Mark Kessler
Ok corrected the command to perform correctly... goofy freaking format for
bash sh.  I'm sure there is a better sollution than awk to strip the
filename, but it works.  The second line removes the prefixed \.  All the
hashes match except the last one.  It seems to be different.

#Gets the hash of the file and strips the filename off the results.
MD5hash=`md5sum ${playerGlobalSWC} | awk '{ print $1 }'`

#Removes the prefixed slash.
MD5hash=${MD5hash:1}



On Thu, Jun 20, 2013 at 6:59 PM, Mark Kessler
kesslerconsult...@gmail.comwrote:

 Yeah in my Windows Git bin folder I see the md5Sum.exe.  (I don't use
 cygwin).  I tried changing it in the script and now I get a option error.
 the -q isn't a valid option.  I'll have to fiddle with this later.

 -Mark




 C:\Program Files (x86)\Git\binmd5sum --help
 Usage: md5sum [OPTION] [FILE]...
   or:  md5sum [OPTION] --check [FILE]
 Print or check MD5 checksums.
 With no FILE, or when FILE is -, read standard input.

   -b, --binaryread files in binary mode (default on
 DOS/Windows)
   -c, --check check MD5 sums against given list
   -t, --text  read files in text mode (default)

 The following two options are useful only when verifying checksums:
   --statusdon't output anything, status code shows success
   -w, --warn  warn about improperly formated MD5 checksum lines

   --help  display this help and exit
   --version   output version information and exit

 The sums are computed as described in RFC 1321.  When checking, the input
 should be a former output of this program.  The default mode is to print
 a line with checksum, a character indicating type (`*' for binary, ` ' for
 text), and name for each FILE.

 Report bugs to bug-textut...@gnu.org.





 On Thu, Jun 20, 2013 at 6:49 PM, OmPrakash Muppirala bigosma...@gmail.com
  wrote:

 On Windows/Cygwin, it should call md5sum instead.  md5 is specific to
 Macs.


 Thanks,
 Om





File modes

2013-06-20 Thread Gordon Smith
I pulled the sdk 'develop' branch for the first time in several weeks and got 
lots of lines like

mode change 100644 = 100755 
mustella/tests/components/Charts/Bubble/Properties/Baselines/BubbleSeries_filterData_filterDataValues.png
mode change 100644 = 100755 
mustella/tests/components/Charts/Bubble/Properties/Baselines/BubbleSeries_filterData_filterDataValues.png.xml

I had previously gotten the file modes of every file set correctly. Why are we 
now setting the executable bits for some PNG and XML files? Is it accidental or 
intentional?

- Gordon



Re: File modes

2013-06-20 Thread Alex Harui
That's accidental.  I wonder why that's happening and how to prevent it.

On 6/20/13 8:48 PM, Gordon Smith gosm...@adobe.com wrote:

I pulled the sdk 'develop' branch for the first time in several weeks and
got lots of lines like

mode change 100644 = 100755
mustella/tests/components/Charts/Bubble/Properties/Baselines/BubbleSeries_
filterData_filterDataValues.png
mode change 100644 = 100755
mustella/tests/components/Charts/Bubble/Properties/Baselines/BubbleSeries_
filterData_filterDataValues.png.xml

I had previously gotten the file modes of every file set correctly. Why
are we now setting the executable bits for some PNG and XML files? Is it
accidental or intentional?

- Gordon




Re: FlexUnit

2013-06-20 Thread Nick Collins
Hey Mike, would that same compatibility issue impact how IDEA is calling
FlexUnit, or would your changes likely break that integration as well?

IF it would, my net question would be to ask if the new socket server
features of FP 11.8 and AIR 3.8 might be able to be leveraged to provide
the connection between the IDE and the FlexUnit engine?


On Thu, Jun 20, 2013 at 11:26 AM, Michael A. Labriola 
labri...@digitalprimates.net wrote:

 I'd like to work with you to make sure the web content is migrated to our
 site. Otherwise, thanks for the help and the code!

 Absolutely. Just let me know what content you would like.

 I do still plan on working on FlexUnit here some, however, I also think it
 would be good to document the things I was planning to work on next so the
 team here can make decisions.

 As I mentioned previously, one of the things that was actually
 significantly impacting our architecture (in a bad way) was the need to
 stay compatible with the way Flash Builder was calling us. If we could
 break that compatibility, the whole architecture would be much cleaner.
 This would fix a number of small issues around spark and mx compatibility.
 The other big issue I was working on was trying to move the test running
 into its own application domain.

 One problem is that the test runner and tests could impact each other.
 Obviously not ideal but it became a much bigger problem in the era when we
 had mx projects, mx+spark projects and just spark projects.

 So, some cleanup to the CI (where all outstanding bugs exist), the
 application domain issue, and fixing the test runner so that everything
 didn't have to be static (flash builder issue) were the first on my wish
 list.

 Mike


 On Jun 12, 2013 11:20 AM, Michael A. Labriola 
 labri...@digitalprimates.net wrote:

  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
 
  tel:  +1.773.693.7800 x206
  fax: +1.773.409.9251