Re: FLEX-34452 - OSMF.swc in flex-config.xml fails on linux because of lowercase osmf.swc in lib folder

2014-10-14 Thread OmPrakash Muppirala
I believe it was because of the fact that Adobe OSMF team renamed the file from osmf.swc to OSMF.swc when they released v2.0 [1] I guess if we implement your fix, we need to change the Installer to rename OSMF.swc into osmf.swc after downloading the file. Not sure if anything else will get

RE: FLEX-34452 - OSMF.swc in flex-config.xml fails on linux because of lowercase osmf.swc in lib folder

2014-10-14 Thread Neil Madsen
In the various SDK's I have, all of the swcs are in lowercase. Checking sourceforge for OSMF it does show up there as OSMF.swc and it looks like it is case sensitive when attempting to download. I guess if we implement your fix, we need to change the Installer to rename OSMF.swc into osmf.swc

Re: FLEX-34452 - OSMF.swc in flex-config.xml fails on linux because of lowercase osmf.swc in lib folder

2014-10-14 Thread OmPrakash Muppirala
On Tue, Oct 14, 2014 at 2:41 PM, Neil Madsen li...@cranialinteractive.com wrote: In the various SDK's I have, all of the swcs are in lowercase. Checking sourceforge for OSMF it does show up there as OSMF.swc and it looks like it is case sensitive when attempting to download. I guess if we