Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.7
-
Fix Version/s: None
-
Labels:None
-
Environment:Win 2K, JDK 1.6 b2
-
Number of attachments :
Description
1/ The consolidated javadoc does not seem to take into account any javadoc settings, nor use any default like:
maven.javadoc.bottom (for copyright stuff).
2/ I also seems to complain (just warnings) that the classpath does not include reference to the dependencies jars (hence it cannot link to some imported classes, eg:
[javadoc] C:\project\objectlabkit\datecalc-joda\src\main\java\net\objectlab\kit\datecalc\joda\HolidayHandlerYearMonthDayWrapper.java:23: package org.joda.time does not exist
[javadoc] import org.joda.time.LocalDate;
[javadoc] ^
May be it could include the dependencies by default?
Thanks
Point 2 should be fixed in SVN, point 1 requires a bit more work...