Re: FlexJS 100% error rate with installer

2014-10-10 Thread Alex Harui
OK, I changed that setting to UTF8. Let’s see what it does “now”. -Alex On 10/10/14, 11:00 PM, "Paul Hastings" wrote: >On 10/11/2014 5:33 AM, Alex Harui wrote: >> I noticed it too. It��s a new computer and Outlook 2011. I��m >>currently >> unable to stop it. > >encoding error, what you see d

Re: installer script MD5 issue

2014-10-10 Thread Alex Harui
On 10/10/14, 10:07 PM, "Justin Mclean" wrote: >Hi, > >> The installer currently downloads the zip or tar.gz from dist/mirror and >> then downloads the md5 from dist. > >How does that work on linux? You assuming that the install script can't >do a MD5 check and they must do it manually? Well yes

Re: FlexJS 100% error rate with installer

2014-10-10 Thread Paul Hastings
On 10/11/2014 5:33 AM, Alex Harui wrote: I noticed it too. It��s a new computer and Outlook 2011. I��m currently unable to stop it. encoding error, what you see depends on your email client's encoding. i'm seeing 2 mojibake that says "encoding mismatch" quite loudly (my email client encoding

Re: installer script MD5 issue

2014-10-10 Thread Justin Mclean
Hi, > The installer currently downloads the zip or tar.gz from dist/mirror and > then downloads the md5 from dist. How does that work on linux? You assuming that the install script can't do a MD5 check and they must do it manually? > it runs the script, which might choose to checksum any other

Re: installer script MD5 issue

2014-10-10 Thread Alex Harui
The installer currently downloads the zip or tar.gz from dist/mirror and then downloads the md5 from dist. Then, if it is valid and an ant_on_air install, it runs the script, which might choose to checksum any other downloads. The install script does not check itself, after all, if you are able t

installer script MD5 issue

2014-10-10 Thread Justin Mclean
Hi, I just made a simple installer script for Squiggly (checked into develop) and realised we have a bit of an issue with the installer script being in the package. The script downloads squiggly and does an MD5 check, however once you have created the packages you need to update the MD5 value

Re: Build failed in Jenkins: MD5Checker #141

2014-10-10 Thread Alex Harui
This time, something regressed on the published web site. I pushed the right changes and builds 137 through 140 worked, then 141 failed somehow getting old data. -Alex On 10/10/14, 4:43 PM, "OmPrakash Muppirala" wrote: >Doesn't this mean that the system is working? We caught the change in >MD

Re: Build failed in Jenkins: MD5Checker #141

2014-10-10 Thread OmPrakash Muppirala
Doesn't this mean that the system is working? We caught the change in MD5, right? Thanks, Om On Oct 10, 2014 4:31 PM, "Justin Mclean" wrote: > Hi, > > Really think we should disable MD5 check for beta player globals - they > just change too often. > > Justin

Re: Build failed in Jenkins: MD5Checker #141

2014-10-10 Thread Justin Mclean
Hi, Really think we should disable MD5 check for beta player globals - they just change too often. Justin

Re: FlexJS 100% error rate with installer

2014-10-10 Thread Justin Mclean
Hi, > Sorry, I guess I wasn¹t clear. I was wondering what the top 5 was since > the download.sourceforge.net problem started, which I think was October 2. unknown error windows 18 unknown error mac 16 2032 error 10 windowsError 2 GZIP file structure null 1 In both the unknown cases no info=

Re: FlexJS 100% error rate with installer

2014-10-10 Thread Alex Harui
I noticed it too. It’s a new computer and Outlook 2011. I’m currently unable to stop it. On 10/10/14, 3:12 PM, "OmPrakash Muppirala" wrote: >On Oct 10, 2014 2:55 PM, "jude" wrote: >> >> Alex, just an FYI your apostrophes and quotes come through as powers of >>1 >> or 2 or as superscript. So '

Re: FlexJS 100% error rate with installer

2014-10-10 Thread OmPrakash Muppirala
On Oct 10, 2014 2:55 PM, "jude" wrote: > > Alex, just an FYI your apostrophes and quotes come through as powers of 1 > or 2 or as superscript. So ' = 1 and " = 2 but superscript. For example, > instead of he said, "hello world" it is 2hello world2. If you're doing it > on purpose well then I suppo

Re: FlexJS 100% error rate with installer

2014-10-10 Thread jude
Alex, just an FYI your apostrophes and quotes come through as powers of 1 or 2 or as superscript. So ' = 1 and " = 2 but superscript. For example, instead of he said, "hello world" it is 2hello world2. If you're doing it on purpose well then I support your decision. Fight the power :P On Fri, Oct

Re: Public campaign to improve FlashDevelop specificall for Apache Flex

2014-10-10 Thread jude
UPDATE: Just noticed I replied only to dev and not all so replying for those not subscribed to dev mailing list. Original email below: Justin, I agree. It would be great to have this. I think the lack of a free Flex IDE for Mac and Linux is a barrier for new Flex developers. If one were availabl

Re: output method in installer

2014-10-10 Thread Alex Harui
On 10/10/14, 1:17 PM, "Justin Mclean" wrote: >Hi, > >Just something I noticed while fixing something else - looks a little >broken to me. IIRC, there might be an issue with errors before the first Ant step. Is that what you saw? Feel free to make changes there, but I think it works mostly whe

Re: output method in installer

2014-10-10 Thread Justin Mclean
Hi, Just something I noticed while fixing something else - looks a little broken to me. Justin

Re: output method in installer

2014-10-10 Thread Erik de Bruin
A challenge, or did you just want to share while you were committing a fix? EdB On Friday, October 10, 2014, Justin Mclean wrote: > HI, > > This code in the badly named output method looks wrong to me: > > if (currentStep < stepLabels.length && "\n" + > stepIDs[currentStep] +

output method in installer

2014-10-10 Thread Justin Mclean
HI, This code in the badly named output method looks wrong to me: if (currentStep < stepLabels.length && "\n" + stepIDs[currentStep] + ":" == s) { if (currentStep > 0) updateActivityStep(stepLabels[currentStep - 1], Ste

Re: [Falcon/FalconJX] object literal property != class property

2014-10-10 Thread Erik de Bruin
It was. Down to 10 GCC errors when cross-compiling the SDK with FalconJX ;-) EdB On Fri, Oct 10, 2014 at 7:42 PM, Alex Harui wrote: > Sounds right to me. > > On 10/10/14, 10:33 AM, "Erik de Bruin" wrote: > > >Yeah, I know it “lands” there … Got it: the compiler actually marks the > >object

Re: Any objections to making "private static void digestTool" public in DigestTool?

2014-10-10 Thread Alex Harui
OK with me On 10/10/14, 4:58 AM, "Christofer Dutz" wrote: >Hi, > > >all of the tools in the old compiler have "no-exit" main methods. In the >DigestTool this is the only one with private access and we therefore need >to call it via reflection and make it accessible at runtime. I think we >should

Re: [Falcon/FalconJX] object literal property != class property

2014-10-10 Thread Alex Harui
Sounds right to me. On 10/10/14, 10:33 AM, "Erik de Bruin" wrote: >Yeah, I know it “lands” there … Got it: the compiler actually marks the >object literal prop as ‘NonResolvingIdentifierNode’, which is currently no >special cased, so FalconJX treats it as an accessor node: guess I’m going >to ma

Re: FlexJS 100% error rate with installer

2014-10-10 Thread Alex Harui
Sorry, I guess I wasn¹t clear. I was wondering what the top 5 was since the download.sourceforge.net problem started, which I think was October 2. I think I¹ve fixed the FlexJS Nightly builds so we can tell folks to go there or get the binaries, unzip, and use ant -f installer.xml On 10/10/14, 1

Re: [Falcon/FalconJX] object literal property != class property

2014-10-10 Thread Erik de Bruin
Yeah, I know it “lands” there … Got it: the compiler actually marks the object literal prop as ‘NonResolvingIdentifierNode’, which is currently no special cased, so FalconJX treats it as an accessor node: guess I’m going to make ‘emitIdentifier' a bit more complex ;-) EdB On Fri, Oct 10, 2014 a

Re: [Falcon/FalconJX] object literal property != class property

2014-10-10 Thread Alex Harui
Did you look at emitIdentifier in JSFlexJSEmitter.java? I would expect it would all come down to the logic in there. On 10/10/14, 8:50 AM, "Erik de Bruin" wrote: >Hi, > >I have: > > >public class MyClass >{ >private var myObject:Object = { visible: true }; > >private var _visible:Boolean; > pub

[Falcon/FalconJX] object literal property != class property

2014-10-10 Thread Erik de Bruin
Hi, I have: public class MyClass { private var myObject:Object = { visible: true }; private var _visible:Boolean; public function get visible():Boolean { return _visible; } public function set visible(value:Boolean):void { _visible = value; } } When I feed this to Falcon/FalconJX (with Flex

Re: Adding Flex Unit to installer

2014-10-10 Thread Erik de Bruin
> > >>but then you are back to not being able to tweak things for the Linux > >>folks. > > > >Perhaps have installer.xml check if it up to date and if not replace > >itself? Given there's alternative way to install I don;t see it as a big > >issue. Of course what Linux users really want to the SDK

Re: Adding Flex Unit to installer

2014-10-10 Thread Tom Chiverton
On 10/10/14 15:38, Alex Harui wrote: I don¹t know if a script can replace itself, It'll work on Linux, but Windows will probably moan the file is in use. Tom

Re: Adding Flex Unit to installer

2014-10-10 Thread Alex Harui
On 10/10/14, 12:40 AM, "Justin Mclean" wrote: >>but then you are back to not being able to tweak things for the Linux >>folks. > >Perhaps have installer.xml check if it up to date and if not replace >itself? Given there's alternative way to install I don;t see it as a big >issue. Of course what

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-10 Thread quick6black
also please update the wiki to show in progress on the slider thanks -- View this message in context: http://apache-flex-development.247.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achievements-and-goals-tp40987p41253.html Sent from the Apache Flex Development mailing lis

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-10 Thread quick6black
I decided last night to also start working on the Hslider (scrubber). Just wondering what type of behavior users are experiencing with the Hslider on the Iphone. When I press on the thumb button on my Iphone 4 and slide it, it does not appear to change shape or color. Are other users experiencing t

Re: Public campaign to improve FlashDevelop specifically for Apache Flex

2014-10-10 Thread Tom Chiverton
On 10/10/14 08:08, Dany Dhondt wrote: The IndieGoGo campaign started in august and ends in 2 days. It's useless to contribute now, no? Isn't there another way to contribute (i.e. new campaign)? IndieGoGo hand over the money even if the goal isn't met. Tom

Any objections to making "private static void digestTool" public in DigestTool?

2014-10-10 Thread Christofer Dutz
Hi, all of the tools in the old compiler have "no-exit" main methods. In the DigestTool this is the only one with private access and we therefore need to call it via reflection and make it accessible at runtime. I think we should give the tool the same signature as the others ... main which ca

RE: AW: First working compilation of a flex project using flexmojos and falcon

2014-10-10 Thread Frédéric THOMAS
All right, good to know, well done, congrats and thanks for the update. Frédéric THOMAS > From: christofer.d...@c-ware.de > To: dev@flex.apache.org > Subject: AW: First working compilation of a flex project using flexmojos and > falcon > Date: Fri, 10 Oct 2014 11:17:58 + > > Well I sort of

AW: First working compilation of a flex project using flexmojos and falcon

2014-10-10 Thread Christofer Dutz
Well I sort of stalled that for the moment. I just finished a working on TomEE and yesterday I got the mail from the PMD team-lead that based on my PMD refactoring he now officially modularized PMD ... as soon as that's really out of the box, I would migrate our PMD rules to work in the official

Re: Tour de Flex stats - 10,000 views

2014-10-10 Thread piotrz
Hi Justin, Maybe we should post somewhere these stats and the other one (for ex. SDK Download) - on blog or some other places. ? This is really good news. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.co

Platform dependant logic in installer

2014-10-10 Thread Justin Mclean
Hi, Anyone know why the logic is different on each platform in handleApacheFlexSDKZipFileUnzipComplete? Looks a bit buggy to me especially the different paths. Thanks, Justin

Re: Solution to OSMF/Sourceforge problem with Installer

2014-10-10 Thread Tom Chiverton
Nobody reads them anyway. Tom On 09/10/14 20:53, Alex Harui wrote: > One risk of my > suggestion is that the MPL portion will be “below the fold” and folks > might miss it.

RE: First working compilation of a flex project using flexmojos and falcon

2014-10-10 Thread Frédéric THOMAS
Great !! :-) Btw, any progress about JBurg and the Maven / Falcon branch you was working on ? Thanks, Frédéric THOMAS > From: christofer.d...@c-ware.de > To: dev@flex.apache.org > Subject: First working compilation of a flex project using flexmojos and > falcon > Date: Fri, 10 Oct 2014 09:00:34

Re: First working compilation of a flex project using flexmojos and falcon

2014-10-10 Thread Erik de Bruin
Congratulations Chris! Feels good, right? :-) EdB On Fri, Oct 10, 2014 at 11:00 AM, Christofer Dutz wrote: > Hi guys, > > > today I am proud to report that I just had the first working compilation > of a flexmojos module using falcon: > > > /Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/C

First working compilation of a flex project using flexmojos and falcon

2014-10-10 Thread Christofer Dutz
Hi guys, today I am proud to report that I just had the first working compilation of a flexmojos module using falcon: /Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home/bin/java -Dmaven.home=/Users/christoferdutz/Devtools/Apache/apache-maven-3.1.1 -Dclassworlds.conf=/Users/chris

RE: Tour de Flex stats - 10,000 views

2014-10-10 Thread Sugan Naicker
HI, Excellent. Congrats Justin. Thanks for all the effort! Stats reflect that there is a huge demand. Rgs. Sugan South Africa -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Friday, October 10, 2014 4:20 AM To: dev@flex.apache.org Subject: Tour de Flex st

Re: Public campaign to improve FlashDevelop specifically for Apache Flex

2014-10-10 Thread Neverbirth
It's not useless to donate now, nevertheless, I can always be contacted by mail through this community, or by private message on the FlashDevelop forums if you have any further inquiry. Thanks to all the people who have donated so far! -- View this message in context: http://apache-flex-develo

Re: Adding Flex Unit to installer

2014-10-10 Thread Justin Mclean
Hi, > I¹m still confused. If you change the installer to offer FlexUnit as an > optional step, how will we offer the same option to Linux users? If it an optional step you will need an installer script right? Linux user can use that if they really want OR they can just download and unzip in the

Re: FlexJS 100% error rate with installer

2014-10-10 Thread Justin Mclean
Hi, > What are the top 5 for FlexJS? Over the last month: 2032 error 28 windows failure no error message 25 mac failure no error message 15 SDK failed to download 20 windows error 8 MD5 fail 11 unable to create temp dir 4 unabel to download sdk 2 unable to load installer config 3 GZip file stru

Re: Adding Flex Unit to installer

2014-10-10 Thread Erik de Bruin
Given the market share of Linux and the generally more technically proficient users of that platform (i.e. capable of, and used to installing multiple dependencies separately from the command line), I don’t think we should sacrifice improved functionality for the vast majority just to keep feature

Re: Adding Flex Unit to installer

2014-10-10 Thread Alex Harui
Trying to get back to one thread... On 10/9/14, 11:43 PM, "Justin Mclean" wrote: >> >Which would have minimal impact on them, Flex Unit doesn't (as far a sI >know) really have any install steps as such it just download, check md5, >and unpack. For the stand alone install is doesn't need an insta

Re: Public campaign to improve FlashDevelop specifically for Apache Flex

2014-10-10 Thread Dany Dhondt
The IndieGoGo campaign started in august and ends in 2 days. It's useless to contribute now, no? Isn't there another way to contribute (i.e. new campaign)? -Dany Op 10-okt.-2014, om 08:05 heeft OmPrakash Muppirala het volgende geschreven: > Thanks folks, for your work on this! We really app