mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
6748541: javadoc should be reusable
Reviewed-by: bpatel
This commit is contained in:
parent
1dc1dcab49
commit
55ef4bc22e
26 changed files with 54 additions and 62 deletions
|
@ -89,7 +89,9 @@ public class Tester {
|
|||
public void run() throws IOException {
|
||||
try {
|
||||
if (com.sun.tools.javadoc.Main.execute("javadoc",
|
||||
docletName, args) != 0) {
|
||||
docletName,
|
||||
getClass().getClassLoader(),
|
||||
args) != 0) {
|
||||
throw new Error("Javadoc errors encountered.");
|
||||
}
|
||||
System.out.println("--> Output written to " + outputFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue