CVSROOT: /sources/classpath
Module name: classpath
Branch: classpath-0_97-release-branch
Changes by: Andrew John Hughes <gnu_andrew> 08/06/02 22:59:08
Modified files:
. : ChangeLog
tools/gnu/classpath/tools/getopt: OptionException.java
tools/gnu/classpath/tools/jar: Main.java
Log message:
Backport gjar fix to 0.97 branch.
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&only_with_tag=classpath-0_97-release-branch&r1=1.9526.2.17&r2=1.9526.2.18
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/getopt/OptionException.java?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.1&r2=1.1.12.1
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jar/Main.java?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.9&r2=1.9.4.1