FM4 does not allow that right now, you would need to change to code to make it possible.
VELO On Tue, Aug 2, 2011 at 11:07 AM, pawel <[email protected]> wrote: > Hi, > I'm struggling to use Cairngorm framework with flexmojos. It's not > flexmojos problem as such, but when creating resource bundle link > report, it throws: > > java.lang.ClassCastException: flex2.compiler.util.QName cannot be cast > to java.lang.String > at flex2.linker.DependencyWalker.dump(DependencyWalker.java: > 298) > at flex2.compiler.swc.SwcMovie.generate(SwcMovie.java:98) > at flex2.compiler.swc.API.link(API.java:165) > at flex2.compiler.swc.API.exportSwc(API.java:198) > at flex2.compiler.swc.API.exportSwc(API.java:191) > at flex2.compiler.swc.API.exportSwc(API.java:178) > at flex2.tools.Compc.compc(Compc.java:269) > at flex2.tools.Compc.main(Compc.java:44) > > So I checked flex compiler code briefly(I'm using flex sdk 3.3.0), and > it's failing when creating link report, besides, when I try to compile > it from command line, and I pass link-report argument, then it's > failing with the same Exception. Also, when I am doing it from command > line, and I will remove CairngormMessages from include-resource- > bundles list, then it compiles just fine, that why I know that it is > Cairngorm problem. > > My question is, if there is a way not to create link-report for > resource bundle, as it was done in FM3? Becasue I cannot change > Cairngorm or sdk versions, so avoiding link report cration seems to be > my only choice. > > Thanks, > Pawel > > -- > 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/ > -- 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/
