[flexcoders] Compiler Extension point

2008-08-13 Thread Marvin Froeder
Hi folks,

I was looking at flex SDK sources.

Looking at ImplementationCompiler, there one As3Compiler is instanced and
some extensions are added (addCompilerExtension) to As3Compiler.

At present time I can only add extensions by change compiler code, right?

Exists any extension point that I can call to add 3rdparty extensions to
compiler?  Or the only way is changing code?


VELO


Re: [flexcoders] Compiler Extension point

2008-08-13 Thread Brian Deitte
Yeah, the only way you can add a new compiler extension is through the
code.  Although it doesn't seem too hard to add a non-code extension
mechanism, a way to read in classes to instantiate and use from an XML
file somewhere.  -Brian

On Wed, Aug 13, 2008 at 8:01 AM, Marvin Froeder [EMAIL PROTECTED] wrote:
 Hi folks,

 I was looking at flex SDK sources.

 Looking at ImplementationCompiler, there one As3Compiler is instanced and
 some extensions are added (addCompilerExtension) to As3Compiler.

 At present time I can only add extensions by change compiler code, right?

 Exists any extension point that I can call to add 3rdparty extensions to
 compiler?  Or the only way is changing code?


 VELO