Re: [flexcoders] Problems with xmlns

2007-05-13 Thread André Rodrigues Pena
thank you Tom and Nel.. that was it =) On 5/10/07, Johannes Nel [EMAIL PROTECTED] wrote: its in the swc with the namespace declared in your own manifest file. add the cairngorm swc to your project library On 5/10/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi there, I

Re: [flexcoders] Problems with xmlns

2007-05-11 Thread Johannes Nel
its in the swc with the namespace declared in your own manifest file. add the cairngorm swc to your project library On 5/10/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi there, I downloaded the CairngormStore 2.1 and tried to compile it with mxmlc. I got the following error at the

Re: [flexcoders] Problems with xmlns

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, André Rodrigues Pena wrote: Could not resolve: cairngorm:ServiceLocator Is the SWC in your library path ? -- Tom Chiverton Helping to vitalistically monetize strategic e-markets on: http://thefalken.livejournal.com

[flexcoders] Problems with xmlns

2007-05-10 Thread André Rodrigues Pena
Hi there, I downloaded the CairngormStore 2.1 and tried to compile it with mxmlc. I got the following error at the file Services.mxml : Could not resolve: cairngorm:ServiceLocator I think that this is because the compiler is not able to resolve this namespace:

RE: [flexcoders] Problems with xmlns=http://www.macromedia.com/2003/flex-config in flex-config

2005-09-06 Thread Roger Gonzalez
PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Friday, August 26, 2005 11:11 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Problems with xmlns=http://www.macromedia.com/2003/flex-config in flex

Re: [flexcoders] Problems with xmlns=http://www.macromedia.com/2003/flex-config in flex-config

2005-09-06 Thread Dave Carabetta
On 9/6/05, Roger Gonzalez [EMAIL PROTECTED] wrote: 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

RE: [flexcoders] Problems with xmlns=http://www.macromedia.com/2003/flex-config in flex-config

2005-08-26 Thread Tracy Spratt
To: flexcoders@yahoogroups.com 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

[flexcoders] Problems with xmlns=http://www.macromedia.com/2003/flex-config in flex-config

2005-08-25 Thread Eric Raymond
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