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