[Bug 84] jar c0mf@ causes error "Illegal option: @"
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Dec 3 18:53:18 PST 2007
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=84
------- Comment #3 from jarkko.lietolahti at jab.fi 2007-12-04 02:53 -------
The problem was related to the version/vendor of the jar program used during
early parts of the building.
jarkko at azkaban:~$ readlink -f /usr/bin/jar
/usr/bin/fastjar
Actually it was gjar that supports the @ and Sun's (or somebody else's
doesn't).
fastjar --help
Usage: fastjar {ctxuV}[vfm0ME@] [jar-file] [manifest-file] [-C dir] files ...
I changed jar to something else (maybe it's from Sun's JDK bin/jar) and the
build finished. Now after initial succesful build it's using some other jar to
everything seems to work during rebuild (not from clean source).
--
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