On Wed, Sep 3, 2008 at 8:47 AM, Carsten Schlipf <[EMAIL PROTECTED]> wrote: > it does not work. When setting this to false, it still shows the > warning for unused CSS definitions. The option is also not listed on > the documentation you have mentioned. To me it appears that only the > mentioned warning levels are supported. Is that true?
It's actually supported in the code, the docs must be out of date. Velo did have a typo in his example. If you copied and pasted it, it won't work. This should work: <build> <plugins> <plugin> <groupId>info.flex-mojos</groupId> <artifactId>flex-compiler-mojo</artifactId> <configuration> <warnings> <unusedTypeSelector>false</unusedTypeSelector> </warnings> ....... If that doesn't work, then there's a bug in our code, or a bug in the Flex compiler API, so please log it. thanks, Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to flex-mojos@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en -~----------~----~----~----~------~----~------~--~---