--- Douglas Kramer <[EMAIL PROTECTED]> wrote: > 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?
DD explained it perfectly; I'm sure you composed this before you saw his answer. But as he said, why *don't* you use the javadoc task? -Matt > > -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] > > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
