Home
last modified time | relevance | path

Searched refs:packFile (Results 1 – 1 of 1) sorted by relevance

/AOO42X/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java74 File packFile = null; in findOpenofficeHome() local
81 packFile = FileUtil.download(prop, downloadDir); in findOpenofficeHome()
82 if (packFile == null) in findOpenofficeHome()
87 packFile = FileUtil.download(prop, downloadDir, true, skipped); in findOpenofficeHome()
88 if (packFile == null) in findOpenofficeHome()
94 packFile = new File(prop); in findOpenofficeHome()
95 if (!packFile.isFile()) in findOpenofficeHome()
103 if (packFile.getName().endsWith(".gz")) { in findOpenofficeHome()
105 …if (SystemUtil.exec(new String[] { "tar", "-zxpf", packFile.getAbsolutePath(), "-C", installTempDi… in findOpenofficeHome()
106 …w RuntimeException(MessageFormat.format("{0} can not be installed! Cause: {1}", packFile, output)); in findOpenofficeHome()
[all …]