私はStackOverflowに関するいくつかの質問を、Antからasdocを作成するときの依存関係をどのように除外するかについて読んだが、正しくはできないようだ。
ここ( http://livedocs.adobe.com/flex /3/html/help.html?content=asdoc_9.html )、-exclude-dependencies引数をtrueまたはfalseに設定するだけですが、エラーが発生します。以下はAntの出力です:
Generate ASDoc:
[echo] --- Generate ASDoc ---
[exec] Error: no default arguments are expected
[exec] Use 'asdoc -help' for information about using the command line.
[exec] Adobe ASDoc
[exec] Version 4.6.0 build 23201
[exec] Copyright (c) 2004-2011 Adobe Systems, Inc. All rights reserved.
[exec] Result: 1
Antタスクは次のとおりです。
--- Generate ASDoc ---
<!-- delete all files in the doc dir -->
<!-- create docs -->
<!-- compress docs -->
もし私がそれを間違って使用しているかもしれないのだろうか。何か案は?ありがとう!