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

/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java90 private File workspacePath; field in class:CheckPrecommit
137 workspacePath = getProject().getBaseDir();
141 workspacePath = new File(workspace);
154 checkDir(new File(workspacePath, "resource"));
230 if (filePath.startsWith(workspacePath.getPath() + "/"))
232 filePath = filePath.substring(workspacePath.getPath().length() + 1);
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java110 private File workspacePath; field in class:CheckPrecommit
157 workspacePath = getProject().getBaseDir();
161 workspacePath = new File(workspace);
176 ourClientManager.getStatusClient().doStatus(workspacePath, SVNRevision.WORKING,
286 if (filePath.startsWith(workspacePath.getPath() + "/"))
288 filePath = filePath.substring(workspacePath.getPath().length() + 1);
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java111 private File workspacePath; field in class:CheckPrecommit
158 workspacePath = getProject().getBaseDir();
162 workspacePath = new File(workspace);
177 ourClientManager.getStatusClient().doStatus(workspacePath, SVNRevision.WORKING,
287 if (filePath.startsWith(workspacePath.getPath() + "/"))
289 filePath = filePath.substring(workspacePath.getPath().length() + 1);
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java111 private File workspacePath; field in class:CheckPrecommit
158 workspacePath = getProject().getBaseDir();
162 workspacePath = new File(workspace);
177 ourClientManager.getStatusClient().doStatus(workspacePath, SVNRevision.WORKING,
287 if (filePath.startsWith(workspacePath.getPath() + "/"))
289 filePath = filePath.substring(workspacePath.getPath().length() + 1);
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java110 private File workspacePath; field in class:CheckPrecommit
157 workspacePath = getProject().getBaseDir();
161 workspacePath = new File(workspace);
176 ourClientManager.getStatusClient().doStatus(workspacePath, SVNRevision.WORKING,
286 if (filePath.startsWith(workspacePath.getPath() + "/"))
288 filePath = filePath.substring(workspacePath.getPath().length() + 1);

Completed in 34 milliseconds