At first sight, the only remarkable difference I see is that the FlexMojos config has these extra lines (at the bottom of the file, just before the closing flex-config element):
<output>/home/christophe/IdeaProjects/springactionscript/spring-actionscript-core/target/spring-actionscript-core-0.9-SNAPSHOT.swc</output> <include-sources> <path-element>/home/christophe/IdeaProjects/springactionscript/spring-actionscript-core/src/main/actionscript</path-element> </include-sources> Both have a source-path element that points to the root of the source dir. Does "include-sources" need to be in here? regards, Christophe 2009/12/23 velo <[email protected]> > FWIW, you can use flexmojos to generate manifest file for you, using > inclusion/exclusion patterns > Look at flexmojos:manifest > > > VELO > > > > On Dec 23, 7:19 pm, Logan Allred <[email protected]> wrote: > > 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.namespacehttp:// > 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-sw... > > > > http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_25.... > > > > 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/
