Thanks again for your help on this. The problem seems to have been a flash player compatibility issue. If the target player is 9.0.0 the readObject method doesn't seem to be able to retrieve the object's type information. But if it's set to 10.0.0, it works fine. Pity the Flex documentation doesn't have a "Since" property for its classes and methods like the Java APIs.
One other thing, as I was comparing the config files produced by flexmojos and Felx Builder, I noticed that some of the <metadata> tags in flexmojos don't seem to work correctly. For example, including <descriptions> <en_US>desc</en_US> </descriptions> in the pom.xml file, will result in the following config being generated and used with the compiler: <localized-description> <text>en_US</text> <lang>desc</lang> </localized-description> So it seems the language and text fields are being reversed. The same seems to happen the other localized fields in the metadata, like title Regards Steven On Mar 19, 6:14 pm, Marvin Froeder <[email protected]> wrote: > the printed one has just a fraction of the available options... > > On Fri, Mar 19, 2010 at 3:13 PM, Steven O'Kennedy <[email protected] > > > > > wrote: > > Thanks a lot for that, > > > I had tried the -dump-config and was comparing against the printed > > output on execution, but hadn't seen the configurationReport option > > > Thanks > > > Steven > > > On Mar 19, 6:09 pm, Marvin Froeder <[email protected]> wrote: > > > > Is there a possiblity that there are some fundamental differences in > > > > behaviour between the compilers being used or is it just all about the > > > > compiler options provided? > > > > No, but you can configure both on so much different ways that you will > > > produce completely different outputs... > >http://flexmojos.sonatype.org/faq.html#9 > > > > VELO > > > -- > > 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]<flex-mojos%2bunsubscr...@googlegroups.com> > > For more options, visit this group at > >http://groups.google.com/group/flex-mojos?hl=en?hl=en > > >http://flexmojos.sonatype.org/ > > > To unsubscribe from this group, send email to flex-mojos+ > > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > > ME" as the subject.- Hide quoted text - > > - Show quoted text - -- 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?hl=en?hl=en http://flexmojos.sonatype.org/ To unsubscribe from this group, send email to flex-mojos+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
