Searched defs:buildDir (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DGenerator.java69 " -buildDir <value> The directory beneath which the build-controlled artifacts (such as the Painters) should\n" +
79 File buildDir = new File(System.getProperty("user.dir"));
91 buildDir = new File(value);
103 System.out.println(" buildDir :" + buildDir.getAbsolutePath());
111 Generator.init(full, buildDir, packagePrefix, lafName, model);
121 * @param buildDir The directory beneath which the build-controlled artifacts (such as the Painters) should
132 private Generator(boolean full, File buildDir, argument
139 if (buildDir == null) {
156 //(That is, given the buildDir an
167 init(boolean full, File buildDir, String packageNamePrefix, String lafName, SynthModel model) argument
[all...]

Completed in 41 milliseconds