> No mention of a bug report destination in the archive, so here's a
> quickie.
I'll have to get off my butt and get RoundUp working on the server
for bug-tracking. In order to do that though, we need a polished
pilot-link homepage! =)
> If it's not on the CLASSPATH, then "configure" can't find its
> "test.java", AND the error message is suppressed which suggests the
> configure option "--with-java=/some/java/install/dir"
Ok, I made a few fixes to the Java code in the tree and the
Makefile.in to stop some of the garbage errors (bad ln syntax, bad path
for doConstants), but I ran into some areas where I'm just not good enough
at Java to nail them down. Then again, I'm using JDK 1.2.2, but that
shouldn't break the code... or?
Can you give me a hand? I was able to build a large portion of the
kit, but ran into some errors (log attached). Some of the functions are
deprecated also, and need to be updated.
---
Pdapilot/Char4.java:42: Note: The method void getBytes(int, int, byte[],
int) in class java.lang.String has been deprecated.
id.getBytes(0, 4, by, 0);
^
Pdapilot/Char4.java:64: Note: The constructor
java.lang.String(byte[],int) has been deprecated.
return new String(b, 0);
^
./Pdapilot/Util.java:13: Note: The constructor
java.lang.String(byte[],int) has been deprecated.
{ return prettyPrint(new String(b,0)); }
^
./Pdapilot/Util.java:43: Note: The method java.lang.String readLine() in
class java.io.DataInputStream has been deprecated.
return dis.readLine();
^
Note: 2 files use or override a deprecated API. Please consult the
documentation for a better alternative in each case.
1 warning
/usr/local/jdk1.2.2/bin/javac -deprecation Pdapilot/DlpException.java
---
Thanks.
Java_pilot-link_error_log.tar.gz