I have noticed that the recent change to DataInputStream has broken
RandomAccessFile in Classpath.  Will it be long before this is fixed?
Trying to determine if I should try my changes against 0.01 rather
than against CVS before checking them in.

Thanks,
Brian

Found 9 semantic errors compiling "../java/io/RandomAccessFile.java":

   399.   return(DataInputStream.convertToBoolean(byte_read));
                 <----------------------------------------->
*** Error: No method named "convertToBoolean" was found in type 
"java/io/DataInputStream".


   426.   return(DataInputStream.convertToByte(byte_read));
                 <-------------------------------------->
*** Error: No method named "convertToByte" was found in type "java/io/DataInputStream".


   453.   return(DataInputStream.convertToUnsignedByte(byte_read));
                 <---------------------------------------------->
*** Error: No method named "convertToUnsignedByte" was found in type 
"java/io/DataInputStream".

   488.   return(DataInputStream.convertToChar(buf));
                 <-------------------------------->
*** Error: No method named "convertToChar" was found in type "java/io/DataInputStream".


   525.   return(DataInputStream.convertToShort(buf));
                 <--------------------------------->
*** Error: No method named "convertToShort" was found in type 
"java/io/DataInputStream".


   560.   return(DataInputStream.convertToUnsignedShort(buf));
                 <----------------------------------------->
*** Error: No method named "convertToUnsignedShort" was found in type 
"java/io/DataInputStream".


   598.   return(DataInputStream.convertToInt(buf));
                 <------------------------------->
*** Error: No method named "convertToInt" was found in type "java/io/DataInputStream".


   638.   return(DataInputStream.convertToLong(buf));
                 <-------------------------------->
*** Error: No method named "convertToLong" was found in type "java/io/DataInputStream".


   830.   return(DataInputStream.convertFromUTF(buf));
                 <--------------------------------->
*** Error: No method named "convertFromUTF" was found in type 
"java/io/DataInputStream".

Found 1 semantic error compiling "../java/io/LineNumberReader.java":

    92.   this(in, DEFAULT_BUFFER_SIZE);
                   <----------------->
*** Error: No entity named "DEFAULT_BUFFER_SIZE" was found in this environment.
make[1]: *** [compile-classes] Error 1
make[1]: Leaving directory `/home/cbj/cvs/classpath/lib'
make: *** [all-recursive] Error 1

-- 
Brian Jones <[EMAIL PROTECTED]>

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to