how asdoc termite assign work but -source-path option?
i am tring work:
<target name="asdoc" depends="compile">
<mkdir dir="${dist_asdocs}"/>
<asdoc
docsources="${srcdir}"
output="${dist_asdocs}"
executable="${flex_home}/bin/asdoc.exe" />
</target>
when i run i errors asdoc "error: form found compile-time constant: xxx". i run asdoc manually i do: "asdoc -source-path src -doc-sources src". i replace -source-path value i same errors... am i ostensible termite assign work?
Comments
Post a Comment