You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Justin Mclean <ju...@classsoftware.com> on 2013/07/23 09:45:23 UTC

[VOTE] Apache Flex 4.10.0 Release Candidate 3

Hi,

This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the RELEASE_NOTES and the README.

There are only a few minor differences from RC2 including a minor change to the AIR config files (air home path) , minor changes to README and RELEASE_NOTES, and a couple of very minor build script changes. There have been no SDK code changes.

The release candidate can be found here;
https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/

Before voting please review the section,"What are the ASF requirements on approving a release?", at:
http://www.apache.org/dev/release.html#approving-a-release

When testing please check the md5 and asc files and make sure that the source can be compiled.

Please vote to approve this release:
+1 Approve the release
-1 Veto the release (please provide specific comments to why)

This vote will be open for at least 72 hours or as long as needed.

The vote passes if there is:
- At least 3 +1 votes from the PMC
- More positive votes than negative votes

People who are not in PMC or who are not an committer are also encouraged to test out the release and vote, although their votes will not be binding.

When voting please indicate what OS, IDE, Flash Player version and AIR version you tested the SDK with. 

Please put all discussion about this release in the DISCUSSION thread not this VOTE thread.

Thanks,
Justin

Re: FLEX-33632 RTE when loading resource module at runtime

Posted by OmPrakash Muppirala <bi...@gmail.com>.
>Not missed, apparently, but the release manager called the vote

> >anyway. I've been talking to him and we have until the end of the VOTE
> >on the Installer to make our case, because he will only release the
> >SDK together with the Installer.
> Is there a VOTE on for the installer?  I'm not seeing the vote thread.
>
>
Not yet.  I am waiting for things to settle down a bit before calling the
vote on that.

Thanks,
Om

Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Dasa Paddock <dp...@esri.com>.
That's exactly what we do in our ArcGIS Viewer for Flex application.

--Dasa

On Jul 25, 2013, at 3:05 PM, Alex Harui <ah...@adobe.com> wrote:

> To be fair, it appears that you not only have to be using resource
> modules, but also, you can't have any compiled resource bundles, and have
> to be specifying your locale chain via flashvars.
> 
> That shrinks the population affected even more, but there are still folks
> who are set up this way.  It allows for the smallest possible download
> because they choose the one locale to load via some other logic and set
> that in the html wrapper.  There are no resource linked into the SWF.
> 
> -Alex
> 
> On 7/25/13 2:42 PM, "Dasa Paddock" <dp...@esri.com> wrote:
> 
>> I'd love to see this fixed in 4.10 since Esri's popular Flex Viewer
>> application uses resource modules.
>> https://github.com/Esri/arcgis-viewer-flex
>> 
>> Thanks,
>> --Dasa
>> 
>> On Jul 25, 2013, at 2:28 PM, Alex Harui <ah...@adobe.com> wrote:
>> 
>>> 
>>> 
>>> On 7/25/13 7:24 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>> 
>>>>> I tried by stating my concern in the discuss thread, but apparently it
>>>>> was
>>>>> missed?
>>>> 
>>>> Not missed, apparently, but the release manager called the vote
>>>> anyway. I've been talking to him and we have until the end of the VOTE
>>>> on the Installer to make our case, because he will only release the
>>>> SDK together with the Installer.
>>> Is there a VOTE on for the installer?  I'm not seeing the vote thread.
>>> 
>>> Anyway, if you're following JIRA, I reproduced the bug with a simple
>>> test
>>> case based on the documentation for resource modules.  I don't think
>>> there
>>> are a lot of users of resource modules, but I think there is enough that
>>> this warrants fixing before releasing.
>>> 
>>> I can't see any obvious workaround because this code runs in frame 1.
>>> There might be a way to get a custom download progress bar to work
>>> around
>>> the issue, but I haven't tried to prove that because I'm not in favor of
>>> forcing even this small population of folks to have to modify their apps
>>> in that way.
>>> 
>>> I'm going to try to fix the issue in the SDK code.
>>> 
>>> -Alex
>>> 
>>> 
>> 
> 
> 


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Alex Harui <ah...@adobe.com>.
To be fair, it appears that you not only have to be using resource
modules, but also, you can't have any compiled resource bundles, and have
to be specifying your locale chain via flashvars.

That shrinks the population affected even more, but there are still folks
who are set up this way.  It allows for the smallest possible download
because they choose the one locale to load via some other logic and set
that in the html wrapper.  There are no resource linked into the SWF.

-Alex

On 7/25/13 2:42 PM, "Dasa Paddock" <dp...@esri.com> wrote:

>I'd love to see this fixed in 4.10 since Esri's popular Flex Viewer
>application uses resource modules.
>https://github.com/Esri/arcgis-viewer-flex
>
>Thanks,
>--Dasa
>
>On Jul 25, 2013, at 2:28 PM, Alex Harui <ah...@adobe.com> wrote:
>
>> 
>> 
>> On 7/25/13 7:24 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>> 
>>>> I tried by stating my concern in the discuss thread, but apparently it
>>>> was
>>>> missed?
>>> 
>>> Not missed, apparently, but the release manager called the vote
>>> anyway. I've been talking to him and we have until the end of the VOTE
>>> on the Installer to make our case, because he will only release the
>>> SDK together with the Installer.
>> Is there a VOTE on for the installer?  I'm not seeing the vote thread.
>> 
>> Anyway, if you're following JIRA, I reproduced the bug with a simple
>>test
>> case based on the documentation for resource modules.  I don't think
>>there
>> are a lot of users of resource modules, but I think there is enough that
>> this warrants fixing before releasing.
>> 
>> I can't see any obvious workaround because this code runs in frame 1.
>> There might be a way to get a custom download progress bar to work
>>around
>> the issue, but I haven't tried to prove that because I'm not in favor of
>> forcing even this small population of folks to have to modify their apps
>> in that way.
>> 
>> I'm going to try to fix the issue in the SDK code.
>> 
>> -Alex
>> 
>> 
>


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Dasa Paddock <dp...@esri.com>.
I'd love to see this fixed in 4.10 since Esri's popular Flex Viewer application uses resource modules.
https://github.com/Esri/arcgis-viewer-flex

Thanks,
--Dasa

On Jul 25, 2013, at 2:28 PM, Alex Harui <ah...@adobe.com> wrote:

> 
> 
> On 7/25/13 7:24 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> 
>>> I tried by stating my concern in the discuss thread, but apparently it
>>> was
>>> missed?
>> 
>> Not missed, apparently, but the release manager called the vote
>> anyway. I've been talking to him and we have until the end of the VOTE
>> on the Installer to make our case, because he will only release the
>> SDK together with the Installer.
> Is there a VOTE on for the installer?  I'm not seeing the vote thread.
> 
> Anyway, if you're following JIRA, I reproduced the bug with a simple test
> case based on the documentation for resource modules.  I don't think there
> are a lot of users of resource modules, but I think there is enough that
> this warrants fixing before releasing.
> 
> I can't see any obvious workaround because this code runs in frame 1.
> There might be a way to get a custom download progress bar to work around
> the issue, but I haven't tried to prove that because I'm not in favor of
> forcing even this small population of folks to have to modify their apps
> in that way.
> 
> I'm going to try to fix the issue in the SDK code.
> 
> -Alex
> 
> 


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Alex Harui <ah...@adobe.com>.

On 7/26/13 6:01 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> +                var localeChainList:String =
>> +                    SystemManagerGlobals.parameters["localeChain"];
>
>Possibly RTE here?
Possibly, but I don't think so.  That code has been there for a long time
and shouldn't run now unless other code has picked up parameters that list
the resource modules.

-Alex


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> +                var localeChainList:String =
> +                    SystemManagerGlobals.parameters["localeChain"];

Possibly RTE here?

Justin


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Alex Harui <ah...@adobe.com>.

On 7/26/13 5:30 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> OK, I have a fix that passed all mustella tests.
>
>Can we see the code please?

The patch file is copied in below.  Basically, the locale setting from
flashvars is moved from the ResourceManagerImpl's constructor to the part
of the Preloader where it knows it has in fact loaded a resource module
and that resource module is loaded.
 

diff --git a/frameworks/projects/framework/src/mx/preloaders/Preloader.as
b/frameworks/projects/framework/src/mx/preloaders/Preloader.as
index b00e2af..37316fb 100644
--- a/frameworks/projects/framework/src/mx/preloaders/Preloader.as
+++ b/frameworks/projects/framework/src/mx/preloaders/Preloader.as
@@ -39,6 +39,8 @@ import mx.core.ResourceModuleRSLItem;
 import mx.core.mx_internal;
 import mx.events.FlexEvent;
 import mx.events.RSLEvent;
+import mx.managers.SystemManagerGlobals;
+import mx.resources.IResourceManager;
 
 use namespace mx_internal;
 
@@ -541,6 +543,26 @@ public class Preloader extends Sprite
                 }
             }
 
+            if (resourceModuleListLoader)
+            {
+                var resourceManager:IResourceManager;
+                // do this to prevent dependency on ResourceManager
+                if
(applicationDomain.hasDefinition("mx.resources::ResourceManager"))
+                {
+                    var resourceManagerClass:Class =
+                  
Class(applicationDomain.getDefinition("mx.resources::ResourceManager"));
+                    resourceManager =
+                  
IResourceManager(resourceManagerClass["getInstance"]());
+                }
+                // The FlashVars of the SWF's HTML wrapper,
+                // or the query parameters of the SWF URL,
+                // can specify the ResourceManager's localeChain.
+                var localeChainList:String =
+                    SystemManagerGlobals.parameters["localeChain"];
+                if (localeChainList != null && localeChainList != "")
+                    resourceManager.localeChain =
localeChainList.split(",");
+            }     
+
             timer.removeEventListener(TimerEvent.TIMER, timerHandler);
             
             // Stop the timer.
diff --git 
a/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
b/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
index ef01ea6..a51fdba 100644
--- a/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
+++ b/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
@@ -449,14 +449,6 @@ public class ResourceManagerImpl extends
EventDispatcher implements IResourceMan
 			compiledLocales[0] :
 			"en_US";
 
-		// The FlashVars of the SWF's HTML wrapper,
-		// or the query parameters of the SWF URL,
-		// can specify the ResourceManager's localeChain.
-		var localeChainList:String =
-			SystemManagerGlobals.parameters["localeChain"];
-		if (localeChainList != null && localeChainList != "")
-			localeChain = localeChainList.split(",");
-
 		var applicationDomain:ApplicationDomain = info["currentDomain"];
 
 		var compiledResourceBundleNames:Array /* of String */ =



Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> OK, I have a fix that passed all mustella tests.

Can we see the code please?

Justin

Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Alex Harui <ah...@adobe.com>.
OK, I have a fix that passed all mustella tests.  Now the question is
whether we cut another RC to take it.  While we ponder that, I'm going to
double-check that Ilist change...

On 7/25/13 4:59 PM, "Alex Harui" <ah...@adobe.com> wrote:

>
>
>On 7/25/13 4:44 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:
>
>
>>
>>> and two folks have asked us to fix it, I think we should.
>>And all the other issues people have asked to be fixed but are still
>>outstanding, should we delay making a release until all of them are fixed
>>as well?
>Are we releasing with other known regressions?  What are they?
>
>>
>>> I know the vote thread is closed, but I would now have to vote -1.
>>And by Apache rules the vote still would of passed.
>Yup, and I'm just stating my opinion in order to see if other voters will
>agree with me.
>
>-Alex
>


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Alex Harui <ah...@adobe.com>.

On 7/25/13 4:44 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:


>
>> and two folks have asked us to fix it, I think we should.
>And all the other issues people have asked to be fixed but are still
>outstanding, should we delay making a release until all of them are fixed
>as well?
Are we releasing with other known regressions?  What are they?

>
>> I know the vote thread is closed, but I would now have to vote -1.
>And by Apache rules the vote still would of passed.
Yup, and I'm just stating my opinion in order to see if other voters will
agree with me.

-Alex


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Are you suggesting that these folks will have to bake at least one locale
> into their apps where they didn't have to before?
I'm just pointing out there is a work around. They can also choose not to use the new SDK, until we release one with a fix.

I'd guess 99%+ of people are not going to run into this issue and there are other outstanding issues that are probably more important.

> and two folks have asked us to fix it, I think we should.
And all the other issues people have asked to be fixed but are still outstanding, should we delay making a release until all of them are fixed as well?

> I know the vote thread is closed, but I would now have to vote -1.
And by Apache rules the vote still would of passed.

Justin

Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Alex Harui <ah...@adobe.com>.

On 7/25/13 3:33 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> I don't think there are a lot of users of resource modules, but I think
>>there is enough that
>> this warrants fixing before releasing.
>Of those who do which ones set the locale of their main application to be
>empty?
>
>> I can't see any obvious workaround because this code runs in frame 1.
>The obvious workaround to to set a locale and not set it to be blank.
Are you suggesting that these folks will have to bake at least one locale
into their apps where they didn't have to before?
>
>As I said earlier with earlier version of the frame work if an SDK error
>occurred before you loaded any resources you would get a RTE error as it
>would not be able to find the resource bundle.
At least two people have successfully deployed in this configuration.  I
know there are more, but probably not tons.  But because it is in the
documentation as a way to localize your app, and two folks have asked us
to fix it, I think we should.   I know the vote thread is closed, but I
would now have to vote -1.

I'm running tests on what I think is the fix.

-Alex


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> I don't think there are a lot of users of resource modules, but I think there is enough that
> this warrants fixing before releasing.
Of those who do which ones set the locale of their main application to be empty?

> I can't see any obvious workaround because this code runs in frame 1.
The obvious workaround to to set a locale and not set it to be blank.

As I said earlier with earlier version of the frame work if an SDK error occurred before you loaded any resources you would get a RTE error as it would not be able to find the resource bundle.

Thanks,
Justin

Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Alex Harui <ah...@adobe.com>.

On 7/25/13 7:24 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

>> I tried by stating my concern in the discuss thread, but apparently it
>>was
>> missed?
>
>Not missed, apparently, but the release manager called the vote
>anyway. I've been talking to him and we have until the end of the VOTE
>on the Installer to make our case, because he will only release the
>SDK together with the Installer.
Is there a VOTE on for the installer?  I'm not seeing the vote thread.

Anyway, if you're following JIRA, I reproduced the bug with a simple test
case based on the documentation for resource modules.  I don't think there
are a lot of users of resource modules, but I think there is enough that
this warrants fixing before releasing.

I can't see any obvious workaround because this code runs in frame 1.
There might be a way to get a custom download progress bar to work around
the issue, but I haven't tried to prove that because I'm not in favor of
forcing even this small population of folks to have to modify their apps
in that way.

I'm going to try to fix the issue in the SDK code.

-Alex


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Erik de Bruin <er...@ixsoftware.nl>.
> I tried by stating my concern in the discuss thread, but apparently it was
> missed?

Not missed, apparently, but the release manager called the vote
anyway. I've been talking to him and we have until the end of the VOTE
on the Installer to make our case, because he will only release the
SDK together with the Installer.

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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

Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Alex Harui <ah...@adobe.com>.
Just waking up here.  It appears the user is following the doc and setting
the options correctly.  I'll know more as I try to build out a test case.


On 7/25/13 2:21 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

>I think his point is that his code worked in 4.9.1. With the extra
>check introduced in 4.10, he gets an exception. That's a regression.
>
>If we decide the benefit of the new check is bigger than the loss of
>backwards compatibility, we need to at least note this in
>RELEASE_NOTES and preferably offer a workaround.
>
>EdB
>
>
>
>On Thu, Jul 25, 2013 at 11:07 AM, Justin Mclean
><ju...@classsoftware.com> wrote:
>> Hi,
>>
>> My guess is that you need to set the locale to something otherwise if
>>an SDK error occured before a user logs on it has no access to resources
>>to display the SDK error.
>>
>> Thanks,
>> Justin
>>
>> PS Please try not to pollute the VOTE thread.
I tried by stating my concern in the discuss thread, but apparently it was
missed?

-Alex


Re: FLEX-33632 RTE when loading resource module at runtime

Posted by Erik de Bruin <er...@ixsoftware.nl>.
I think his point is that his code worked in 4.9.1. With the extra
check introduced in 4.10, he gets an exception. That's a regression.

If we decide the benefit of the new check is bigger than the loss of
backwards compatibility, we need to at least note this in
RELEASE_NOTES and preferably offer a workaround.

EdB



On Thu, Jul 25, 2013 at 11:07 AM, Justin Mclean
<ju...@classsoftware.com> wrote:
> Hi,
>
> My guess is that you need to set the locale to something otherwise if an SDK error occured before a user logs on it has no access to resources to display the SDK error.
>
> Thanks,
> Justin
>
> PS Please try not to pollute the VOTE thread.



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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

FLEX-33632 RTE when loading resource module at runtime

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

My guess is that you need to set the locale to something otherwise if an SDK error occured before a user logs on it has no access to resources to display the SDK error.

Thanks,
Justin

PS Please try not to pollute the VOTE thread.

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Ah, I see you just did that. Please ignore me ;-)

EdB



On Thu, Jul 25, 2013 at 10:59 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
> Can you please add this information to the JIRA ticket?
>
> Thanks,
>
> EdB
>
>
>
> On Thu, Jul 25, 2013 at 10:57 AM, Jagan Langa Sami Durai
> <ja...@sybrant.com> wrote:
>> Hi,
>>
>> Following is the ANT script snippet used to build my app. I have marked the
>> locale = "" because we tend to load them at run time. since our application
>> support multi-language and the language is decided at the time user log's
>> in. red color highlights might give you guys a clue to corner the issue.
>>
>> <mxmlc* locale="" *
>> file="${ROOT}/src/@{app}.mxml"
>> output="@{dest}/@{app}.swf"
>> allow-source-path-overlap="true"
>> link-report="@{dest}/${LINK_REPORT_XML}"
>> *static-rsls="false" *
>> optimize="true"
>> services="@{services}"
>> incremental="false" fork="true">
>>
>>  And This is how we set the locale to the SWF in the html wrapper
>>
>>  flashvars.localeChain = "en_US";
>>  flashvars.resourceModuleURLs = "locale/en_US/strings.swf";
>>
>> *
>> Regards,
>> S. Jagan  Langa* *|* *Team Lead*
>> *Sybrant Technologies Pvt Ltd*
>> *--------------------------------
>> *
>> Mobile: +91 98430 50897
>> Skype: seesamjagan
>> --------------------------------------------------------------------------------------------------
>>
>> In The Media:
>> http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm
>> **
>>
>> * *
>>
>> *About Sybrant:*
>>
>> *“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in
>> India too, leverage Sybrant’s expertise for their Web & UIUX needs. We are
>> recognized for working with our clients right from the product
>> conceptualization till the execution stage offering end-to-end solutions
>> that sets us apart from other firms in this space. Right from developing a
>> learning management system for a French company to helping a Non-Profit
>> with a Mobile application till developing UX for a IT firm, Sybrant is
>> known for delighting Customers”*
>>
>> --------------------------------------------------------------------------------------------------
>>
>>
>> 2013/7/25 Erik de Bruin <er...@ixsoftware.nl>
>>
>>> Yes, Alex is looking into it... He left a comment on the JIRA ticket
>>> asking for a test case and the compiler settings used. Can you provide
>>> that, please?
>>>
>>> EdB
>>>
>>>
>>>
>>> On Thu, Jul 25, 2013 at 10:19 AM, Jagan Langa Sami Durai
>>> <ja...@sybrant.com> wrote:
>>> > Hi
>>> >
>>> >
>>> > Any plan to fix this issue [1] in this release?
>>> >
>>> >
>>> > [1] https://issues.apache.org/jira/browse/FLEX-33632
>>> >
>>> >
>>> >
>>> >
>>> > *
>>> > Regards,
>>> > S. Jagan  Langa* *|* *Team Lead*
>>> > *Sybrant Technologies Pvt Ltd*
>>> > *--------------------------------
>>> > *
>>> > Mobile: +91 98430 50897
>>> > Skype: seesamjagan
>>> >
>>> --------------------------------------------------------------------------------------------------
>>> >
>>> > In The Media:
>>> >
>>> http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm
>>> > **
>>> >
>>> > * *
>>> >
>>> > *About Sybrant:*
>>> >
>>> > *“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in
>>> > India too, leverage Sybrant’s expertise for their Web & UIUX needs. We
>>> are
>>> > recognized for working with our clients right from the product
>>> > conceptualization till the execution stage offering end-to-end solutions
>>> > that sets us apart from other firms in this space. Right from developing
>>> a
>>> > learning management system for a French company to helping a Non-Profit
>>> > with a Mobile application till developing UX for a IT firm, Sybrant is
>>> > known for delighting Customers”*
>>> >
>>> >
>>> --------------------------------------------------------------------------------------------------
>>> >
>>> >
>>> > 2013/7/25 Erik de Bruin <er...@ixsoftware.nl>
>>> >
>>> >> I don't see Alex's vote anywhere yet... In the discuss thread he
>>> >> announced was going to check on FLEX-33632. I agree with him that if
>>> >> it checks out that it is indeed an issue, it would be a regression
>>> >> serious enough to warrant immediate fixing.
>>> >>
>>> >> Just to be sure, I'll hold the release by changing my vote to:
>>> >>
>>> >> -1 (binding)
>>> >>
>>> >> If Alex dismisses FLEX-33632, you may consider my vote changed back to
>>> >> the original +1 (binding) - just in case my timezone is sleeping when
>>> >> you want to cut the release. If he needs to fix it, we need another RC
>>> >> and a new vote :-)
>>> >>
>>> >> Sorry about this and thanks for your patience,
>>> >>
>>> >> EdB
>>> >>
>>> >>
>>> >>
>>> >> On Thu, Jul 25, 2013 at 9:37 AM, Justin Mclean <
>>> justin@classsoftware.com>
>>> >> wrote:
>>> >> > Hi,
>>> >> >
>>> >> > 72 hours are just about up - final chance for anyone have any
>>> objections
>>> >> for this becoming a release.
>>> >> >
>>> >> > Thanks,
>>> >> > Justin
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> 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



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Can you please add this information to the JIRA ticket?

Thanks,

EdB



On Thu, Jul 25, 2013 at 10:57 AM, Jagan Langa Sami Durai
<ja...@sybrant.com> wrote:
> Hi,
>
> Following is the ANT script snippet used to build my app. I have marked the
> locale = "" because we tend to load them at run time. since our application
> support multi-language and the language is decided at the time user log's
> in. red color highlights might give you guys a clue to corner the issue.
>
> <mxmlc* locale="" *
> file="${ROOT}/src/@{app}.mxml"
> output="@{dest}/@{app}.swf"
> allow-source-path-overlap="true"
> link-report="@{dest}/${LINK_REPORT_XML}"
> *static-rsls="false" *
> optimize="true"
> services="@{services}"
> incremental="false" fork="true">
>
>  And This is how we set the locale to the SWF in the html wrapper
>
>  flashvars.localeChain = "en_US";
>  flashvars.resourceModuleURLs = "locale/en_US/strings.swf";
>
> *
> Regards,
> S. Jagan  Langa* *|* *Team Lead*
> *Sybrant Technologies Pvt Ltd*
> *--------------------------------
> *
> Mobile: +91 98430 50897
> Skype: seesamjagan
> --------------------------------------------------------------------------------------------------
>
> In The Media:
> http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm
> **
>
> * *
>
> *About Sybrant:*
>
> *“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in
> India too, leverage Sybrant’s expertise for their Web & UIUX needs. We are
> recognized for working with our clients right from the product
> conceptualization till the execution stage offering end-to-end solutions
> that sets us apart from other firms in this space. Right from developing a
> learning management system for a French company to helping a Non-Profit
> with a Mobile application till developing UX for a IT firm, Sybrant is
> known for delighting Customers”*
>
> --------------------------------------------------------------------------------------------------
>
>
> 2013/7/25 Erik de Bruin <er...@ixsoftware.nl>
>
>> Yes, Alex is looking into it... He left a comment on the JIRA ticket
>> asking for a test case and the compiler settings used. Can you provide
>> that, please?
>>
>> EdB
>>
>>
>>
>> On Thu, Jul 25, 2013 at 10:19 AM, Jagan Langa Sami Durai
>> <ja...@sybrant.com> wrote:
>> > Hi
>> >
>> >
>> > Any plan to fix this issue [1] in this release?
>> >
>> >
>> > [1] https://issues.apache.org/jira/browse/FLEX-33632
>> >
>> >
>> >
>> >
>> > *
>> > Regards,
>> > S. Jagan  Langa* *|* *Team Lead*
>> > *Sybrant Technologies Pvt Ltd*
>> > *--------------------------------
>> > *
>> > Mobile: +91 98430 50897
>> > Skype: seesamjagan
>> >
>> --------------------------------------------------------------------------------------------------
>> >
>> > In The Media:
>> >
>> http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm
>> > **
>> >
>> > * *
>> >
>> > *About Sybrant:*
>> >
>> > *“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in
>> > India too, leverage Sybrant’s expertise for their Web & UIUX needs. We
>> are
>> > recognized for working with our clients right from the product
>> > conceptualization till the execution stage offering end-to-end solutions
>> > that sets us apart from other firms in this space. Right from developing
>> a
>> > learning management system for a French company to helping a Non-Profit
>> > with a Mobile application till developing UX for a IT firm, Sybrant is
>> > known for delighting Customers”*
>> >
>> >
>> --------------------------------------------------------------------------------------------------
>> >
>> >
>> > 2013/7/25 Erik de Bruin <er...@ixsoftware.nl>
>> >
>> >> I don't see Alex's vote anywhere yet... In the discuss thread he
>> >> announced was going to check on FLEX-33632. I agree with him that if
>> >> it checks out that it is indeed an issue, it would be a regression
>> >> serious enough to warrant immediate fixing.
>> >>
>> >> Just to be sure, I'll hold the release by changing my vote to:
>> >>
>> >> -1 (binding)
>> >>
>> >> If Alex dismisses FLEX-33632, you may consider my vote changed back to
>> >> the original +1 (binding) - just in case my timezone is sleeping when
>> >> you want to cut the release. If he needs to fix it, we need another RC
>> >> and a new vote :-)
>> >>
>> >> Sorry about this and thanks for your patience,
>> >>
>> >> EdB
>> >>
>> >>
>> >>
>> >> On Thu, Jul 25, 2013 at 9:37 AM, Justin Mclean <
>> justin@classsoftware.com>
>> >> wrote:
>> >> > Hi,
>> >> >
>> >> > 72 hours are just about up - final chance for anyone have any
>> objections
>> >> for this becoming a release.
>> >> >
>> >> > Thanks,
>> >> > Justin
>> >>
>> >>
>> >>
>> >> --
>> >> 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

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Jagan Langa Sami Durai <ja...@sybrant.com>.
Hi,

Following is the ANT script snippet used to build my app. I have marked the
locale = "" because we tend to load them at run time. since our application
support multi-language and the language is decided at the time user log's
in. red color highlights might give you guys a clue to corner the issue.

<mxmlc* locale="" *
file="${ROOT}/src/@{app}.mxml"
output="@{dest}/@{app}.swf"
allow-source-path-overlap="true"
link-report="@{dest}/${LINK_REPORT_XML}"
*static-rsls="false" *
optimize="true"
services="@{services}"
incremental="false" fork="true">

 And This is how we set the locale to the SWF in the html wrapper

 flashvars.localeChain = "en_US";
 flashvars.resourceModuleURLs = "locale/en_US/strings.swf";

*
Regards,
S. Jagan  Langa* *|* *Team Lead*
*Sybrant Technologies Pvt Ltd*
*--------------------------------
*
Mobile: +91 98430 50897
Skype: seesamjagan
--------------------------------------------------------------------------------------------------

In The Media:
http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm
**

* *

*About Sybrant:*

*“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in
India too, leverage Sybrant’s expertise for their Web & UIUX needs. We are
recognized for working with our clients right from the product
conceptualization till the execution stage offering end-to-end solutions
that sets us apart from other firms in this space. Right from developing a
learning management system for a French company to helping a Non-Profit
with a Mobile application till developing UX for a IT firm, Sybrant is
known for delighting Customers”*

--------------------------------------------------------------------------------------------------


2013/7/25 Erik de Bruin <er...@ixsoftware.nl>

> Yes, Alex is looking into it... He left a comment on the JIRA ticket
> asking for a test case and the compiler settings used. Can you provide
> that, please?
>
> EdB
>
>
>
> On Thu, Jul 25, 2013 at 10:19 AM, Jagan Langa Sami Durai
> <ja...@sybrant.com> wrote:
> > Hi
> >
> >
> > Any plan to fix this issue [1] in this release?
> >
> >
> > [1] https://issues.apache.org/jira/browse/FLEX-33632
> >
> >
> >
> >
> > *
> > Regards,
> > S. Jagan  Langa* *|* *Team Lead*
> > *Sybrant Technologies Pvt Ltd*
> > *--------------------------------
> > *
> > Mobile: +91 98430 50897
> > Skype: seesamjagan
> >
> --------------------------------------------------------------------------------------------------
> >
> > In The Media:
> >
> http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm
> > **
> >
> > * *
> >
> > *About Sybrant:*
> >
> > *“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in
> > India too, leverage Sybrant’s expertise for their Web & UIUX needs. We
> are
> > recognized for working with our clients right from the product
> > conceptualization till the execution stage offering end-to-end solutions
> > that sets us apart from other firms in this space. Right from developing
> a
> > learning management system for a French company to helping a Non-Profit
> > with a Mobile application till developing UX for a IT firm, Sybrant is
> > known for delighting Customers”*
> >
> >
> --------------------------------------------------------------------------------------------------
> >
> >
> > 2013/7/25 Erik de Bruin <er...@ixsoftware.nl>
> >
> >> I don't see Alex's vote anywhere yet... In the discuss thread he
> >> announced was going to check on FLEX-33632. I agree with him that if
> >> it checks out that it is indeed an issue, it would be a regression
> >> serious enough to warrant immediate fixing.
> >>
> >> Just to be sure, I'll hold the release by changing my vote to:
> >>
> >> -1 (binding)
> >>
> >> If Alex dismisses FLEX-33632, you may consider my vote changed back to
> >> the original +1 (binding) - just in case my timezone is sleeping when
> >> you want to cut the release. If he needs to fix it, we need another RC
> >> and a new vote :-)
> >>
> >> Sorry about this and thanks for your patience,
> >>
> >> EdB
> >>
> >>
> >>
> >> On Thu, Jul 25, 2013 at 9:37 AM, Justin Mclean <
> justin@classsoftware.com>
> >> wrote:
> >> > Hi,
> >> >
> >> > 72 hours are just about up - final chance for anyone have any
> objections
> >> for this becoming a release.
> >> >
> >> > Thanks,
> >> > Justin
> >>
> >>
> >>
> >> --
> >> 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: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Yes, Alex is looking into it... He left a comment on the JIRA ticket
asking for a test case and the compiler settings used. Can you provide
that, please?

EdB



On Thu, Jul 25, 2013 at 10:19 AM, Jagan Langa Sami Durai
<ja...@sybrant.com> wrote:
> Hi
>
>
> Any plan to fix this issue [1] in this release?
>
>
> [1] https://issues.apache.org/jira/browse/FLEX-33632
>
>
>
>
> *
> Regards,
> S. Jagan  Langa* *|* *Team Lead*
> *Sybrant Technologies Pvt Ltd*
> *--------------------------------
> *
> Mobile: +91 98430 50897
> Skype: seesamjagan
> --------------------------------------------------------------------------------------------------
>
> In The Media:
> http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm
> **
>
> * *
>
> *About Sybrant:*
>
> *“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in
> India too, leverage Sybrant’s expertise for their Web & UIUX needs. We are
> recognized for working with our clients right from the product
> conceptualization till the execution stage offering end-to-end solutions
> that sets us apart from other firms in this space. Right from developing a
> learning management system for a French company to helping a Non-Profit
> with a Mobile application till developing UX for a IT firm, Sybrant is
> known for delighting Customers”*
>
> --------------------------------------------------------------------------------------------------
>
>
> 2013/7/25 Erik de Bruin <er...@ixsoftware.nl>
>
>> I don't see Alex's vote anywhere yet... In the discuss thread he
>> announced was going to check on FLEX-33632. I agree with him that if
>> it checks out that it is indeed an issue, it would be a regression
>> serious enough to warrant immediate fixing.
>>
>> Just to be sure, I'll hold the release by changing my vote to:
>>
>> -1 (binding)
>>
>> If Alex dismisses FLEX-33632, you may consider my vote changed back to
>> the original +1 (binding) - just in case my timezone is sleeping when
>> you want to cut the release. If he needs to fix it, we need another RC
>> and a new vote :-)
>>
>> Sorry about this and thanks for your patience,
>>
>> EdB
>>
>>
>>
>> On Thu, Jul 25, 2013 at 9:37 AM, Justin Mclean <ju...@classsoftware.com>
>> wrote:
>> > Hi,
>> >
>> > 72 hours are just about up - final chance for anyone have any objections
>> for this becoming a release.
>> >
>> > Thanks,
>> > Justin
>>
>>
>>
>> --
>> 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: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Jagan Langa Sami Durai <ja...@sybrant.com>.
Hi


Any plan to fix this issue [1] in this release?


[1] https://issues.apache.org/jira/browse/FLEX-33632




*
Regards,
S. Jagan  Langa* *|* *Team Lead*
*Sybrant Technologies Pvt Ltd*
*--------------------------------
*
Mobile: +91 98430 50897
Skype: seesamjagan
--------------------------------------------------------------------------------------------------

In The Media:
http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm
**

* *

*About Sybrant:*

*“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in
India too, leverage Sybrant’s expertise for their Web & UIUX needs. We are
recognized for working with our clients right from the product
conceptualization till the execution stage offering end-to-end solutions
that sets us apart from other firms in this space. Right from developing a
learning management system for a French company to helping a Non-Profit
with a Mobile application till developing UX for a IT firm, Sybrant is
known for delighting Customers”*

--------------------------------------------------------------------------------------------------


2013/7/25 Erik de Bruin <er...@ixsoftware.nl>

> I don't see Alex's vote anywhere yet... In the discuss thread he
> announced was going to check on FLEX-33632. I agree with him that if
> it checks out that it is indeed an issue, it would be a regression
> serious enough to warrant immediate fixing.
>
> Just to be sure, I'll hold the release by changing my vote to:
>
> -1 (binding)
>
> If Alex dismisses FLEX-33632, you may consider my vote changed back to
> the original +1 (binding) - just in case my timezone is sleeping when
> you want to cut the release. If he needs to fix it, we need another RC
> and a new vote :-)
>
> Sorry about this and thanks for your patience,
>
> EdB
>
>
>
> On Thu, Jul 25, 2013 at 9:37 AM, Justin Mclean <ju...@classsoftware.com>
> wrote:
> > Hi,
> >
> > 72 hours are just about up - final chance for anyone have any objections
> for this becoming a release.
> >
> > Thanks,
> > Justin
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Erik de Bruin <er...@ixsoftware.nl>.
And wow!

You called it a minute before my email. I guess officially we have a
release now. So a possible fix for the RSL thing goes into an point
update, if it checks out to be a regression?

EdB



On Thu, Jul 25, 2013 at 10:13 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
> I don't see Alex's vote anywhere yet... In the discuss thread he
> announced was going to check on FLEX-33632. I agree with him that if
> it checks out that it is indeed an issue, it would be a regression
> serious enough to warrant immediate fixing.
>
> Just to be sure, I'll hold the release by changing my vote to:
>
> -1 (binding)
>
> If Alex dismisses FLEX-33632, you may consider my vote changed back to
> the original +1 (binding) - just in case my timezone is sleeping when
> you want to cut the release. If he needs to fix it, we need another RC
> and a new vote :-)
>
> Sorry about this and thanks for your patience,
>
> EdB
>
>
>
> On Thu, Jul 25, 2013 at 9:37 AM, Justin Mclean <ju...@classsoftware.com> wrote:
>> Hi,
>>
>> 72 hours are just about up - final chance for anyone have any objections for this becoming a release.
>>
>> Thanks,
>> Justin
>
>
>
> --
> 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: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Erik de Bruin <er...@ixsoftware.nl>.
I don't see Alex's vote anywhere yet... In the discuss thread he
announced was going to check on FLEX-33632. I agree with him that if
it checks out that it is indeed an issue, it would be a regression
serious enough to warrant immediate fixing.

Just to be sure, I'll hold the release by changing my vote to:

-1 (binding)

If Alex dismisses FLEX-33632, you may consider my vote changed back to
the original +1 (binding) - just in case my timezone is sleeping when
you want to cut the release. If he needs to fix it, we need another RC
and a new vote :-)

Sorry about this and thanks for your patience,

EdB



On Thu, Jul 25, 2013 at 9:37 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> Hi,
>
> 72 hours are just about up - final chance for anyone have any objections for this becoming a release.
>
> Thanks,
> Justin



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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

[RESULT] [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Binding votes:
+1 Erik de Bruin
+1 Justin Mclean
+1 Cyrill Zadra
+1 Nicholas Kwiatkowski

Non binding votes:
+1 Carlos Rovira
+1 Jose Barragan
+1 Swen van Zanten
+1 Mark Kessler

There were no +0 or -1 votes and a total of 8 +1 votes, 4 of which were binding.

So baring any major issues this will be the official 4.10 Apache Flex release.

Thanks to everyone who tried out the release candidates and to those who voted.

Justin

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

72 hours are just about up - final chance for anyone have any objections for this becoming a release.

Thanks,
Justin

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Mark Kessler <ke...@gmail.com>.
Doh I would have tried it with 3.8 instead of 3.7 for that last test of the
rc3 sdk... lol

-Mark


On Wed, Jul 24, 2013 at 12:00 PM, Dasa Paddock <dp...@esri.com> wrote:

> AIR 3.8 is now available at:
> http://adobe.com/go/air_sdk/
>
> --Dasa
>
> On Jul 24, 2013, at 5:00 AM, Nicholas Kwiatkowski <ni...@spoon.as>
> wrote:
>
> > +1  (binding)
> >
> > Windows 7, x64,  JDK 1.7, FP 11.7
> >
> > MD5 and ASC check fine.
> > Compiles fine (from source)
> > Checkin-tests pass
> > Mustellella (full) tests pass
> > Simple mobile apps compile, check fine
> > Complex mobile apps compile, look good
> > Web apps compile as expected.
> >
> > WARNING:   makeApacheFlexForIDE.bat includes the 3.8 AIR SDK download
> > location, which is still throwing a 404.  This file had to be touched by
> > hand in order for the make script to work.
> >
> > Apps compile well with IntelliJ 11.3, 12.0 and 12.1.4
> > I didn't get a chance to review the README with a fine-tooth comb.  I
> hope
> > to do that this afternoon if I get out of work before 9pm, but if not
> I'll
> > assume it was reviewed by others.
> >
> >
> > -Nick
> >
> >
> >
> > On Tue, Jul 23, 2013 at 3:45 AM, Justin Mclean <justin@classsoftware.com
> >wrote:
> >
> >> Hi,
> >>
> >> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the
> >> RELEASE_NOTES and the README.
> >>
> >> There are only a few minor differences from RC2 including a minor change
> >> to the AIR config files (air home path) , minor changes to README and
> >> RELEASE_NOTES, and a couple of very minor build script changes. There
> have
> >> been no SDK code changes.
> >>
> >> The release candidate can be found here;
> >> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
> >>
> >> Before voting please review the section,"What are the ASF requirements
> on
> >> approving a release?", at:
> >> http://www.apache.org/dev/release.html#approving-a-release
> >>
> >> When testing please check the md5 and asc files and make sure that the
> >> source can be compiled.
> >>
> >> Please vote to approve this release:
> >> +1 Approve the release
> >> -1 Veto the release (please provide specific comments to why)
> >>
> >> This vote will be open for at least 72 hours or as long as needed.
> >>
> >> The vote passes if there is:
> >> - At least 3 +1 votes from the PMC
> >> - More positive votes than negative votes
> >>
> >> People who are not in PMC or who are not an committer are also
> encouraged
> >> to test out the release and vote, although their votes will not be
> binding.
> >>
> >> When voting please indicate what OS, IDE, Flash Player version and AIR
> >> version you tested the SDK with.
> >>
> >> Please put all discussion about this release in the DISCUSSION thread
> not
> >> this VOTE thread.
> >>
> >> Thanks,
> >> Justin
>
>

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Wed, Jul 24, 2013 at 9:00 AM, Dasa Paddock <dp...@esri.com> wrote:

> AIR 3.8 is now available at:
> http://adobe.com/go/air_sdk/
>
> --Dasa
>

Dasa, thanks for the heads up.  I have updated the installer config to
point to the release version of AIR 3.8 instead of the labs version.

Thanks,
Om


>
> On Jul 24, 2013, at 5:00 AM, Nicholas Kwiatkowski <ni...@spoon.as>
> wrote:
>
> > +1  (binding)
> >
> > Windows 7, x64,  JDK 1.7, FP 11.7
> >
> > MD5 and ASC check fine.
> > Compiles fine (from source)
> > Checkin-tests pass
> > Mustellella (full) tests pass
> > Simple mobile apps compile, check fine
> > Complex mobile apps compile, look good
> > Web apps compile as expected.
> >
> > WARNING:   makeApacheFlexForIDE.bat includes the 3.8 AIR SDK download
> > location, which is still throwing a 404.  This file had to be touched by
> > hand in order for the make script to work.
> >
> > Apps compile well with IntelliJ 11.3, 12.0 and 12.1.4
> > I didn't get a chance to review the README with a fine-tooth comb.  I
> hope
> > to do that this afternoon if I get out of work before 9pm, but if not
> I'll
> > assume it was reviewed by others.
> >
> >
> > -Nick
> >
> >
> >
> > On Tue, Jul 23, 2013 at 3:45 AM, Justin Mclean <justin@classsoftware.com
> >wrote:
> >
> >> Hi,
> >>
> >> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the
> >> RELEASE_NOTES and the README.
> >>
> >> There are only a few minor differences from RC2 including a minor change
> >> to the AIR config files (air home path) , minor changes to README and
> >> RELEASE_NOTES, and a couple of very minor build script changes. There
> have
> >> been no SDK code changes.
> >>
> >> The release candidate can be found here;
> >> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
> >>
> >> Before voting please review the section,"What are the ASF requirements
> on
> >> approving a release?", at:
> >> http://www.apache.org/dev/release.html#approving-a-release
> >>
> >> When testing please check the md5 and asc files and make sure that the
> >> source can be compiled.
> >>
> >> Please vote to approve this release:
> >> +1 Approve the release
> >> -1 Veto the release (please provide specific comments to why)
> >>
> >> This vote will be open for at least 72 hours or as long as needed.
> >>
> >> The vote passes if there is:
> >> - At least 3 +1 votes from the PMC
> >> - More positive votes than negative votes
> >>
> >> People who are not in PMC or who are not an committer are also
> encouraged
> >> to test out the release and vote, although their votes will not be
> binding.
> >>
> >> When voting please indicate what OS, IDE, Flash Player version and AIR
> >> version you tested the SDK with.
> >>
> >> Please put all discussion about this release in the DISCUSSION thread
> not
> >> this VOTE thread.
> >>
> >> Thanks,
> >> Justin
>
>

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Dasa Paddock <dp...@esri.com>.
AIR 3.8 is now available at:
http://adobe.com/go/air_sdk/

--Dasa

On Jul 24, 2013, at 5:00 AM, Nicholas Kwiatkowski <ni...@spoon.as> wrote:

> +1  (binding)
> 
> Windows 7, x64,  JDK 1.7, FP 11.7
> 
> MD5 and ASC check fine.
> Compiles fine (from source)
> Checkin-tests pass
> Mustellella (full) tests pass
> Simple mobile apps compile, check fine
> Complex mobile apps compile, look good
> Web apps compile as expected.
> 
> WARNING:   makeApacheFlexForIDE.bat includes the 3.8 AIR SDK download
> location, which is still throwing a 404.  This file had to be touched by
> hand in order for the make script to work.
> 
> Apps compile well with IntelliJ 11.3, 12.0 and 12.1.4
> I didn't get a chance to review the README with a fine-tooth comb.  I hope
> to do that this afternoon if I get out of work before 9pm, but if not I'll
> assume it was reviewed by others.
> 
> 
> -Nick
> 
> 
> 
> On Tue, Jul 23, 2013 at 3:45 AM, Justin Mclean <ju...@classsoftware.com>wrote:
> 
>> Hi,
>> 
>> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the
>> RELEASE_NOTES and the README.
>> 
>> There are only a few minor differences from RC2 including a minor change
>> to the AIR config files (air home path) , minor changes to README and
>> RELEASE_NOTES, and a couple of very minor build script changes. There have
>> been no SDK code changes.
>> 
>> The release candidate can be found here;
>> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
>> 
>> Before voting please review the section,"What are the ASF requirements on
>> approving a release?", at:
>> http://www.apache.org/dev/release.html#approving-a-release
>> 
>> When testing please check the md5 and asc files and make sure that the
>> source can be compiled.
>> 
>> Please vote to approve this release:
>> +1 Approve the release
>> -1 Veto the release (please provide specific comments to why)
>> 
>> This vote will be open for at least 72 hours or as long as needed.
>> 
>> The vote passes if there is:
>> - At least 3 +1 votes from the PMC
>> - More positive votes than negative votes
>> 
>> People who are not in PMC or who are not an committer are also encouraged
>> to test out the release and vote, although their votes will not be binding.
>> 
>> When voting please indicate what OS, IDE, Flash Player version and AIR
>> version you tested the SDK with.
>> 
>> Please put all discussion about this release in the DISCUSSION thread not
>> this VOTE thread.
>> 
>> Thanks,
>> Justin


Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Nicholas Kwiatkowski <ni...@spoon.as>.
+1  (binding)

Windows 7, x64,  JDK 1.7, FP 11.7

MD5 and ASC check fine.
Compiles fine (from source)
Checkin-tests pass
Mustellella (full) tests pass
Simple mobile apps compile, check fine
Complex mobile apps compile, look good
Web apps compile as expected.

WARNING:   makeApacheFlexForIDE.bat includes the 3.8 AIR SDK download
location, which is still throwing a 404.  This file had to be touched by
hand in order for the make script to work.

Apps compile well with IntelliJ 11.3, 12.0 and 12.1.4
I didn't get a chance to review the README with a fine-tooth comb.  I hope
to do that this afternoon if I get out of work before 9pm, but if not I'll
assume it was reviewed by others.


-Nick



On Tue, Jul 23, 2013 at 3:45 AM, Justin Mclean <ju...@classsoftware.com>wrote:

> Hi,
>
> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the
> RELEASE_NOTES and the README.
>
> There are only a few minor differences from RC2 including a minor change
> to the AIR config files (air home path) , minor changes to README and
> RELEASE_NOTES, and a couple of very minor build script changes. There have
> been no SDK code changes.
>
> The release candidate can be found here;
> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
>
> Before voting please review the section,"What are the ASF requirements on
> approving a release?", at:
> http://www.apache.org/dev/release.html#approving-a-release
>
> When testing please check the md5 and asc files and make sure that the
> source can be compiled.
>
> Please vote to approve this release:
> +1 Approve the release
> -1 Veto the release (please provide specific comments to why)
>
> This vote will be open for at least 72 hours or as long as needed.
>
> The vote passes if there is:
> - At least 3 +1 votes from the PMC
> - More positive votes than negative votes
>
> People who are not in PMC or who are not an committer are also encouraged
> to test out the release and vote, although their votes will not be binding.
>
> When voting please indicate what OS, IDE, Flash Player version and AIR
> version you tested the SDK with.
>
> Please put all discussion about this release in the DISCUSSION thread not
> this VOTE thread.
>
> Thanks,
> Justin

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Carlos Rovira <ca...@codeoscopic.com>.
Thanks Justin, but I think I already vote 2 times...

2013/7/23 Justin Mclean <ju...@classsoftware.com>

> [on behalf of Carlos due to gmail issues]
>
> +1
>
> on Mac 10.8.4
>
> * build release branch 4.10
> * construct for ide
> * test on some projects in intellij
>
> all ok
>
> Carlos
>



-- 
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: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Justin Mclean <ju...@classsoftware.com>.
[on behalf of Carlos due to gmail issues]

+1

on Mac 10.8.4

* build release branch 4.10
* construct for ide
* test on some projects in intellij

all ok

Carlos

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

+1 binding

All good for me.
1. Rat report shows no issues
2. MD5 correct
3. ASC correct
4. Source release compiles
5. Can import SDK into FlashBuilder
6. Mustella tests currently pass (not personally run on this RC but CI shows no issues)
7. Browser application compile and worked
8. Desktop application compiled and worked
9. Mobile application compile and worked

And having advanced telemetry support working out of the box in nice! Tested on OSX 10.7.5 and FlashBuilder.

Thanks,
Justin

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Erik de Bruin <er...@ixsoftware.nl>.
+1 (binding)

- MD5 and signature match
- on OSX 10.8.4:
    - source builds and passes checkintests
    - the Installer fetches SDK, builds (11.7 and 3.7) and resulting
SDK compiles various project nicely
- this is an awesome release and a milestone for the Apache Flex project!

EdB



On Tue, Jul 23, 2013 at 9:45 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> Hi,
>
> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the RELEASE_NOTES and the README.
>
> There are only a few minor differences from RC2 including a minor change to the AIR config files (air home path) , minor changes to README and RELEASE_NOTES, and a couple of very minor build script changes. There have been no SDK code changes.
>
> The release candidate can be found here;
> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
>
> Before voting please review the section,"What are the ASF requirements on approving a release?", at:
> http://www.apache.org/dev/release.html#approving-a-release
>
> When testing please check the md5 and asc files and make sure that the source can be compiled.
>
> Please vote to approve this release:
> +1 Approve the release
> -1 Veto the release (please provide specific comments to why)
>
> This vote will be open for at least 72 hours or as long as needed.
>
> The vote passes if there is:
> - At least 3 +1 votes from the PMC
> - More positive votes than negative votes
>
> People who are not in PMC or who are not an committer are also encouraged to test out the release and vote, although their votes will not be binding.
>
> When voting please indicate what OS, IDE, Flash Player version and AIR version you tested the SDK with.
>
> Please put all discussion about this release in the DISCUSSION thread not this VOTE thread.
>
> Thanks,
> Justin



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Tom Chiverton <tc...@extravision.com>.
On 24/07/2013 09:26, Flex Hdsign wrote:
> - old web app compiled after some little fixes succesfully
Might be useful to start a migration notes section on the Wiki or 
something ?

Tom

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Swen,

Can you please 'abstract' your 'other thing' down to a minimal example
and attach it to a JIRA ticket describing the issue. If it indeed
turns out to be caused by the new SDK, we may have a show stopper on
our hands...

For future reference, issues like your 'other thing' are best reported
on the dev@ list, not users@

Thanks,

EdB



On Wed, Jul 24, 2013 at 10:26 AM, Flex Hdsign <fl...@hdsign.nl> wrote:
> He,
>
> +1 binding
>
> - installer rc3
> - 11.7/ 3.7
> - new web app compiled succesfully
> - new mobile app compiled succesfully
> - old web app compiled after some little fixes succesfully
> - Mac osx 10.8.4
>
> The little fixes were the datagrid skin which was a little different form The new one.
>
> And the other thing was this: http://mail-archives.apache.org/mod_mbox/flex-users/201307.mbox/%3c3D05EBC9-1575-4D10-BE2A-CB918BD68A2E@hdsign.nl%3e
>
> Regards,
>
> Swen van zanten
> Compuniek Bedrijfsautomatisering
>
> Verstuurd vanaf mijn iPhone
>
> Op 23 jul. 2013 om 09:45 heeft Justin Mclean <ju...@classsoftware.com> het volgende geschreven:
>
>> Hi,
>>
>> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the RELEASE_NOTES and the README.
>>
>> There are only a few minor differences from RC2 including a minor change to the AIR config files (air home path) , minor changes to README and RELEASE_NOTES, and a couple of very minor build script changes. There have been no SDK code changes.
>>
>> The release candidate can be found here;
>> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
>>
>> Before voting please review the section,"What are the ASF requirements on approving a release?", at:
>> http://www.apache.org/dev/release.html#approving-a-release
>>
>> When testing please check the md5 and asc files and make sure that the source can be compiled.
>>
>> Please vote to approve this release:
>> +1 Approve the release
>> -1 Veto the release (please provide specific comments to why)
>>
>> This vote will be open for at least 72 hours or as long as needed.
>>
>> The vote passes if there is:
>> - At least 3 +1 votes from the PMC
>> - More positive votes than negative votes
>>
>> People who are not in PMC or who are not an committer are also encouraged to test out the release and vote, although their votes will not be binding.
>>
>> When voting please indicate what OS, IDE, Flash Player version and AIR version you tested the SDK with.
>>
>> Please put all discussion about this release in the DISCUSSION thread not this VOTE thread.
>>
>> Thanks,
>> Justin



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Flex Hdsign <fl...@hdsign.nl>.
He,

+1 binding

- installer rc3
- 11.7/ 3.7
- new web app compiled succesfully
- new mobile app compiled succesfully
- old web app compiled after some little fixes succesfully
- Mac osx 10.8.4

The little fixes were the datagrid skin which was a little different form The new one.

And the other thing was this: http://mail-archives.apache.org/mod_mbox/flex-users/201307.mbox/%3c3D05EBC9-1575-4D10-BE2A-CB918BD68A2E@hdsign.nl%3e

Regards,

Swen van zanten
Compuniek Bedrijfsautomatisering 

Verstuurd vanaf mijn iPhone

Op 23 jul. 2013 om 09:45 heeft Justin Mclean <ju...@classsoftware.com> het volgende geschreven:

> Hi,
> 
> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the RELEASE_NOTES and the README.
> 
> There are only a few minor differences from RC2 including a minor change to the AIR config files (air home path) , minor changes to README and RELEASE_NOTES, and a couple of very minor build script changes. There have been no SDK code changes.
> 
> The release candidate can be found here;
> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
> 
> Before voting please review the section,"What are the ASF requirements on approving a release?", at:
> http://www.apache.org/dev/release.html#approving-a-release
> 
> When testing please check the md5 and asc files and make sure that the source can be compiled.
> 
> Please vote to approve this release:
> +1 Approve the release
> -1 Veto the release (please provide specific comments to why)
> 
> This vote will be open for at least 72 hours or as long as needed.
> 
> The vote passes if there is:
> - At least 3 +1 votes from the PMC
> - More positive votes than negative votes
> 
> People who are not in PMC or who are not an committer are also encouraged to test out the release and vote, although their votes will not be binding.
> 
> When voting please indicate what OS, IDE, Flash Player version and AIR version you tested the SDK with. 
> 
> Please put all discussion about this release in the DISCUSSION thread not this VOTE thread.
> 
> Thanks,
> Justin

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Jose Barragan <jo...@codeoscopic.com>.
+1 

tested in Mac OSX 10.8.4 building from scratch and applied to some local projects. All is working smoothly :)

--
Jose Barragan
Software Architect
Codeoscopic
+34 912 94 80 80
http://www.codeoscopic.com

On Jul 24, 2013, at 7:15 AM, Cyrill Zadra <cy...@gmail.com> wrote:

> Hi
> 
> +1 binding
> 
> Finally had a moment to test a few things.
> 
> Testing on Windows 7, Flash Player 11.7 and AIR 11.7
> 
> * installed sdk rc3 through installer
> * imported sdk in flash builder 4.7
> * compiled and tested successfully a small mobile project
> * compiled and tested successfully a small web project
> * compiled flexunit successfully with sdk rc3
> * all flexunit tests run successfully with sdk rc3
> 
> Cyrill
> 
> On Tue, Jul 23, 2013 at 3:45 PM, Justin Mclean <ju...@classsoftware.com> wrote:
>> Hi,
>> 
>> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the RELEASE_NOTES and the README.
>> 
>> There are only a few minor differences from RC2 including a minor change to the AIR config files (air home path) , minor changes to README and RELEASE_NOTES, and a couple of very minor build script changes. There have been no SDK code changes.
>> 
>> The release candidate can be found here;
>> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
>> 
>> Before voting please review the section,"What are the ASF requirements on approving a release?", at:
>> http://www.apache.org/dev/release.html#approving-a-release
>> 
>> When testing please check the md5 and asc files and make sure that the source can be compiled.
>> 
>> Please vote to approve this release:
>> +1 Approve the release
>> -1 Veto the release (please provide specific comments to why)
>> 
>> This vote will be open for at least 72 hours or as long as needed.
>> 
>> The vote passes if there is:
>> - At least 3 +1 votes from the PMC
>> - More positive votes than negative votes
>> 
>> People who are not in PMC or who are not an committer are also encouraged to test out the release and vote, although their votes will not be binding.
>> 
>> When voting please indicate what OS, IDE, Flash Player version and AIR version you tested the SDK with.
>> 
>> Please put all discussion about this release in the DISCUSSION thread not this VOTE thread.
>> 
>> Thanks,
>> Justin


Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Cyrill Zadra <cy...@gmail.com>.
Hi

+1 binding

Finally had a moment to test a few things.

Testing on Windows 7, Flash Player 11.7 and AIR 11.7

* installed sdk rc3 through installer
* imported sdk in flash builder 4.7
* compiled and tested successfully a small mobile project
* compiled and tested successfully a small web project
* compiled flexunit successfully with sdk rc3
* all flexunit tests run successfully with sdk rc3

Cyrill

On Tue, Jul 23, 2013 at 3:45 PM, Justin Mclean <ju...@classsoftware.com> wrote:
> Hi,
>
> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the RELEASE_NOTES and the README.
>
> There are only a few minor differences from RC2 including a minor change to the AIR config files (air home path) , minor changes to README and RELEASE_NOTES, and a couple of very minor build script changes. There have been no SDK code changes.
>
> The release candidate can be found here;
> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
>
> Before voting please review the section,"What are the ASF requirements on approving a release?", at:
> http://www.apache.org/dev/release.html#approving-a-release
>
> When testing please check the md5 and asc files and make sure that the source can be compiled.
>
> Please vote to approve this release:
> +1 Approve the release
> -1 Veto the release (please provide specific comments to why)
>
> This vote will be open for at least 72 hours or as long as needed.
>
> The vote passes if there is:
> - At least 3 +1 votes from the PMC
> - More positive votes than negative votes
>
> People who are not in PMC or who are not an committer are also encouraged to test out the release and vote, although their votes will not be binding.
>
> When voting please indicate what OS, IDE, Flash Player version and AIR version you tested the SDK with.
>
> Please put all discussion about this release in the DISCUSSION thread not this VOTE thread.
>
> Thanks,
> Justin

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

Posted by Mark Kessler <ke...@gmail.com>.
+1

OS: Windows 7
IDE: FlashDevelop (just to be different)
FP: 11.8
Air: 3.7

Successfully compiled sdk
successfully compiled test applications.

-Mark


On Tue, Jul 23, 2013 at 3:45 AM, Justin Mclean <ju...@classsoftware.com>wrote:

> Hi,
>
> This is a  Apache Flex 4.10.0 Release Candidate 3. Please see the
> RELEASE_NOTES and the README.
>
> There are only a few minor differences from RC2 including a minor change
> to the AIR config files (air home path) , minor changes to README and
> RELEASE_NOTES, and a couple of very minor build script changes. There have
> been no SDK code changes.
>
> The release candidate can be found here;
> https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/
>
> Before voting please review the section,"What are the ASF requirements on
> approving a release?", at:
> http://www.apache.org/dev/release.html#approving-a-release
>
> When testing please check the md5 and asc files and make sure that the
> source can be compiled.
>
> Please vote to approve this release:
> +1 Approve the release
> -1 Veto the release (please provide specific comments to why)
>
> This vote will be open for at least 72 hours or as long as needed.
>
> The vote passes if there is:
> - At least 3 +1 votes from the PMC
> - More positive votes than negative votes
>
> People who are not in PMC or who are not an committer are also encouraged
> to test out the release and vote, although their votes will not be binding.
>
> When voting please indicate what OS, IDE, Flash Player version and AIR
> version you tested the SDK with.
>
> Please put all discussion about this release in the DISCUSSION thread not
> this VOTE thread.
>
> Thanks,
> Justin