On Wed, 13 Mar 2002, Lev Assinovsky wrote:
> Hello!
> I found that when run "ant dist":
> 
>   [javadoc] Constructing Javadoc information...
>   [javadoc] Standard Doclet version 1.4.0

The messages you are seeing are just warnings.  They should be fixed, but 
they shouldn't prevent you from being able to generate javadoc 
information.  

regards,
michael

>   [javadoc] 
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] Building index for all the packages and classes...
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/LRUMap.java:134:
> warning - Tag @see: missing #: "removeLRU()"
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/LRUMap.java:134:
> warning - Tag @see: can't find removeLRU() in
> org.apache.commons.collections.LRUMap
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:71:
> warning - Tag @link: reference not found: Map.Entry Map.Entry
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:87:
> warning - Tag @link: reference not found: Map.Entry#equals(Object)
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:104:
> warning - Tag @link: reference not found: Map.Entry#hashCode()
>   [javadoc] Building index for all classes...
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:71:
> warning - Tag @link: reference not found: Map.Entry Map.Entry
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/AbstractBag.java:84:
> warning - Tag @link: can't find setMap(Map) in
> org.apache.commons.collections.AbstractBag
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/AbstractBag.java:84:
> warning - Tag @link: can't find setMap(Map) in
> org.apache.commons.collections.AbstractBag
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/AbstractBag.java:84:
> warning - Tag @link: can't find setMap(Map) in
> org.apache.commons.collections.AbstractBag
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/ArrayIterator.java:74:
> warning - @ is an unknown tag.
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:71:
> warning - Tag @link: reference not found: Map.Entry Map.Entry
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:87:
> warning - Tag @link: reference not found: Map.Entry#equals(Object)
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:104:
> warning - Tag @link: reference not found: Map.Entry#hashCode()
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:87:
> warning - Tag @link: reference not found: Map.Entry#equals(Object)
>   [javadoc]
> /tmp/buildtemp_200203131311/org/apache/commons/collections/DefaultMapEntry.java:104:
> warning - Tag @link: reference not found: Map.Entry#hashCode()
>   [javadoc] Generating
> /hdc2/archive/Jakarta/jakarta-commons/collections/dist/docs/api/stylesheet.css...
> 
> 


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

Reply via email to