Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.4
-
None
-
Patch Available
Description
make install produces scary looking compile errors while creating java api. These turn out to be of no consequence functionally - just caused by the javadoc ant task not having a classpathref, and thus not finding slf4j, etc. APIs.
The following patch just adds the test classpath (since this has everything) to the javadoc task:
130d129
< classpathref="test.classpath"