[jdom-interest] JavaDoc build with JDK 1.1.8 generates lots o
f messages
Galluzzo, Eric
EGalluzzo at synchrony.net
Mon Sep 18 13:11:53 PDT 2000
> -----Original Message-----
> From: Brad Morgan [mailto:Brad.Morgan at e-pubcorp.com]
> Sent: Monday, September 18, 2000 3:16 PM
> To: jdom-interest at jdom.org
> Subject: [jdom-interest] JavaDoc build with JDK 1.1.8
> generates lots of
> messages
>
>
> I don't get these messages when I build with JDK 1.3. I
> don't know if they
> are important or not so I included them here just in case.
>
>
> bmorgan$ ./build11.sh javadoc
[snip]
Yup, I got these with JDK 1.1 as well. They're probably because the Javadoc
comments use @throws (introduced in JDK 1.2) instead of @exception (which
has been there since 1.0). Since I prefer JDK1.2's Javadoc output, I always
use that to generate docs anyway. :)
- Eric
More information about the jdom-interest
mailing list