Searched refs:repoRoot (Results 1 – 2 of 2) sorted by relevance
53 private static File repoRoot = null; field in DirectorySearch62 Preconditions.checkNotNull(repoRoot, "repoRoot has not been initialized yet. Call " in getRepoRoot()64 return repoRoot; in getRepoRoot()75 if (repoRoot != null) { in findAndInitRepoRoot()87 repoRoot = file; in findAndInitRepoRoot()241 templateDirRoot = new File(repoRoot, REL_TEMPLATE_PATH_FROM_ROOT); in findTemplateDir()
63 File repoRoot = DirectorySearch.getRepoRoot(); in build() local65 File frameworkDir = new File(repoRoot, FRAMEWORK_MODULE_DIR); in build()68 buildFrameWorkModule(new File(repoRoot, FRAMEWORK_MODULE_DIR)); in build()74 File dir = new File(repoRoot, moduleDir); in build()76 logger.info("Directory " + moduleDir + " does not exist in " + repoRoot + in build()