CVSROOT: /sources/classpath Module name: classpath Changes by: Andrew John Hughes <gnu_andrew> 08/06/02 22:28:22
Modified files: . : ChangeLog tools/gnu/classpath/tools/getopt: OptionException.java tools/gnu/classpath/tools/jar: Main.java Log message: Add support to gjar for @file arguments. 2008-06-02 Andrew John Hughes <[EMAIL PROTECTED]> * tools/gnu/classpath/tools/getopt/OptionException.java: (OptionException(String,Throwable)): New constructor. * tools/gnu/classpath/tools/jar/Main.java: (fileLists): New queue for streams containing lists of files. (HandleFile.NotifyFile(String)): Check for '@' arguments and add to stream queue. (parsed(String)): Add stdin to queue instead of setting flag. (readNames()): Work with the queue rather than just stdin. (run(String[])): Always execute readNames(). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9623&r2=1.9624 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/getopt/OptionException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jar/Main.java?cvsroot=classpath&r1=1.9&r2=1.10