Thanks for your help. A comment below.
Dominique Devienne wrote:
-Original Message-
From: Douglas Kramer [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 27, 2005 4:53 PM
To: user@ant.apache.org
Subject: Ant: java task - invalid flag
The following java task fails with this error:
javadoc
--- Douglas Kramer <[EMAIL PROTECTED]> wrote:
> Instant success!! Thank you.
>
> Any explanation for why the anomaly that
> cannot contain a value
> space-separated parameters, contrary to the
> documentation:
>
>value a single command-line argument; can
> contain space characters.
>
>
Instant success!! Thank you.
Any explanation for why the anomaly that 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
> -Original Message-
> From: Douglas Kramer [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 27, 2005 4:53 PM
> To: user@ant.apache.org
> Subject: Ant: java task - invalid flag
>
> The following java task fails with this error:
>
> javadoc: er
--- 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
> lines?
>
Ca
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.
Notice java calls javadoc Main, which then