Ok, I found my problem.
I was specifying the rb dependencies like so:
org.apache.flex.framework
framework
${flex.sdk.version}
*${language}.rb
swc*
rsl
However, that is incorrect (thought it resolves on the main project). The
'rb' designation should be specified in the
Ok, well my actual flex projects build using this configuration, but my war
project that packages up a few of these swfs fails. I get
[ERROR] Failed to execute goal
net.flexmojos.oss:flexmojos-maven-plugin:7.1.0-SNAPSHOT:copy-flex-resources
(copy-swf) on project design: Execution copy-swf of goa
It looks to me that IME is completely broken in the recent versions of TLF. It
seems to work in Firefox and Safari on Mac (at least at the bottom of the
screen), but does not work in Chrome on Mac or any browser on Windows.
Has anyone else noticed this?
Harbs