diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html index 5414ab5a8..4f1129a21 100644 --- a/docs/manual/CoreTasks/javadoc.html +++ b/docs/manual/CoreTasks/javadoc.html @@ -69,6 +69,13 @@ The workaround is providing the jars with these implementations (like JAXBs to <javadoc> using classpath, classpathref attributes or nested <classpath> element.
+Note: many problems with running javadoc stem from command
+ lines that have become too long - even though the error message
+ doesn't give the slightest hint this may be the problem. If you
+ encounter problems with the task, try to set
+ the useexternalfile
attribute to true
+ first.