[flexcoders] Re: New files in project not compiled?

2008-02-26 Thread Barnaby Jones
I have cleaned the project( many times actually ). I also checked the package names and they are correct. I even deleted the package and ctrl+spaced to let FB generate the package declaration. Still no luck :( --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: Have

Re: [flexcoders] Re: New files in project not compiled?

2008-02-26 Thread Aaron Miller
What happens when you try to use the class with the syntax error. Just curious. Regards, ~Aaron On 2/26/08, Barnaby Jones [EMAIL PROTECTED] wrote: I have cleaned the project( many times actually ). I also checked the package names and they are correct. I even deleted the package and

Re: [flexcoders] Re: New files in project not compiled?

2008-02-26 Thread Paul Andrews
Look for a binding with a missing closing brace.. Paul - Original Message - From: Barnaby Jones [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 26, 2008 8:46 PM Subject: [flexcoders] Re: New files in project not compiled? I have cleaned the project( many times

[flexcoders] Re: New files in project not compiled? RESOLVED

2008-02-26 Thread Barnaby Jones
I put a dummy reference to the missing classes, and then the ide decides they are worth compiling, and does so. Before everyone laughs at my ineptitude, I'd like to explain what I was doing. I'm using a rails back end, and returning a collection of objects that map to AS objects. On the rails