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: 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