Searched refs:err (Results 1 - 16 of 16) sorted by relevance

/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/tools/
H A DJDiff.java96 System.err.println("Usage: " + name + " file1 file2");
113 System.err.println("------");
115 System.err.println("------" + new Date());
123 System.err.println("INTERNAL ERROR:"
H A DJRCS.java79 System.err.println("usage: ");
91 System.err.println();
92 System.err.println("==========================================");
174 System.err.println(e.getMessage());
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearch.java59 System.err.println(e.getMessage());
60 System.err.println(usage);
71 System.err.println("Failed to read config file: ");
72 System.err.println(e.getMessage());
99 System.err.println("You must specify a configuration file");
100 System.err.println(usage);
105 System.err.println("You did not specify a valid query");
106 System.err.println(usage);
122 System.err.println("Your search \"" + engine.getQuery() + "\" did not match any files.");
142 System.err
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexer.java93 System.err.println(cmdOptions.getUsage());
117 System.err.println("OpenGrok: " + ex.getMessage());
118 System.err.println(cmdOptions.getUsage());
221 System.err.println("ERROR: You should pass either \"on\" or \"off\" as argument to -r");
222 System.err.println(" Ex: \"-r on\" will allow retrival for remote SCM systems");
223 System.err.println(" \"-r off\" will ignore SCM for remote systems");
231 System.err.println("ERROR: File '"
236 System.err.println("INFO: file with extra "
247 System.err.println("ERROR: You should pass either \"on\" or \"off\" as argument to -O");
248 System.err
[all...]
H A DCommandLineOptions.java225 System.err.println(exp.getLocalizedMessage());
/opengrok-sun/test/org/opensolaris/opengrok/util/
H A DExecutorTest.java71 String err = instance.getErrorString();
72 assertEquals(0, err.length());
/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DOGAgent.java80 System.err.println("Failed to read configuration");
81 e.printStackTrace(System.err);
114 System.err.println("Cannot load file \"" + file.getAbsolutePath() + "\": No such file");
125 System.err.println("Failed to decode agent url");
126 ex.printStackTrace(System.err);
292 System.err.println("OGAgent failed set up logging: " + ex);
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DFastCharStream.java104 System.err.println("Caught: " + e + "; ignoring.");
/opengrok-sun/test/org/opensolaris/opengrok/management/
H A DOGAgentTest.java49 savedSystemErr = System.err;
/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java134 final SpoolHandler err = new SpoolHandler();
140 err.processStream(errorStream);
156 stderr = err.getBytes();
/opengrok-sun/test/org/opensolaris/opengrok/search/
H A DSearchTest.java49 static PrintStream err = System.err; field in class:SearchTest
83 System.setErr(err);
/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DLuceneCompatibilityTest.java130 System.err.println(name + " failed: " + cause.getMessage() + " from " + LUCENE_TEST_CLASS + ":" + LUCENE_TEST_METHOD);
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DSubversionRepository.java280 IOException err = new IOException("Failed to create SAX parser", ex);
281 throw err;
/opengrok-sun/src/org/opensolaris/opengrok/
H A DOpenGrokLogger.java186 System.err.println("Exception logging " + ex1);
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DEftarFile.java260 System.err.println("Usage inputFile [inputFile ...] outputFile");
/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DOpenGrokTrayApp.java71 System.err.println("-config, argument missing: config file");

Completed in 737 milliseconds