I can't seem to find the documentation on how to build a new custom
flex theme.  My question is similar to this issue:
http://groups.google.com/group/flex-mojos/browse_thread/thread/e209d0dd4a627eae/3a1cdba60fa7125f?lnk=gst&q=theme&pli=1

As an input for the src I may have:
1) swf
2) css and or
3) swc.

I want to take the input source and build one swf as an output.

How can I do that?

In ant I can use the mxmlc task with

output=${theme.build.dir}/themeName.swf

file=${themeRoot}/newTheme.css and

compiler.source-path path-element=${themeRoot}

<compiler.library-path dir=${themeRoot}>
    <include name="**/*.swc"/>
</compiler.library-path>

Can this be accomplished with flexmojos?

The documentation about theme seems to describe compiling in new
themes but not creating new ones:
https://repository.sonatype.org/content/sites/maven-sites/flexmojos/3.8/compile-swf-mojo.html#themes

Any help with this?

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