在升级到使用新的ASC2.0编译器的AIR 3.6SDK之后,我的Ant构建文件中的所有ASDoc任务都失败了。我得到了一个错误:
BUILD FAILED
E:\Projects\Eclipse\project\build\build_swc.xml:51: The following error occurred while executing this line:
E:\Projects\Eclipse\projectbuild\build_swc.xml:209: Problem: failed to create task or type asdoc
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.Adobe是否删除了ASDoc Ant任务?我在其他地方找不到任何关于这方面的信息。在我安装3.6SDK之前,ASDoc的生成工作得无懈可击。
发布于 2013-03-13 20:36:08
新编译器的不兼容问题可能需要您下载不包含ASC 2.0的AIR 3.6SDK版本。它也可以从下载站点获得,尽管它不会立即引起注意。

https://stackoverflow.com/questions/15377944
复制相似问题