[flexcoders] Flash Builder 4 issues

2010-05-22 Thread Rick Genter
I'm developing an application using Flash Builder 4 and have encountered two issues: 1) If I turn on -keep-generated-actionscript=true, the generated ActionScript results in errors. The errors appear to stem from a strange placement of the generated folder: it's putting it in src/, not in bin/

Re: [flexcoders] Flash Builder 4 issues

2010-05-22 Thread Oleg Sivokon
The first one never happened to me before, but, if I had to work around that, I'd set it to compile with Ant and I would try to change the settings so that it wouldn't generate as files in the source folder. The error message may be somewhat ambiguous, but what it is trying to say is that it is

Re: [flexcoders] Flash Builder 4 issues

2010-05-22 Thread Rick Genter
On May 22, 2010, at 5:44 PM, Oleg Sivokon wrote: The first one never happened to me before, but, if I had to work around that, I'd set it to compile with Ant and I would try to change the settings so that it wouldn't generate as files in the source folder. The error message may be