Does Flex Builder always include both spark and halo themes? If it does, I suppose that's a fine default - do we want to add something to flex mojos to allow the user to disable spark or halo?
I can make a clean fork in github and patch something up - but figured I'd ask about the preferred way to do it first so that I can make it as clean to apply as possible. would something like <useSpark>true</useSpark> and <useHalo>false</useHalo> added to the config be the approach to take? Right now the way FM4 is, it will ADD halo and spark no matter what your dependencies are - so controlling which theme you are using is impossible through the dependencies. What do you think the cleanest way to make it possible to use just spark or just halo but still allow people to use both if they want would be? I think that the current implementation where the user doesn't have to use a big long copy-dependencies to get the theme files in place and then include them manually is a good move - but its important to let the user disable spark. Adding a property like <useSpark> that defaults to true and <useHalo> that defaults to true would be pretty easy - but I'm not sure if you are wanting to add in more properties to the config at this point for FM4 or not. Ryan On Wed, Nov 17, 2010 at 11:37 AM, Ryan Gardner <[email protected]> wrote: > I don't want to use the halo theme in my project, but it seems that > after the recent change to allow using both halo and spark it now > ALWAYS includes halo.swc in the list of themes passed to the compiler > > Is this intended to match some default adobe compiler setting? I don't > mind having the option to use halo and spark, but it seems that they > are both always included regardless of what theme dependencies you > have on the project. > > Ryan > -- 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/
