OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logsWithErrors
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java
61
private Vector
logsWithErrors
;
67
this.
logsWithErrors
= new Vector();
136
logsWithErrors
.add(file);
184
logsWithErrors
.add(new File(file.getParentFile(),file.getName().replaceAll(".xml", ".html")));
192
Enumeration enumeration =
logsWithErrors
.elements();
194
if (
logsWithErrors
.size() > 0) {
198
String [] logFiles = new String [
logsWithErrors
.size()];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar
Completed in 31 milliseconds