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

/openjdk7/jdk/make/tools/src/build/tools/compileproperties/
H A DCompileProperties.java56 public class CompileProperties { class
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompileProperties.java45 * Usage: java CompileProperties [path to .properties file] [path to .java file to be output] [super class]
54 public class CompileProperties { class
57 CompileProperties cp = new CompileProperties();
85 System.err.println("ERROR: CompileProperties: " + msg);
283 log.info(" java CompileProperties path_to_properties_file path_to_java_output_file [super_class]");
285 log.info(" java CompileProperties {-compile path_to_properties_file path_to_java_output_file super_class} -or- -optionsfile filename");
288 log.info(" java CompileProperties -compile test.properties test.java java.util.ListResourceBundle");
289 log.info(" java CompileProperties -optionsfile option_file");

Completed in 574 milliseconds