flex - Force Flash Builder 4 to compile all source files -


according answers this question here, reason why i'm not seeing errors work in flash builder fb "optimizing" them out because aren't referenced @ point in code execution. there option force flash builder compile files regardless of whether they're used in software? make development process lot more intuitive.

the way reference class somewhere in code know is being compiled, such document class in .fla, or main.as file in pure as3 project. can simple declaring variable of given type, if no value ever assigned it.

private var complieme:otherwiseunreferencedclass; // ^ cause class compiled. 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -