Sunday, December 31, 2017

Adobe Flashbuilder Stopped Compiling my Flex Project

Adobe Flashbuilder Stopped Compiling my Flex Project


This is an issue Ive battled more than once while developing a flex project with flashbuilder.  This is most commonly caused by the flex sdk copying source files into the html-template folder.  When this happens, the precompiled sources are used from the templates folder instead of being recompiled when the project is rebuilt.  To solve this problem, you can either remove any source files you want rebuilt from the html-template folder under the root project directory or just deleting the html-template folder itself (flashbuilder will automatically recreate it on the next build).

Ive wasted many hours on this problem in the past.  Hope this saves someone some time.

visit link download