equal
deleted
inserted
replaced
70 printSummary(); |
70 printSummary(); |
71 } |
71 } |
72 |
72 |
73 /** Run javadoc */ |
73 /** Run javadoc */ |
74 public static void runJavadoc(String[] javadocArgs) { |
74 public static void runJavadoc(String[] javadocArgs) { |
75 if (com.sun.tools.javadoc.Main.execute(javadocArgs) != 0) { |
75 if (com.sun.tools.javadoc.Main.execute(AuthorDD.class.getClassLoader(), |
|
76 javadocArgs) != 0) { |
76 throw new Error("Javadoc failed to execute"); |
77 throw new Error("Javadoc failed to execute"); |
77 } |
78 } |
78 } |
79 } |
79 |
80 |
80 /** |
81 /** |