> flash builder has its own compiler implementation
Flash Builder 4.6 doesn't have a full compiler capable of producing bytecode,
but it does have its own code intelligence engine ("Code Model") which supports
code hinting, code refactoring, etc. Code Model was the basis for the front end
of the Falcon compiler, but has undergone a lot of evolution in that process.
- Gordon
-----Original Message-----
From: Clint Modien [mailto:[email protected]]
Sent: Monday, August 06, 2012 10:11 AM
To: [email protected]
Subject: Re: New namespaces and Flash Builder issues
it's probably worth mentioning that flash builder has its own compiler
implementation... while it might make sense to support it for this release...
it will be pretty difficult to continue to do so. Hopefully falcon was flash
builders plan to solve this problem.
Sent from my iPhone
On Aug 6, 2012, at 7:23 AM, Justin Mclean <[email protected]> wrote:
> Hi,
>
>> That is baked into the compiler. It is the constant
>> MXML_2009_NAMESPACE in MxmlNamespaces.java. I also see constants for
>> SPARK_NAMESPACE and MX_NAMESPACE in that file but I didn't follow
>> thru and see how they were used.
>
> Well that's something we can change at least.
>
> Thanks,
> Justin