equal
deleted
inserted
replaced
87 } |
87 } |
88 |
88 |
89 public void run() throws IOException { |
89 public void run() throws IOException { |
90 try { |
90 try { |
91 if (com.sun.tools.javadoc.Main.execute("javadoc", |
91 if (com.sun.tools.javadoc.Main.execute("javadoc", |
92 docletName, args) != 0) { |
92 docletName, |
|
93 getClass().getClassLoader(), |
|
94 args) != 0) { |
93 throw new Error("Javadoc errors encountered."); |
95 throw new Error("Javadoc errors encountered."); |
94 } |
96 } |
95 System.out.println("--> Output written to " + outputFile); |
97 System.out.println("--> Output written to " + outputFile); |
96 } finally { |
98 } finally { |
97 out.close(); |
99 out.close(); |