So you did declare you project does consume this namespace....
        -compiler.namespaces.namespace <uri> <manifest>
                        alias -namespace
                        Specify a URI to associate with a manifest of 
components for use as
                        MXML elements (repeatable)

Meaning you can now "import" this namespace onto your MXMLs.


VELO

On Dec 23, 7: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/IdeaPro...
>
> ... 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 
> Herremanhttp://www.herrodius.comhttp://www.springactionscript.orghttp://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