[jdom-interest] JavaDoc build with JDK 1.1.8 generates lots of messages

Brad Morgan Brad.Morgan at e-pubcorp.com
Mon Sep 18 12:16:09 PDT 2000


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

JDOM Build System
-------------------

Building with classpath
/usr/java1.1/lib/tools.jar:./lib/xerces.jar:./lib/ant.jar:/usr/java1.1/lib/d
ev.jar:/usr/java1.1/lib/classes.zip:/usr/java1.1/lib/rt.jar:./lib/collection
s.jar

Starting Ant...

Buildfile: build.xml

init:
----------- JDOM 1.0beta5 [2000] ------------

prepare:

prepare-src:

collections:
  [replace] Replacing java.util.Collection -->
com.sun.java.util.collections.Collection
  [replace] Replacing java.util.Map --> com.sun.java.util.collections.Map
  [replace] Replacing java.util.HashMap -->
com.sun.java.util.collections.HashMap
  [replace] Replacing java.util.List --> com.sun.java.util.collections.List
  [replace] Replacing java.util.LinkedList -->
com.sun.java.util.collections.LinkedList
  [replace] Replacing java.util.Set --> com.sun.java.util.collections.Set
  [replace] Replacing java.util.HashSet -->
com.sun.java.util.collections.HashSet
  [replace] Replacing java.util.Iterator -->
com.sun.java.util.collections.Iterator
  [replace] Replacing java.util.* --> java.util.*;\u000aimport
com.sun.java.util.collections.*

javadoc:
    [mkdir] Created dir: /home/bmorgan/jdom/build/apidocs
  [javadoc] Generating Javadoc
  [javadoc] Parsing source files for packages
  [javadoc] Could not evaluate package for
/home/bmorgan/jdom/build/src/Count.java
  [javadoc] Could not evaluate package for
/home/bmorgan/jdom/build/src/PrettyPrinter.java
  [javadoc] Could not evaluate package for
/home/bmorgan/jdom/build/src/ContentLister.java
  [javadoc] Could not evaluate package for
/home/bmorgan/jdom/build/src/WarReader.java
  [javadoc] Could not evaluate package for
/home/bmorgan/jdom/build/src/SAXBuilderDemo.java
  [javadoc] Could not evaluate package for
/home/bmorgan/jdom/build/src/DOMBuilderDemo.java
  [javadoc] Javadoc execution
  [javadoc] Loading source files for org.jdom
  [javadoc] Loading source files for org.jdom.adapters
  [javadoc] Loading source files for org.jdom.output
  [javadoc] Loading source files for org.jdom.input
  [javadoc] Generating documentation for class org.jdom.Attribute
  [javadoc] Method int getIntValue()
  [javadoc]     declares that it throws class
org.jdom.DataConversionException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method long getLongValue()
  [javadoc]     declares that it throws class
org.jdom.DataConversionException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method float getFloatValue()
  [javadoc]     declares that it throws class
org.jdom.DataConversionException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method double getDoubleValue()
  [javadoc]     declares that it throws class
org.jdom.DataConversionException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method boolean getBooleanValue()
  [javadoc]     declares that it throws class
org.jdom.DataConversionException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Generating documentation for class org.jdom.output.DOMOutputter
  [javadoc] Method org.w3c.dom.Document output(org.jdom.Document)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.w3c.dom.Element output(org.jdom.Element)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.w3c.dom.Attr output(org.jdom.Attribute)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.w3c.dom.Element output(org.jdom.Element,
java.lang.String)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.w3c.dom.Document output(org.jdom.Document,
java.lang.String)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.w3c.dom.Attr output(org.jdom.Attribute,
java.lang.String)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Generating documentation for class org.jdom.input.DOMBuilder
  [javadoc] Method org.jdom.Document build(java.io.InputStream)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document build(java.io.File)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document build(java.net.URL)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Generating documentation for class org.jdom.input.SAXBuilder
  [javadoc] Method org.jdom.Document build(org.xml.sax.InputSource)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document build(java.io.InputStream)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document build(java.io.File)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document build(java.net.URL)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document
build(java.io.InputStream,java.lang.String)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document build(java.io.Reader)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document build(java.io.Reader, java.lang.String)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Method org.jdom.Document build(java.lang.String)
  [javadoc]     declares that it throws class org.jdom.JDOMException,
  [javadoc]     but there is no corresponding @exception item
  [javadoc] Generating index
  [javadoc] Sorting 345 items...done

BUILD SUCCESSFUL

Total time: 6 minutes 2 seconds

Brad Morgan
e-Publishing Corp.

Email: Brad.Morgan at e-pubcorp.com
Phone: (719)593-7377 x35
Fax: (719)593-2996

e-Publishing Corp. is a BroadVision company
NOTICE: This message is intended only for the use of the Addressee and may
contain information that is PRIVILEGED and CONFIDENTIAL. If you are not the
intended recipient, dissemination of this communication is prohibited. If
you have received this communication in error, please erase all copies of
the message and its attachments and notify us immediately.





More information about the jdom-interest mailing list