|
Chris A. Mattmann made changes - 24/Nov/06 06:27 PM
Chris A. Mattmann made changes - 30/Jan/07 05:54 AM
I've fixed this issue in the trunk. I had to modify the existing commons-logging-1.4.0 and 1.3.0 jars within nutch/lib and within nutch/src/plugin/ontology/lib. Turns out that if you include the package.html file within the jar file, Javadoc gets confused as to which one it should use. That was the only real gotcha. This should address all the javadoc warnings that were being generated.
Chris A. Mattmann made changes - 30/Jan/07 05:57 AM
Fixed in the trunk:
Chris A. Mattmann made changes - 30/Jan/07 05:58 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details
its just confusing nothing more.
regards