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: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- Cc: java at gcc dot gnu dot org
- Date: 07 Nov 2003 14:05:43 -0700
- Subject: Re: Compiling multiple --resource files
- References: <1068196420.17190.5.camel@famine>
- Reply-to: tromey at redhat dot com
>>>>> "Øyvind" == Øyvind Harboe <oyvind.harboe@zylin.com> writes:
Øyvind> I'm trying to put together something that can take .jar files and
Øyvind> compile non-class files with the --resource option.
Øyvind> Other tips?
With gcj 3.4, you should be able to simply compile the whole .jar
file. All non-.class files will be treated as resource files.
This looks related to PR 12894. That was filed against 3.4,
though... are you using 3.4? If so, then we've got a bug somewhere.
Tom