Home | History | Annotate | Download | only in classfile

Lines Matching full:system

36   private static String linesep = System.getProperty("line.separator");
74 System.err.println(ex);
75 System.err.println("(For non-argfile beginning with \"@\", use \"@@\" for initial \"@\".");
76 System.err.println("Alternative for filenames: indicate directory, e.g. as './@file'.");
77 System.err.println("Alternative for flags: use '=', as in '-o=@Deprecated'.)");
79 System.exit(1);
83 System.out.printf("extract-annotations (%s)", INDEX_UTILS_VERSION);
89 System.exit(-1);
94 System.exit(-1);
100 System.exit(-1);
105 System.out.println("reading: " + origName);
119 System.out.println("printing results to : " + outputFile);
122 System.out.println("There was an error in reading class: " + origName);
123 System.out.println(
127 System.out.println("Unknown error trying to extract annotations from: " +
129 System.out.println(e.getMessage());
131 System.out.println("Please submit a bug report at");
132 System.out.println(" https://github.com/typetools/annotation-tools/issues");
133 System.out.println("Be sure to include a copy of the output trace, instructions on how");
134 System.out.println("to reproduce this error, and all input files. Thanks!");
147 System.out.println("Error: bad class " + arg);
148 System.out.println("Use a fully qualified class name such as java.lang.Object");
149 System.out.println("or a filename such as .../path/to/MyClass.class");