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] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
