Is there a bug?

When compiling using flexmojos 3.6.1 without <themes> in pom.xml, the
following was generated in the config report xml:

                <theme>
                        <filename>/Users/travel/Documents/alpha4/
release/app/target/classes/configs/themes/Spark/spark.css</filename>
                </theme>

When compiling using flexmojos 4-alpha4 without <themes> in pom.xml,
no theme is set as default.  Below was generated in config report xml:

      <!-- compiler.theme usage:
      <theme>
         <filename>string</filename>
         <filename>string</filename>
      </theme>
      -->

If I specify the following in pom.xml in flexmojos-maven-plugin
configuration, compilation was successful.
    <configuration>
       <themes>
           <theme>/Users/travel/Documents/alpha4/release/app/target/
classes/configs/themes/Spark/spark.css</theme>
       </themes>

-Anna

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