*blog... kind of... *rss 



FlashDevelop 3.0.0 Beta3 + Flex2SDK, not finding your classpath?
I've tried everything...

Tools / Global Classpaths / AS3
Project properties / Classpath

and even adding this -source-path+= 'CLASSPATHGOESHERE'

Project properties / Compiler Options / Additinal Compiler Options

FlashDevelop was finding the class, but Flex2SDK wasn't when compiling. In the end I had to go to
C:\Program Files\Flex2SDK\frameworks\flex-config.xml

And change (and uncomment) this Node:

<source-path>
<path-element>locale/{locale}</path-element>
<path-element>CLASSPATHGOESHERE</path-element>
</source-path>


I believe it's just a bug from FlashDevelop 3.0.0 Beta3, hope they fix it soon, meanwhile, I hope this helps someone.
0 comments