I tried that, but then only the classes specified in the manifest are compiled into the swc.
I'll try to compare the config of the FlexBuilder build with the one of the FlexMojos build. regards, Christophe 2009/12/23 Logan Allred <[email protected]> > On Wed, Dec 23, 2009 at 2:00 PM, Christophe Herreman > <[email protected]> wrote: > > I incorrectly mentioned "includeNamespaces" here. The problem occurs when > > specifying the namespace with: > > > > <namespaces> > > <namespace> > > <uri>http://www.springactionscript.org/mxml/config</uri> > > <manifest>springas-manifest.xml</manifest> > > </namespace> > > </namespaces> > > > > I see the following in the build output: > > > > -compiler.namespaces.namespace > http://www.springactionscript.org/mxml/config > > > /home/christophe/IdeaProjects/springactionscript/spring-actionscript-core/springas-manifest.xml > > > > ... but no components are exported to the catalog.xml file. > > Looks like you need to use <includeNamespaces> as well. > > > http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/compile-swc-mojo.html#includeNamespaces > > http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_25.html > > Logan > > -- > 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%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos?hl=en?hl=en > > http://blog.flex-mojos.info/ > -- Christophe Herreman http://www.herrodius.com http://www.springactionscript.org http://www.as3commons.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?hl=en?hl=en http://blog.flex-mojos.info/
