现在有一个工程是java web project,还有一个工程是flex工程,安装的是flex builder 4正式版。发现在修改flex工程属性的构建路径时,修改结果不能保存。
解决办法:
在.actionScriptProperties文件中,找到路径直接修改。
<compiler additionalcompilerarguments="-locale zh_CN" autorslordering="true" copydependentfiles="true" fteinmxcomponents="false" generateaccessible="true" htmlexpressinstall="true" htmlgenerate="true" htmlhistorymanagement="true" htmlplayerversioncheck="true" includenetmonswc="false" color="#ff0000">outputFolderLocation="D:/eclipse/workspace/demo/WebContent/flex" outputFolderPath="flex" rootURL="<a href="http://localhost:8080/openbi_demo/flex"><font color="#ff0000">http://localhost:8080/demo/flex"</font></a> sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true"></compiler> |
这样在运行web应用时,打开运行tomcat会自动打开ie。
另外,还发现一个flex的bug,当一个flex工程包含一个swc工程时,自动build不好用,需要每次都clean才能看到结果。