Hey Guys,

When I run mvn javadoc:aggregate which normally works fine and builds the 
API docs for the website for me to push up to the site publish directory, in 1.2
I now get an error:

/Users/mattmann/tmp/tika1.2/tika-xmp/src/main/java/org/apache/tika/xmp/XMPMetadata.java:75:
 warning - Tag @see: missing '#': 
"org.apache.tika.xmp.XMPMetadata(org.apache.tika.metadata.Metadata, 
java.lang.String)
 But the mimetype is retrieved from the metadata map."
/Users/mattmann/tmp/tika1.2/tika-xmp/src/main/java/org/apache/tika/xmp/XMPMetadata.java:75:
 warning - Tag @see: can't find 
org.apache.tika.xmp.XMPMetadata(org.apache.tika.metadata.Metadata, 
java.lang.String) in org.apache.tika.xmp.XMPMetadata
java.lang.ClassCastException: com.sun.tools.javadoc.ClassDocImpl cannot be cast 
to com.sun.javadoc.AnnotationTypeDoc
        at 
com.sun.tools.javadoc.AnnotationDescImpl.annotationType(AnnotationDescImpl.java:46)
        at 
com.sun.tools.doclets.internal.toolkit.util.Util.isDeprecated(Util.java:811)
        at 
com.sun.tools.doclets.formats.html.ClassWriterImpl.writeClassDeprecationInfo(ClassWriterImpl.java:242)
        at 
com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.buildDeprecationInfo(ClassBuilder.java:229)
        at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)

...snip

Looks like it's in the tika-xmp module. Any idea what's going on? I'm kind of 
stumped, though
I did find this article: http://s.apache.org/OtJ which seemed to have some 
insight. Can one
of the tika-xmp gurus help me build the 1.2 site docs? That's the last thing 
needed
and the 1.2 release site updates will all be done.

Thanks!

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattm...@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to