Backport fix for bz-63438 to 1.9.xmaster
@@ -6,6 +6,7 @@ Adam Sotona | |||||
Adrian Nistor | Adrian Nistor | ||||
Aleksandr Ishutin | Aleksandr Ishutin | ||||
Alex Rosen | Alex Rosen | ||||
Alexander Grund | |||||
Alexei Yudichev | Alexei Yudichev | ||||
Alexey Panchenko | Alexey Panchenko | ||||
Alexey Solofnenko | Alexey Solofnenko | ||||
@@ -22,6 +22,11 @@ Fixed bugs: | |||||
timestamps of files transferred recursively from a server. | timestamps of files transferred recursively from a server. | ||||
Bugzilla Report 66001 | Bugzilla Report 66001 | ||||
* Building Ant from source could result in the javadocs target failing if the | |||||
optional dependencies were missing. This has now been fixed. | |||||
Bugzilla Report 63438 | |||||
Other changes: | Other changes: | ||||
-------------- | -------------- | ||||
@@ -1399,7 +1399,8 @@ | |||||
windowtitle="${Name} API" | windowtitle="${Name} API" | ||||
doctitle="${Name}" | doctitle="${Name}" | ||||
maxmemory="1000M" | maxmemory="1000M" | ||||
verbose="${javadoc.verbose}"> | |||||
verbose="${javadoc.verbose}" | |||||
additionalparam="${javadoc.doclint.none}"> | |||||
<packageset dir="${java.dir}"/> | <packageset dir="${java.dir}"/> | ||||
@@ -1430,7 +1431,8 @@ | |||||
version="true" | version="true" | ||||
locale="en" | locale="en" | ||||
windowtitle="${Name} Test Utilities" | windowtitle="${Name} Test Utilities" | ||||
doctitle="${Name}"> | |||||
doctitle="${Name}" | |||||
additionalparam="${javadoc.doclint.none}"> | |||||
<!-- hide some meta information for javadoc --> | <!-- hide some meta information for javadoc --> | ||||
<tag name="pre" description="Precondition:" scope="all"/> | <tag name="pre" description="Precondition:" scope="all"/> | ||||
@@ -54,6 +54,10 @@ | |||||
<first>Alex</first> | <first>Alex</first> | ||||
<last>Rosen</last> | <last>Rosen</last> | ||||
</name> | </name> | ||||
<name> | |||||
<first>Alexander</first> | |||||
<last>Grund</last> | |||||
</name> | |||||
<name> | <name> | ||||
<first>Alexei</first> | <first>Alexei</first> | ||||
<last>Yudichev</last> | <last>Yudichev</last> | ||||