这是与ant build.xml一起使用的:
我在项目>属性>编译器选项>附加编译器选项中尝试了以下值,但它们都没有工作:
-theme=PATH_TO/halo.swc -compiler.theme=PATH_TO/halo.swc -theme=file=PATH_TO/halo.swc -compiler.theme.file=PATH_TO/halo.swc -theme.file=PATH_TO/halo.swc
谢谢.
-compatibility-version=3
应该解决它
或者你可以试试
-theme=../frameworks/themes/Halo/halo.swc
将以下行复制并粘贴到其他编译器选项中.
-theme = $ {} flexlib /themes/Halo/halo.swc
这会奏效.