This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [classpath-095-merge-branch] implement java.io.File methods
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Mon, 21 May 2007 12:02:22 -0600
- Subject: Re: [classpath-095-merge-branch] implement java.io.File methods
- References: <464CC7FF.70809@ubuntu.com>
- Reply-to: tromey at redhat dot com
>>>>> "Matthias" == Matthias Klose <doko@ubuntu.com> writes:
Matthias> This patch implements the native support for new methods in
Matthias> java.io.File. Checked in to the classpath-095-merge-branch.
Matthias> Missing are the native changes for natFileWin32.cc (only
Matthias> natFilePosix.cc done).
Maybe you could add stubs to the other File implementations that throw
an exception, just so we can keep them linking for the time being.
Mohan, could you try a patch if Matthias (or someone :) wrote one? Or
would you prefer it if the work simply went in on trunk, temporarily
breaking the Windows build?
Tom