Re: java task - invalid flag

2005-01-27 Thread Douglas Kramer
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

Re: Ant: java task - invalid flag

2005-01-27 Thread Matt Benson
--- 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. > >

Re: Ant: java task - invalid flag

2005-01-27 Thread Douglas Kramer
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

RE: java task - invalid flag

2005-01-27 Thread Dominique Devienne
> -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

Re: Ant: java task - invalid flag

2005-01-27 Thread Matt Benson
--- 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

Ant: java task - invalid flag

2005-01-27 Thread Douglas Kramer
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