Trouble Compiling Downloaded Source

Bill Smith bsmith@tridium.com
Wed, 20 Nov 2002 15:10:32 -0500


I downloaded mindterm_2.3.1-src.zip yesterday (11/19/2002).

When I try and compile the source, I get the following errors:

compile:
    [javac] Compiling 264 source files to =
D:\Projects\newbuild\mindterm\build
    [javac] =
D:\Projects\newbuild\mindterm\src\com\mindbright\asn1\ASN1InstanceOf.java=
:27: cannot resolve symbol
    [javac] symbol  : method setComponent =
(int,com.mindbright.asn1.ASN1OID)
    [javac] location: class com.mindbright.asn1.ASN1InstanceOf
    [javac]     setComponent(0, identifier);
    [javac]         ^
    [javac] =
D:\Projects\newbuild\mindterm\src\com\mindbright\asn1\ASN1InstanceOf.java=
:28: cannot resolve symbol
    [javac] symbol  : method setComponent =
(int,com.mindbright.asn1.ASN1Any)
    [javac] location: class com.mindbright.asn1.ASN1InstanceOf
    [javac]     setComponent(1, value);
    [javac]         ^
    [javac] =
D:\Projects\newbuild\mindterm\src\com\mindbright\ssh\SSHSocketImpl.java:2=
3: com.mindbright.ssh.SSHSocketImpl
 should be declared abstract; it does not define sendUrgentData(int) in =
java.net.SocketImpl
    [javac] public class SSHSocketImpl extends SocketImpl {
    [javac]        ^
    [javac] =
D:\Projects\newbuild\mindterm\src\com\mindbright\ssh\SSHSocketImpl.java:8=
4: cannot resolve symbol
    [javac] symbol  : method setMaxDepth (int)
    [javac] location: class com.mindbright.util.Queue
    [javac]     cnQueue.setMaxDepth(backlog);
    [javac]            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 4 errors

BUILD FAILED
file:D:/Projects/newbuild/mindterm/build.xml:31: Compile failed; see the =
compiler error output for details.

For the first error, I could not find a method called setComponent in =
ASN1InstanceOf, ASN1Structure, or ASN1Object.=20
I haven't looked at the others yet.

Is there any fixes for this?=20

Bill