[flexcoders] Re: Flex Debug Problem

2009-11-04 Thread polestar11
Hi there

I managed to find a solution to the problem. It has to do with outdated app xml 
config files (which I think don't get committed into source control)

So after importing my project from source control, I create a new application 
(eg. Test) and run / debug it, which works fine.

Compare the 2 app xml config files. In the new file at the top you will see a 
line:
application xmlns=http://ns.adobe.com/air/application/1.5;
In the old file I had:
application xmlns=http://ns.adobe.com/air/application/1;

I actually copied all the data over from my original app to the test app, but 
if you replace just that line of xml, the original project should run fine.

Cheers
Tracy 




[flexcoders] Re: Flex Debug Problem

2009-04-01 Thread alexprando
Thank you for the answer but the problems still remains...
I've tried to import the project to another PC (WIN XP) and I get these 2 
problems:

A) if I create a new project (copying my old files later) I get the same 
problem of my first message
B) if I import the project directory there's a new problem: my bin-debug 
directory remains with old compiled files (it seems that he can't write on 
them, it's impossibile!) and I see the old version of my application. Every 
change (deleting, moving, ecc..) to the bin-debug directory it get me to A) 
problem.

I'm very confused and I can't do anything... please help me!


--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote:

 First, try closing ad re-opening FlexBuilder and the project.  That fixed
 this error for me.
 
  
 
 Tracy Spratt,
 
 Lariat Services, development services available
 
   _  
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of alexprando
 Sent: Tuesday, March 31, 2009 10:52 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Debug Problem
 
  
 
 I have imported an AIR project to Flex Builder 3.2.0, but I get this error:
 
 Process terminated without establishing connection to debugger.
 
 Command:
 
 /Applications/Adobe Flex Builder 3/sdks/3.2.0/bin/adl -runtime
 /Applications/Adobe Flex Builder 3/sdks/3.2.0/runtimes/air/mac
 /Users/mac_video/Documents/Flex Builder 3/PSM
 Flash2/bin-debug/psmflash-app.xml /Users/mac_video/Documents/Flex Builder
 3/PSM Flash2/bin-debug 
 
 Output from command:
 
 initial content not found
 
 I have changed the 2nd line of project specs with
 application xmlns=http://ns.adobe.
 http://ns.adobe.com/air/application/1.5 com/air/application/1.5 
 but it doesn't work...
 
 Anyone have an idea about that? Thank you very much, it's very important for
 me and for my work.