Searched refs:emmaDataPath (Results 1 - 4 of 4) sorted by relevance

/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java113 private File emmaDataPath; field in class:CoverageDiff
127 emmaDataPath = new File(file);
170 if(emmaDataPath == null)
172 throw new BuildException("emmaDataPath attribute is not set. It must be set to the path of the EMMA data directory");
194 emmaDataView = loadEmmaData(emmaDataPath);
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java114 private File emmaDataPath; field in class:CoverageDiff
128 emmaDataPath = new File(file);
171 if(emmaDataPath == null)
173 throw new BuildException("emmaDataPath attribute is not set. It must be set to the path of the EMMA data directory");
195 emmaDataView = loadEmmaData(emmaDataPath);
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java114 private File emmaDataPath; field in class:CoverageDiff
128 emmaDataPath = new File(file);
171 if(emmaDataPath == null)
173 throw new BuildException("emmaDataPath attribute is not set. It must be set to the path of the EMMA data directory");
195 emmaDataView = loadEmmaData(emmaDataPath);
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java113 private File emmaDataPath; field in class:CoverageDiff
127 emmaDataPath = new File(file);
170 if(emmaDataPath == null)
172 throw new BuildException("emmaDataPath attribute is not set. It must be set to the path of the EMMA data directory");
194 emmaDataView = loadEmmaData(emmaDataPath);

Completed in 1377 milliseconds