Home | History | Annotate | Download | only in doclet

Lines Matching refs:sourcepath

45     static String sourcepath;

51 sourcepath = System.getProperty("java.io.tmpdir");
52 sourcepath = sourcepath + separator + "cts" + separator;
53 System.out.println(">> "+sourcepath);
79 String directory = sourcepath;
98 File file = new File(sourcepath);
149 // String sourcepath = "//D:/Documents/Projects/08_CTS/signature-tools/signature-tools/test/";
150 options.append(new String[]{"-sourcepath", sourcepath});
157 compOpts.put("-sourcepath", sourcepath);