On Wed, 13 Mar 2002, Guillaume Rousse <[EMAIL PROTECTED]> wrote: > Anyway, and before this is fixed in a next jdk release, any > workaround idea ?
You said it worked from the command line (just using a different command than Ant did). Which command did you use? You can use <exec> instead of <javadoc> with the command that worked for you. You won't have any performance impact as Ant forks a new VM for <javadoc> anyway. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
