I'm still trying to get my multi-module project upgraded to
4.0-alpha-5 and seem to be slowly working my way through it by
recreating from scratch the modules and re-integrating.
Something I've noticed is that now dependencies with scope "internal"
seem to be picked up as part of the compile through some sort of
inheritance look up.
I'm not sure whether this is a Maven or Flexmojos problem. I noticed
my swf was too big and checked the compiler config file, I'm seeing
***lot's*** of:
<include-libraries>
<library>/Users/williamsonm/.m2/repository/com/ffsys/utils/css/1.1-SNAPSHOT/css-1.1-SNAPSHOT.swc</library>
</include-libraries>
But there are no dependencies declared with an internal scope in the
pom that is building this swf *and* there are no internal scope
dependencies in the entire project. Any ideas?
The internal scope is used by some of the dependencies for the project
(that are in a separate project/repository).
Incidentally, a couple more things I've noticed,
defaultBackgroundColor no longer seems to accept a hexadecimal value.
Is this the case? I've tried FFFFFF, #FFFFFF and 0xFFFFFF and the only
thing that seems to work is specifying the decimal value.
The defaultSizeWidth and defaultSizeHeight configuration properties
now need to be declared as defaultSize with child width/height
elements.
Thanks for any help.
--
mischa (aka muji).
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/