Re: [DRAFT] Installer 3.0 Announcement

2014-05-03 Thread OmPrakash Muppirala
I will try to find some time during the weekend to fix the badge. Thanks, Om On May 2, 2014 11:31 PM, "Alex Harui" wrote: > I"m done for tonight. Feel free to push the website if it is ready. > > -Alex > > On 5/2/14 11:27 PM, "Alex Harui" wrote: > > >I updated the installer page on the web-sit

Re: Ideas for Installer 3.0.1 (was Re: [DRAFT] Installer 3.0 Announcement)

2014-05-03 Thread Justin Mclean
Hi, > For me, I don't have to do anything special on Windows to run the > installer, probably because I have admin rights. I assume we can read the permissions on the directory chosen and warn the user if it's not writable and ask them to select another? > I wonder if the total time to > get the

Update to BlazeDS to make Testsuite pass

2014-05-03 Thread Christofer Dutz
Hi, Well I spent quite some time on the BlazeDS build and would say that I finally setup everything so we should have a valid no-deps build. There were still a small set of problems in the ANT build that caused problems when initially building BlazeDS. Alex did fix most of the other problems t

Re: Unit tests in TLF

2014-05-03 Thread piotrz
I have managed to build unit tests applications for TLF using ant. The result of this build is Flex application witch we could manually launch in the browser and start unit tests. I think this is not what we are looking for yes ? How should it work? Similar to mustella tests ? 1) built of TLF s

Re: [ANNOUNCE] Apache Flex 4.12.1 released

2014-05-03 Thread Nicholas Kwiatkowski
Posted on blog and website updated to reflect this release. On Sat, May 3, 2014 at 1:39 AM, Alex Harui wrote: > The Apache Flex community is pleased to announce the release of Apache > Flex 4.12.1 > > Apache Flex is a highly productive, open source application framework for > building and maint

Re: [ANNOUNCE] Apache Flex 4.12.1 released

2014-05-03 Thread piotrz
Hi, I will spread the word in Poland.. :) Thanks guys! Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ANNOUNCE-Apache-Flex-4-12-1-released-tp37444p37452.html Sent from the Apache Flex Developmen

Re: Ideas for Installer 3.0.1 (was Re: [DRAFT] Installer 3.0 Announcement)

2014-05-03 Thread Nicholas Kwiatkowski
My only worry about putting the XML file on DIST is that it does break the realm of trust (some nefarious mirror could modify this file to download a modified version of the SDK). I'm assuming that we hard-coded the CRC checks to go back to apache.org to validate the downloads, which still means t

Re: Unit tests in TLF

2014-05-03 Thread Alex Harui
If you can launch the test automatically, that would be best, IMO. -Alex On 5/3/14 5:20 AM, "piotrz" wrote: >I have managed to build unit tests applications for TLF using ant. >The result of this build is Flex application witch we could manually >launch >in the browser and start unit tests. >

Re: Update to BlazeDS to make Testsuite pass

2014-05-03 Thread Alex Harui
Sounds reasonable to me. On 5/3/14 4:54 AM, "Christofer Dutz" wrote: >Hi, > >Well I spent quite some time on the BlazeDS build and would say that I >finally setup everything so we should have a valid no-deps build. > >There were still a small set of problems in the ANT build that caused >problem

Re: Ideas for Installer 3.0.1 (was Re: [DRAFT] Installer 3.0 Announcement)

2014-05-03 Thread Alex Harui
On 5/3/14 5:41 AM, "Nicholas Kwiatkowski" wrote: >My only worry about putting the XML file on DIST is that it does break the >realm of trust (some nefarious mirror could modify this file to download a >modified version of the SDK). Good point. And I think I have to go back to a.o to get the mi

Re: Ideas for Installer 3.0.1 (was Re: [DRAFT] Installer 3.0 Announcement)

2014-05-03 Thread Nicholas Kwiatkowski
Most Windows installers will set the "requiresPrivilage" metadata in the .exe, so Windows requires elevated permissions before it launches. I've seen some that wait until they run across something they can't install without permission before they elevate. It's all over the board. I'd be surprised

RE: [FDB] Integration

2014-05-03 Thread Frédéric THOMAS
Hi, I just pushed 2 commits for the issues [1] [2], I would appreciate if someone have time to do more testing, I will add the compiled FDB in few minutes. Thanks, Frédéric THOMAS [1] https://issues.apache.org/jira/browse/FLEX-34295 [2] https://issues.apache.org/jira/browse/FLEX-34296 > From:

RE: [FDB] Integration

2014-05-03 Thread Frédéric THOMAS
Resolved another issue [1], so, the last FDB is there. Frédéric THOMAS [1] https://issues.apache.org/jira/browse/FLEX-34297 > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Sat, 3 May 2014 16:49:30 +0100 > > Hi, > > I just pushed 2 commits for

RE:[ANNOUNCE] Apache Flex 4.12.1 released

2014-05-03 Thread Maurice Amsellem
Thanks Alex of taking care of this release. Maurice De : Alex Harui [aha...@adobe.com] Envoyé : samedi 3 mai 2014 07:39 À : us...@flex.apache.org; dev@flex.apache.org Objet : [ANNOUNCE] Apache Flex 4.12.1 released The Apache Flex community is pleased to

New installer doesn't list AIR/FP 13

2014-05-03 Thread Justin Mclean
Hi, The new installer is listing the beta of AIR/FP not the release versions - that need to be fixed before the announcements goes out. Thanks, Justin

2.7 vs 3.0 Installer differences with Apache Flex 4.12.1

2014-05-03 Thread Justin Mclean
Hi, I just installed via both installer and did a diff: diff ApacheFlex4.12Installer3.0 ApacheFlex4.12installer2.7 Only in ApacheFlex4.12installer2.7: airsdk.xml diff ApacheFlex4.12Installer3.0/flex-sdk-description.xml ApacheFlex4.12installer2.7/flex-sdk-description.xml 21c21 < Apache Flex 4.12.

Re: Unit tests in TLF

2014-05-03 Thread Justin Mclean
Hi, > If you can launch the test automatically, that would be best, IMO. But having test to run is certainly better than the current situation were we can't run the tests. Check in it if it's an improvement over before (which sounds like it is) and if it doesn't break anything else. Thanks, Ju

Re: Update to BlazeDS to make Testsuite pass

2014-05-03 Thread Justin Mclean
Hi, >> The old testsuite seemed to require a BlazeDS server running on the same >> machine The tests don't have to be part of a release, it would be of good know how to set an an environment to run then. >> What I did now was to add a "testsuite" module to the "modules" directory >> and moved

Re: 2.7 vs 3.0 Installer differences with Apache Flex 4.12.1

2014-05-03 Thread Alex Harui
Note that these are all bugs in Apache Flex 4.12.1 installer.xml, not in InstallApacheFlex. On 5/3/14 5:33 PM, "Justin Mclean" wrote: >Hi, > >I just installed via both installer and did a diff: > >diff ApacheFlex4.12Installer3.0 ApacheFlex4.12installer2.7 >Only in ApacheFlex4.12installer2.7: air

Re: Ideas for Installer 3.0.1 (was Re: [DRAFT] Installer 3.0 Announcement)

2014-05-03 Thread Justin Mclean
Hi, Perhaps a silly question but why does the installer need admin permissions? All it doing is downloading and copying files into a directory. Is it the choice of directory that causes the issue? And is not required if people don't try to install in a privileged place? Thanks, Justin

Expanding ADG to particular level

2014-05-03 Thread Oleg Konovalov
Hi, I have AdvancedDataGrid with multi level GroupingCollection2 which shows 1000s of rows. I am using displayItemsExpanded="true". Is there a way not to expand it not all the way up, but to the particular level of grouping, lets say to level 1 programmatically ? So in that case user will

Re: 2.7 vs 3.0 Installer differences with Apache Flex 4.12.1

2014-05-03 Thread Justin Mclean
HI, > Note that these are all bugs in Apache Flex 4.12.1 installer.xml, not in > InstallApacheFlex. Including it not clearing out the in directory? Does that mean we need to release a 4.12.2 (and quickly)? What would need to be done to remove the installer script out of 4.12.1 so that we don't

Re: Ideas for Installer 3.0.1 (was Re: [DRAFT] Installer 3.0 Announcement)

2014-05-03 Thread OmPrakash Muppirala
On May 3, 2014 8:30 PM, "Justin Mclean" wrote: > > Hi, > > Perhaps a silly question but why does the installer need admin permissions? All it doing is downloading and copying files into a directory. > > Is it the choice of directory that causes the issue? And is not required if people don't try to

Re: Ideas for Installer 3.0.1 (was Re: [DRAFT] Installer 3.0 Announcement)

2014-05-03 Thread Justin Mclean
Hi, >> Is it the choice of directory that causes the issue? And is not required > if people don't try to install in a privileged place? > > Yes, that is the case. So the easy solution would be to try and write a file to the selected directory and if it fails ask the user to select another direc

Re: 2.7 vs 3.0 Installer differences with Apache Flex 4.12.1

2014-05-03 Thread Alex Harui
On 5/3/14 8:37 PM, "Justin Mclean" wrote: >HI, > >> Note that these are all bugs in Apache Flex 4.12.1 installer.xml, not in >> InstallApacheFlex. > >Including it not clearing out the in directory? Does that mean we need to >release a 4.12.2 (and quickly)? Why is not removing the in directory a

Re: Ideas for Installer 3.0.1 (was Re: [DRAFT] Installer 3.0 Announcement)

2014-05-03 Thread OmPrakash Muppirala
On May 3, 2014 8:51 PM, "Justin Mclean" wrote: > > Hi, > > >> Is it the choice of directory that causes the issue? And is not required > > if people don't try to install in a privileged place? > > > > Yes, that is the case. > > So the easy solution would be to try and write a file to the selected

Re: [ANNOUNCE] Apache Flex 4.12.1 released

2014-05-03 Thread DarkStone
Congraturations! I've spread the word to China just now. Keep up the great works! DarkStone 2014-05-04 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ANNOUNCE-Apache-Flex-4-12-1-released-tp37444p37473.html Sent from the Apache Flex Development mailing

Re: 2.7 vs 3.0 Installer differences with Apache Flex 4.12.1

2014-05-03 Thread Alex Harui
OK, "ant -f installer.xml" exactly matches against what Installer 3.0 does. I ran the 2.7 and 3.0 installer and actually got a few more differences on OSX. The bin/adt script was missing in 3.0. There was an extensions and sdk folder in templates in the 2.7 install. Does anybody know what the a