This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/9532] jar -C flag is incompatible with Sun's
- From: "jim dot balter at cw dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2003 21:13:45 -0000
- Subject: [Bug java/9532] jar -C flag is incompatible with Sun's
- References: <20030201043600.9532.jim.balter@cw.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9532
------- Additional Comments From jim.balter@cw.com 2003-06-12 21:13 -------
Subject: Re: jar -C flag is incompatible with Sun's
On 6/10/03 7:03 AM, neroden@gcc.gnu.org wrote:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9532
>
>
> neroden@gcc.gnu.org changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |WAITING
>
>
> ------- Additional Comments From neroden@gcc.gnu.org 2003-06-10 14:03 -------
> I can't reproduce this. The stated condition works for me (with the same version, no less.)
I have no idea what "the stated condition" means. Did you try the
"How-To-Repeat"?
mkdir foo
echo > foo/bar
jar cf foo.jar -C foo bar -C foo bar
(The error message "Error adding -C to jar archive!"
suggests another bug).
> Can the submitter verify that this really happens?
Yes.