I'm building an app using spring-actionscript, and I have to tell the compiler to include a lot of classes in the build that are used at runtime.
If I use the <includes> directive and tell it some classes - it doesn't work. Say I have the main.xml and a class named SomeClass in com/foo/bar/ SomeClass.as which isn't linked in from the mxml anywhere but is called at runtime - if I try to build it with flexmojo and use: <includes> <include>com.foo.bar.SomeClass</include> </includes> It will tell the compiler to include it - but the compiler will have an error and spit out: [ERROR] Unable to resolve a class for include: com.foo.bar:SomeClass. It's hard for me to figure out what is going wrong - especially since I am not able to create a simple test case to reproduce it. If I make a simple app and try to imitate what I am doing with my app, the simple test app builds just fine with the <includes> directive. Any ideas how I can debug this? 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?hl=en?hl=en http://flexmojos.sonatype.org/
