This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: java/5552: jar fails to include class files in subdirectories
- From: Tom Tromey <tromey at redhat dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 31 Jan 2002 17:06:01 -0000
- Subject: Re: java/5552: jar fails to include class files in subdirectories
- Reply-to: Tom Tromey <tromey at redhat dot com>
The following reply was made to PR java/5552; it has been noted by GNATS.
From: Tom Tromey <tromey@redhat.com>
To: bero@redhat.de
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/5552: jar fails to include class files in subdirectories
Date: 31 Jan 2002 10:24:21 -0700
>>>>> "bero" == bero <bero@redhat.de> writes:
bero> jar cvf qtjava.jar org/kde/qt/*.class
bero> gcj's jar creates an empty manifest and packages it in an
bero> otherwise empty jar file.
I checked in a fix for this yesterday.
Please try that version and see if it works.
Thanks,
Tom