Problem with Installer 3.2.0

2015-07-21 Thread Douglas McCarroll
I'm trying to use the installer to install Flex 4.14.1, Air 18 and Flash Player 18. In the "License Agreements" page I've tried selecting both the 3 required options and all 4 options. The same problem occurs in both cases. The installer fails on the 8th step. Here's the error message: IOErrorE

Re: Problem with Installer 3.2.0

2015-07-21 Thread Tom Chiverton
Sourceforge has been broken for several days now. I guess they are still restoring their crashed disks. Tom On 21/07/15 10:49, Douglas McCarroll wrote: Downloading OSMF2_0.swc?format=raw from: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs [get] [IOErrorEvent t

Re: [FalconJX jsc] Compiler error when using classes in packages.

2015-07-21 Thread Josh Tynjala
Alex, I just wanted to let you know that I tried these changes today, and everything seems to be working nicely. - Josh On Wed, Jul 15, 2015 at 2:07 PM, Alex Harui wrote: > > > On 7/15/15, 3:50 AM, "Erik de Bruin" wrote: > > >> > >> Hmm. I think I’ll stop what I’m doing (which is trying to m

[FalconJX] A couple of bugs: JS Object class isn't dynamic. Prototype unexpectedly shares variables.

2015-07-21 Thread Josh Tynjala
The first one affects externc and JS.swc: Object class in JS.swc is not dynamic, resulting in error when setting properties https://issues.apache.org/jira/browse/FLEX-34912 With the second one, the emitter is storing default values for member variables incorrectly: Types passed by reference shou

Re: [FalconJX] A couple of bugs: JS Object class isn't dynamic. Prototype unexpectedly shares variables.

2015-07-21 Thread Alex Harui
Hi Josh, What’s your level of urgency on these? -Alex On 7/21/15, 4:44 PM, "Josh Tynjala" wrote: >The first one affects externc and JS.swc: > >Object class in JS.swc is not dynamic, resulting in error when setting >properties >https://issues.apache.org/jira/browse/FLEX-34912 > >With the second

Re: [FalconJX] A couple of bugs: JS Object class isn't dynamic. Prototype unexpectedly shares variables.

2015-07-21 Thread Josh Tynjala
I found workarounds for both issues, so I'm not blocked. They can wait a bit. - Josh On Jul 21, 2015 4:57 PM, "Alex Harui" wrote: > Hi Josh, > > What’s your level of urgency on these? > > -Alex > > On 7/21/15, 4:44 PM, "Josh Tynjala" wrote: > > >The first one affects externc and JS.swc: > > > >