That isn't a URL, its a URI.  Some URIs are also URLs.  This one isn't.
:-)

Most XML IDEs provide a mechanism to map a URI to a physical (.xsd
schema) file.  I don't know how to do it in Eclipse, since I'm an
IntelliJ user.  Most should also just warn you and go to "dumb" XML mode
if it can't be found, though, it shouldn't really be a stopper.

I think we did ship a schema for the config files somewhere in the
distribution, search around.

The server will fail to start because it expects the configuration
directives to exist in the specified namespace.

-Roger

Roger Gonzalez
mailto:[EMAIL PROTECTED]
 

> -----Original Message-----
> From: [email protected] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt
> Sent: Friday, August 26, 2005 11:11 AM
> To: [email protected]
> Subject: RE: [flexcoders] Problems with 
> xmlns="http://www.macromedia.com/2003/flex-config in flex-config
> 
> If I understand namespaces correctly, that string is really just a
> meaningful "id" that is very unlikely to be duplicated by accident.  I
> mean, namespaces work even when you are not connected to the internet,
> so obviously they do not need to point to a real place.
> 
> If removing the xmlns breaks Flex, it is probably because 
> some tag name
> conflicts with a tag in the default namespace.
> 
> I can't explain the eclipse interaction though.
> 
> Tracy
> 
> -----Original Message-----
> From: [email protected] 
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Eric Raymond
> Sent: Thursday, August 25, 2005 9:20 PM
> To: [email protected]
> Subject: [flexcoders] Problems with
> xmlns="http://www.macromedia.com/2003/flex-config in flex-config
> 
> A development  tool (eclipse) has started to complain about usage of
> "xmlns" in the flex config files.
> 
> The problem seems to be that the files these specifications refer to
> are not present.
> 
> For example, flex-config.xml has
> <flex-config xmlns="http://www.macromedia.com/2003/flex-config";>
> 
> But the URL it is pointing to is not valid.
> 
> If I change this to 
> 
> <flex-config>
> 
> then MyEclipse is happy, but then the flex server fails to start
> properly!
> 
> Is there a work around for this?
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor 
> --------------------~--> 
> Fair play? Video games influencing politics. Click and talk back!
> http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
> --------------------------------------------------------------
> ------~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to