equal
deleted
inserted
replaced
34 public class DupOk extends Doclet |
34 public class DupOk extends Doclet |
35 { |
35 { |
36 public static void main(String[] args) { |
36 public static void main(String[] args) { |
37 // run javadoc on package p |
37 // run javadoc on package p |
38 if (com.sun.tools.javadoc.Main. |
38 if (com.sun.tools.javadoc.Main. |
39 execute("javadoc", "DupOk", |
39 execute("javadoc", "DupOk", DupOk.class.getClassLoader(), |
40 new String[] |
40 new String[] |
41 {"-sourcepath", |
41 {"-sourcepath", |
42 System.getProperty("test.src", ".") + java.io.File.separatorChar + "sp1" + |
42 System.getProperty("test.src", ".") + java.io.File.separatorChar + "sp1" + |
43 System.getProperty("path.separator") + |
43 System.getProperty("path.separator") + |
44 System.getProperty("test.src", ".") + java.io.File.separatorChar + "sp2", |
44 System.getProperty("test.src", ".") + java.io.File.separatorChar + "sp2", |