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 affected, though. Thanks, Om [1] http://sourceforge.net/projects/osmf.adobe/files/OSMF%202.0%20Release%20%28final%20source%2C%20ASDocs%2C%20pdf%20guides%20and%20release%20notes%29/ On Tue, Oct 14, 2014 at 1:25 PM, Neil Madsen <li...@cranialinteractive.com> wrote: > This one looks like it could be an easy fix. It looks like Tom Chiverton > had > made a change to this originally to change to uppercase "OSMF.swc". > In both the "flex-config.xml" and "flex-config-template.xml" files line 409 > was changed to this: > <path-element>libs/OSMF.swc</path-element> > from this > <path-element>libs/osmf.swc</path-element> > > All of the swc files in frameworks/libs are in lowercase. Not sure if it's > just the reporters machine that is case sensitive or if it's a linux > default, but the easiest fix would be to revert the change made and have > "osmf.swc" again. Unless there is some other reason that was discussed > prior > to cause the case change in the first place. > > Here's the link to the diff in the repo on github. [1] > > Neil > > [1] > > https://github.com/apache/flex-sdk/commit/65ef09af69be550dbe902baac10f91d044 > 7085ec#diff-c7db09d8ea7946bb32ed3a77831daab9 >