Sorry, just realized that the above is not worded the best.

If I have Spark in the themes node, I get Spark, Spark, Halo in the
config.xml
If I have Halo in the themes node, I get Halo, Spark, Halo in the
config.xml
If I have Halo and Spark in the themes node, I get Halo, Spark, Spark,
Halo in the config.xml
The last example being:
[POM]
...
<themes>
  <theme>/Users/myUser/Documents/myApp/client/VisualComponents/
myAppVisualComponent/target/classes/halo.swc</theme>
  <theme>${settings.localRepository}/com/adobe/flex/framework/
framework/${flex.version}/configs_zip/themes/Spark/spark.css</theme>
</themes>
...
[config.xml]
...
<theme>
  <filename>/Users/myUser/Documents/myApp/client/VisualComponents/
myAppVisualComponent/target/classes/halo.swc</filename>
</theme>
<theme>
  <filename>/Users/myUser/.m2/repository/com/adobe/flex/framework/
framework/4.1.0.16076/configs_zip/themes/Spark/spark.css</filename>
</theme>
<theme>
  <filename>/Users/myUser/.m2/repository/com/adobe/flex/framework/
framework/4.1.0.16076/configs_zip/themes/Spark/spark.css</filename>
</theme>
<theme>
  <filename>/Users/myUser/Documents/myApp/client/VisualComponents/
myAppVisualComponent/target/classes/halo.swc</filename>
</theme>
...

Spark and Halo are always added after whatever I specify, and use the
same paths as I have specified in the themes nodes.

Also, just to clarify regarding the dependency tree: the dependency
tree and the config dump matched up. The only discrepancy was the
difference in the themes within the config dump.

Thanks,
Kirk

-- 
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/

Reply via email to