Lines Matching refs:err

100             System.err.println(cmdOptions.getUsage());
124 System.err.println(ex.getMessage());
125 System.err.println(cmdOptions.getUsage());
226 System.err.println("ERROR: You should pass either \"on\" or \"off\" as argument to -r");
227 System.err.println(" Ex: \"-r on\" will allow retrival for remote SCM systems");
228 System.err.println(" \"-r off\" will ignore SCM for remote systems");
236 System.err.println("ERROR: File '" + ctagsOptions + "' not found for the -o option");
249 System.err.println("ERROR: You should pass either \"on\" or \"off\" as argument to -O");
250 System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation");
251 System.err.println(" \"-O off\" disable optimization of the index database");
270 System.err.println("ERROR: Source root must be a directory");
280 System.err.println("ERROR: Cannot create data root");
284 System.err.println("ERROR: Data root must be a directory");
305 System.err.println("ERROR: You should pass either \"on\" or \"off\" as argument to -Q");
306 System.err.println(" Ex: \"-Q on\" will just scan a \"chunk\" of the file and insert \"[..all..]\"");
307 System.err.println(" \"-Q off\" will try to build a more accurate list by reading the complete file.");
315 System.err.println("ERROR: Failed to parse argument to \"-m\": " + exp.getMessage());
326 System.err.println("ERROR: You should pass either \"on\" or \"off\" as argument to -a");
327 System.err.println(" Ex: \"-a on\" will allow a search to start with a wildcard");
328 System.err.println(" \"-a off\" will disallow a search to start with a wildcard");
338 System.err.println("ERROR: You must specify: -A extension:class");
339 System.err.println(" Ex: -A foo:org.opensolaris.opengrok.analysis.c.CAnalyzer");
340 System.err.println(" will use the C analyzer for all files ending with .foo");
341 System.err.println(" Ex: -A c:-");
342 System.err.println(" will disable the c-analyzer for for all files ending with .c");
369 System.err.println("ERROR: Failed to parse argument to \"-T\": " + exp.getMessage());
377 System.err.println("ERROR: Failed to parse argument to \"-z\": " + exp.getMessage());
387 System.err.println("ERROR: You should pass either \"on\" or \"off\" as argument to -l");
388 System.err.println(" Ex: \"-l on\" will enable locks in Lucene");
389 System.err.println(" \"-l off\" will disable locks in Lucene");
409 System.err.println(cmdOptions.getUsage());
417 System.err.println("ERROR: Failed to parse argument to \"-t\": " + exp.getMessage());
428 System.err.println("Internal Error - Unimplemented cmdline option: " + (char) cmd);
531 System.err.println(cmdOptions.getUsage());