From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Green" To: Subject: JSP status Date: Wed, 19 Sep 2001 19:17:00 -0000 Message-id: <022c01c1417b$13241840$46e7b4cd@cygnus.com> X-SW-Source: 2001-09/msg00036.html I checked in a libgcj patch today (for gnu.gcj.protocol.file.Handler.java) so Tomcat's JSP examples get a little bit futher now. It properly extracts the java code from the JSP page, writes it to a file, and invokes gcj to generate a proper .so file (I still need to check in my GnuJavaCompiler.java changes for this). It looks like finishing the job will actually involve hacking some of the upstream sources, which is a real shame. It assumes the compiler is generating a .class file, and tries to manipulate that .class file (rename it, among other things). I don't think the changes will be large, but I really wonder if we'll be able to get the upstream maintainers to accept them. I really want to avoid local changes as much as possible. AG