This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: XML problems
- From: Tom Tromey <tromey at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: GCC Java <java at gcc dot gnu dot org>
- Date: 05 Mar 2007 11:13:14 -0700
- Subject: Re: XML problems
- References: <45D41821.9010200@gmx.ch> <m3ejo3li9a.fsf@localhost.localdomain> <45EC5C68.7090501@gmx.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
Marco> Is it technically possible to automatically checkout the classpath
Marco> trunk when building GCJ? E.g. --checkout-GNU-classpath or something ;-)
Marco> I don't know if it's a big deal to import a new classpath version but
Marco> I think it would be very helpful. Would that make sense or lead to big
Marco> problems?
At one point we hoped it would be possible but since then we've had a
lot of build system divergence. Look for "GCJ LOCAL" in the Classpath
Makefiles, configure, etc.
Finding some way to merge this stuff back upstream so we can go back
to allowing this would be nice.
There's still some documentation on how to do the build this way in
HACKING, but parts are probably obsolete.
Tom