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.

regards,
Christophe

2009/12/23 Christophe Herreman <[email protected]>

> Hi,
>
> I'm building a library that has a manifest with a custom namespace for
> some of its components. I'm specifying the namespace and the manifest
> using the includeNamespaces element like so:
>
> <includeNamespaces>
>  <namespace>http://www.springactionscript.org/mxml/config</namespace>
> </includeNamespaces>
>
> When building this with FlexBuilder, I can see that a "components"
> element is generated in the catalog.xml file of the library.
>
> Example:
>
> <components>
>    <component className="com.domain.lib:AClass" name="AClass"
> uri="http://www.domain.com";  />
> </components>
>
> However, when I compile the library with FlexMojos, no "components"
> section is created and the namespace is not usable in a project using
> the library.
>
> Is this a known issue?
>
> regards,
> Christophe
>
> --
> 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/

Reply via email to