This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compiling multiple --resource files
On Fri, 2003-11-07 at 22:05, Tom Tromey wrote:
> >>>>> "Ã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?
Yes.
> If so, then we've got a bug somewhere.
I find it surprising that classpathx expects stuff in the META-INF
directory to be in the classpath.
Ãyvind