I don't believe there's a UI for this, but you can always add additional
command-line parameters to the FlexBuilder project.
Use --namespace <uri> <manifestfile>.
-rg
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of cluebcke
Sent: Thursday, December 07, 2006 11:27 AM
To: [email protected]
Subject: [flexcoders] Custom component manifests in Flex Builder
Hi all,
I'm developing an enterprise application that will have a fairly
large
number of view components (dozens to hundreds). Naturally I
don't want
them all in the same folder, but I don't want to have to use a
namespace declaration for every view package I have, so I'd like
to be
able to use an mxml manifest, as can be configured in
flex-config.xml,
thusly:
<namespaces>
<!-- Specify a URI to associate with a manifest of components
for
use as MXML -->
<!-- elements. -->
<namespace>
<uri>http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> </uri>
<manifest>mxml-manifest.xml</manifest>
</namespace>
<namespace>
<uri>http://fancy.new.namespace <http://fancy.new.namespace>
</uri>
<manifest>my-manifest.xml</manifest>
<namespace>
</namespaces>
Except that I can't for the life of me figure out how to do the
equivalent configuration in Flex Builder. (Note too that this
configuration should be part of the project, not the sdk
installation,
so a command-line build on a dev server or setting up a new
developer
with FB is as painless as possible.)
Any help would be appreciated.
TIA,
Chris
(PS: Yes, I searched the forums/Adobe
site/documentation/Google/grandma's attic first)