Ainsi parlait Stefan Bodewig :
> 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?
-subpackages options, which is javadoc 1.4 specific :-(

> 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.
So i need to test jdk version first, use an exec task if 1.4, and a javadoc 
task in the opposite case. I'll try this.
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to