OK, so you are completely replacing the playerglobal.swc with the molehill one so that you don't have to add external scope. I am happy but surprised that works - If you have a github account I can allow you to contribute to the repository if you want.
Please let me know what your github account name is and I'll enable it.
If we can get a molehill SDK working then I'd like to blog about that - I sorted out the deploy issues and am able to deploy to release repositories as well as snapshot ones - That was fixed by adding the empty classifier node to the swc descriptor for swc's that need locales.
I am intrigued by your reference to the 10.3 player - does that even exist?
I will try out your techniques later,
cheers for the input
Conrad WInchester
--
Simon
--
Simon
pom.xml (FM plugin configuration):
<configFiles><file>src/main/resources/flex-config.xml</file></configFiles>
flex-config.xml:
<?xml version="1.0" encoding="UTF-8"?>
<flex-config>
<target-player>11</target-player>
<swf-version>13</swf-version>
</flex-config>
Really sorry about that.
Conrad
I've filled a few feature requests along these lines:
https://issues.sonatype.org/browse/FLEXMOJOS-401
https://issues.sonatype.org/browse/FLEXMOJOS-400
-James