Searched refs:propertiesPath (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/compileproperties/
H A DCompileProperties.java209 private static boolean createFile(String propertiesPath, String outputPath, argument
212 System.out.println("parsing: " + propertiesPath);
215 p.load(new FileInputStream(propertiesPath));
218 error("Cannot find file " + propertiesPath, e);
221 error("IO error on file " + propertiesPath, e);
224 String packageName = inferPackageName(propertiesPath, outputPath);
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompileProperties.java203 private boolean createFile(String propertiesPath, String outputPath, argument
206 log.verbose("parsing: " + propertiesPath);
209 p.load(new FileInputStream(propertiesPath));
212 log.error("Cannot find file " + propertiesPath, e);
215 log.error("IO error on file " + propertiesPath, e);
218 String packageName = inferPackageName(propertiesPath, outputPath);

Completed in 30 milliseconds