ongsh321 发表于 2013-2-7 18:42:43

rsl与AsDoc的一些编译参数

记录在这里,不然老是忘记
flex library项目生成用于rsl的swf,请添加编译参数
-directory=true -output=../bin/
参考:http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_07.html
 
FDT生成Asdoc:
 
D:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0\bin\asdoc.exe
Working Directory:
${workspace_loc:/fish/src}
arguments:
-source-path ./
-doc-sources ./
-output ../docs
-library-path ../lib
参考:http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_1.html
 
 
页: [1]
查看完整版本: rsl与AsDoc的一些编译参数