Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
khenneuse #1
Component Manifest debuging
I am struggling getting cairngorm running inside of my application environment
of Tomcat/JBoss. I have modified the flex-config.xml file to have the manifest
associated with the uri but it doesn't seem to be taking. Several times I have
made sure that I was editing the correct file and I seem to be. I have tried
moving the logging level to debug to see if I could find out what namespaces
were being created and/or which files were being executed but I didn't get
anymore information.
Are there any command line options, file options, or debugging tricks within
the application server and Flex stack to be able to figure out what is getting
loaded and used to process my mxml files? I have a feeling that the Flex
server is picking up a configuration from someplace else from where I think it
should.
I have posted what I have for namespaces in flex-config.xml I have also made
sure that cairngorm-manifest.xml is in the location I am pointing to.
Thanks,
-Kent
<namespaces>
<namespace uri="http://www.macromedia.com/2003/mxml">
<manifest>/WEB-INF/flex/mxml-manifest.xml</manifest>
</namespace>
<namespace uri="http://www.iterationtwo.com/cairngorm">
<manifest>/WEB-INF/flex/cairngorm-manifest.xml</manifest>
</namespace>
</namespaces>
khenneuse Guest
-
Manifest Maker 1.2
I have downloaded Manifest Maker and installed via the Extension Manager in to both Dreamweaver MX 2004 and Dreamweaver MX. When I try to run the... -
Manifest Maker always gray-ed
Originally posted by: Newsgroup User Hi. I have used Extension Manager to install Manifest Maker in Dreamweaver MX 2004. The command "Manifest... -
Wordspaces in filenames in MANIFEST
I am preparing a module for distribution with a standard Makefile. The module processes text files and, for thorough testing, needs to be able to... -
XP Style Manifest
When I implement a manaifest to XP style my controls it slows the loading of my treeview but as much as three tmes? is this a known issue? -
problem with debuging component with ObjectContext
Hi! I have a VB6 component that uses this: Private objContext As COMSVCSLib.ObjectContext Public Sub doErrCheck(errSrc As String, errNr As...



Reply With Quote

