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