Instant success!! Thank you.
Any explanation for why the anomaly that <arg> cannot contain a value space-separated parameters, contrary to the documentation:
value a single command-line argument; can contain space characters.
Perhaps because Ant thinks it is an argument to java, not javadoc?
-Doug
Matt Benson wrote:
--- Douglas Kramer <[EMAIL PROTECTED]> wrote:
The following java task fails with this error:
javadoc: error - invalid flag: -doclet com.sun.tools.doclets.formats.mif.MIFDoclet
which is a perfectly valid option for javadoc.
[SNIP]
Could something be wrong with the <arg value=xxx> lines?
Can you first try:
<arg value="-doclet" /> <arg value="com.sun.tools.doclets.formats.mif.MIFDoclet" />
instead of:
<arg value="-doclet com.sun.tools.doclets.formats.mif.MIFDoclet" />
?
-Matt
-Doug
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
