This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling multiple --resource files


>>>>> "Ø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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]