Searched refs:workspacePath (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DGetSubversionRevision.java103 File workspacePath;
106 workspacePath = getProject().getBaseDir();
110 workspacePath = new File(workspace);
116 SVNInfo svnInfo = ourClientManager.getWCClient().doInfo(workspacePath, SVNRevision.WORKING);
H A DGetSubversionUrlRepo.java104 File workspacePath;
107 workspacePath = getProject().getBaseDir();
111 workspacePath = new File(workspace);
117 SVNInfo svnInfo = ourClientManager.getWCClient().doInfo(workspacePath, SVNRevision.WORKING);
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 DGetSubversionRevision.java104 File workspacePath;
107 workspacePath = getProject().getBaseDir();
111 workspacePath = new File(workspace);
117 SVNInfo svnInfo = ourClientManager.getWCClient().doInfo(workspacePath, SVNRevision.WORKING);
H A DGetSubversionUrlRepo.java105 File workspacePath;
108 workspacePath = getProject().getBaseDir();
112 workspacePath = new File(workspace);
118 SVNInfo svnInfo = ourClientManager.getWCClient().doInfo(workspacePath, SVNRevision.WORKING);
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 DGetSubversionRevision.java104 File workspacePath;
107 workspacePath = getProject().getBaseDir();
111 workspacePath = new File(workspace);
117 SVNInfo svnInfo = ourClientManager.getWCClient().doInfo(workspacePath, SVNRevision.WORKING);
H A DGetSubversionUrlRepo.java105 File workspacePath;
108 workspacePath = getProject().getBaseDir();
112 workspacePath = new File(workspace);
118 SVNInfo svnInfo = ourClientManager.getWCClient().doInfo(workspacePath, SVNRevision.WORKING);
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 DGetSubversionRevision.java103 File workspacePath;
106 workspacePath = getProject().getBaseDir();
110 workspacePath = new File(workspace);
116 SVNInfo svnInfo = ourClientManager.getWCClient().doInfo(workspacePath, SVNRevision.WORKING);
H A DGetSubversionUrlRepo.java104 File workspacePath;
107 workspacePath = getProject().getBaseDir();
111 workspacePath = new File(workspace);
117 SVNInfo svnInfo = ourClientManager.getWCClient().doInfo(workspacePath, SVNRevision.WORKING);
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/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);

Completed in 60 milliseconds