This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compiling XML parsers (xerces, Dom4j, etc...)
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Ray Auge <rayauge at doublebite dot com>, GCJ-Java <java at gcc dot gnu dot org>
- Date: 05 Nov 2004 11:22:14 -0700
- Subject: Re: Compiling XML parsers (xerces, Dom4j, etc...)
- References: <1099526941.27810.21.camel@rottylin.doublebite.com><41898C65.3090501@redhat.com>
- Reply-to: tromey at redhat dot com
Bryce> You can compile resource bundles into shared libraries by way of the
Bryce> --resource argument to GCJ. Its likely that GCJ needs some
Bryce> improvement/bug-fixes in this area, however - I suspect resources
Bryce> contained in .jar's may not be compiled automatically?
Actually, we implemented this last year. All non-.class files in a
jar are compiled as resources. This is in 3.4.
Tom