Script Source in Source Path cannot be found

Hola,

So inside my src folder I have my app.mxml file. I have a source directory pointed to my actionscript library.

It appears that Flex does not look inside that source directory including an .as file within the master mxml file.


<mx:Script source="com/domain/something/somethingelse/app.as"/>

I could just have the main app.as file inside the src folder along with my app.mxml file but it would be nice if it could live in the actionscript library.

Any work arounds? From what I am reading there isn’t.

Cheers