在build.xml里面加入:
就好了。 project basedir="." default="main" name="myapp"> flex" /> en_US fr_BE src src/locale/{locale} true src/services-config.xml width="100%" application="app" swf="index" version-major="9" version-minor="0" version-revision="0" history="true" template="client-side-detection" output="${output.dir}" />
就好了。 project basedir="." default="main" name="myapp"> flex" /> en_US fr_BE src src/locale/{locale} true src/services-config.xml width="100%" application="app" swf="index" version-major="9" version-minor="0" version-revision="0" history="true" template="client-side-detection" output="${output.dir}" />
本文介绍了一个具体的Ant构建文件(build.xml)配置案例。该案例展示了如何设置项目的根目录、默认目标、名称等基本属性,并包含了Flex编译任务、国际化资源定位、服务配置文件指定等高级配置。

被折叠的 条评论
为什么被折叠?



