From owner-freebsd-java Sun Jan 13 20:32:39 2002 Delivered-To: freebsd-java@freebsd.org Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by hub.freebsd.org (Postfix) with ESMTP id 77BAA37B41C for ; Sun, 13 Jan 2002 20:32:33 -0800 (PST) Received: from localhost (scrappy@localhost) by earth.hub.org (8.11.3/8.11.6) with ESMTP id g0E4WNj71011; Mon, 14 Jan 2002 00:32:23 -0400 (AST) (envelope-from scrappy@hub.org) Date: Mon, 14 Jan 2002 00:32:23 -0400 (AST) From: "Marc G. Fournier" To: Michael E Mercer Cc: freebsd-java@FreeBSD.ORG Subject: Re: Compiling latest Jakarta 4.0.1 fails with 'not found in import' ... In-Reply-To: <3C425AAA.392FDE8B@nc.rr.com> Message-ID: <20020114003132.Q17183-100000@earth.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org d'oh :( Andn now she compiles great ... thanks ... On Sun, 13 Jan 2002, Michael E Mercer wrote: > I think your problem is the jsse.home is set using a dash and the actual path > is without the dash. > > jsse.home should be ${base.path}/jsse1.0.2 > > Just going by what you wrote... see if that is it. > > later > MeM > > # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later ----- > jsse.home=${base.path}/jsse-1.0.2 > jsse.lib=${jsse.home}/lib > jcert.jar=${jsse.lib}/jcert.jar > jnet.jar=${jsse.lib}/jnet.jar > jsse.jar=${jsse.lib}/jsse.jar > > reilly2001# ls -lt /usr/local/jsse1.0.2/lib/ > total 476 > -rw-r--r-- 1 root wheel 463471 Aug 1 2000 jsse.jar > -rw-r--r-- 1 root wheel 7637 Aug 1 2000 jcert.jar > -rw-r--r-- 1 root wheel 3098 Aug 1 2000 jnet.jar > > > "Marc G. Fournier" wrote: > > > Nice and simple, probably ... I *think* I've followed the instructions > > pretty much to the letter, have everything installed from ports that can > > be, downloaded the rest ... modifed build.properties for where everything > > is, but when I'm doing an 'ant dist', I'm getting: > > > > build-main: > > [javac] Compiling 4 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes > > [javac] Compiling 5 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes > > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:71: Class javax.net.ServerSocketFactory not found in import. > > [javac] import javax.net.ServerSocketFactory; > > [javac] ^ > > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:72: Class javax.net.ssl.SSLServerSocket not found in import. > > [javac] import javax.net.ssl.SSLServerSocket; > > [javac] ^ > > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:73: Class javax.net.ssl.SSLSocket not found in import. > > [javac] import javax.net.ssl.SSLSocket; > > [javac] ^ > > > > > > There are a total of 36 errors ... > > > > I can do searches for this stuff using find, and the various packages > > appear to be installed: > > > > reilly2001# find /usr/local -name "*SSLServerSocket*" -print > > /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocket.html > > /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocketFactory.html > > /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java > > > > And, according to build.properties, I believe things are set right: > > > > # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later ----- > > jsse.home=${base.path}/jsse-1.0.2 > > jsse.lib=${jsse.home}/lib > > jcert.jar=${jsse.lib}/jcert.jar > > jnet.jar=${jsse.lib}/jnet.jar > > jsse.jar=${jsse.lib}/jsse.jar > > > > reilly2001# ls -lt /usr/local/jsse1.0.2/lib/ > > total 476 > > -rw-r--r-- 1 root wheel 463471 Aug 1 2000 jsse.jar > > -rw-r--r-- 1 root wheel 7637 Aug 1 2000 jcert.jar > > -rw-r--r-- 1 root wheel 3098 Aug 1 2000 jnet.jar > > > > Yet it can't find it? > > > > Help? > > > > Thanks ... > > > > -- > > To unsubscribe: > > For additional commands: > > Troubles with the list: > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message