Message513

Author bab
Recipients
Date 2001-12-09.23:40:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi.  Jython will no longer compile under JDK 1.1.
The problem is that PyFile.java now calls
RandomAccessFile.setLength() which only appeared
in JDK 1.2.

The call to setLength() appears on line 479 of
org/python/core/PyFile.java.  In the debian build
I'm simply commenting out that entire implementation
of truncate(), leaving the superclass implementation
which throws an IOException.

Thanks - Ben.
History
Date User Action Args
2008-02-20 17:16:58adminlinkissue490961 messages
2008-02-20 17:16:58admincreate