Iam currently haveing a Problem generating my model: I have 2 Java Modules. One providing core classes and one containing classes derived from the core module. Module 1 contains a class BaseDestinationEvent and Module 2 contains PrivateCommunicatorEvent which extends BaseDestinationEvent. Now I use Flexmojos to generate one model-swc from Module 1 and a second module-swc from Module 2. The problem is, that in Module 2 I define a dependency to "Module 1 - SWC" in order to find the class BaseDestinationEvent.as Unfortunately GraniteDS will not generate a PrivateCommunicatorEvent.as which extends BaseDestinationEvent as I didn't generate that class in "Module 2 - SWC". Currenntly I solved my Problem by providing a custom Template in "Module 2 - SWC" to manually extend BaseDestinationEvent, but I would really like to use my default template. If I generate the class BaseDestinationEvent multiple Times I get problems.
Cris -- 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/
