This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compiling multiple --resource files
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Øyvind Harboe <oyvind dot harboe at zylin dot com>, <java at gcc dot gnu dot org>
- Date: 08 Nov 2003 13:53:13 -0700
- Subject: Re: Compiling multiple --resource files
- References: <Pine.LNX.4.44.0311080857001.32767-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> My feeling is that this is a mistake. XML parsers depend on resources in
Jeff> META-INF. Probably the manifest should be skipped, but not other entries
Jeff> in META-INF.
I agree, and I checked in a patch to do this. When I wrote this I
don't think I knew other entries would end up in there... sigh.
Tom