[Bug 84] jar c0mf@ causes error "Illegal option: @"

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sat Jul 12 16:35:25 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=84





------- Comment #6 from gnu_andrew at member.fsf.org  2008-07-12 23:35 -------
The problem is:

gjar supports @ to read from stdin, but not @file to read a list from a file.
jar from OpenJDK is the opposite; it doesn't support @ as an option but does
support @file.

This has been fixed in IcedTea (post-1.2) by expanding the list on the command
line but this fails when the command line becomes too big (generally only
systems using dash).  gjar in Classpath CVS has also been fixed, but is not yet
in a release.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list