Greetings: I am attempting to build tomcat 5.5.20 from source.
I am zlinux version of SuSE 9.3 an IBM mainframe. I have downloaded and installed the SDK 5.0 I have downloaded and installed apache-ant-1.6.0-77.1 I first encountered a missing file, see BUGZILLA bug number at the following: http://issues.apache.org/bugzilla/show_bug.cgi?id=40741 I fixed the build file as requested and then attempted to complete the process and encountered the following problem: ============================================================================================== build-prepare: tomcat-util.jar: [echo] ----- Java-utils ----- [echo] -- puretls.present = ${puretls.present} [echo] -- jsse.present = true /usr/share/java/jsse-1.0.3/lib/jsse.jar [echo] -- commons-logging = true [echo] -- jmx = true /usr/share/java/mx4j-3.0.1/lib/mx4j.jar [echo] -- modeler = true /usr/share/java/commons-modeler-1.1/commons-modeler.jar [echo] -- skip.digester = ${skip.digester} [echo] -- JDK14 = true [echo] -- JDK15 = ${jdk1.5.present} [javac] Compiling 92 source files to /srv/apps/tomcat-5.5.20/build/build/classes [javac] /srv/apps/tomcat-5.5.20/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java:76: package com.sun.net.ssl.internal.ssl does not exist [javac] Security.addProvider (new com.sun.net.ssl.internal.ssl.Provider()); [javac] ^ [javac] /srv/apps/tomcat-5.5.20/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java:94: package com.sun.net.ssl does not exist [javac] com.sun.net.ssl.KeyManagerFactory kmf = [javac] ^ [javac] /srv/apps/tomcat-5.5.20/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java:95: package com.sun.net.ssl does not exist [javac] com.sun.net.ssl.KeyManagerFactory.getInstance(algorithm); [javac] ^ [javac] /srv/apps/tomcat-5.5.20/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java:105: package com.sun.net.ssl does not exist [javac] com.sun.net.ssl.TrustManager[] tm = null; [javac] ^ [javac] /srv/apps/tomcat-5.5.20/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java:112: package com.sun.net.ssl does not exist [javac] com.sun.net.ssl.TrustManagerFactory tmf = [javac] ^ [javac] /srv/apps/tomcat-5.5.20/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java:113: package com.sun.net.ssl does not exist [javac] com.sun.net.ssl.TrustManagerFactory.getInstance("SunX509"); [javac] ^ [javac] /srv/apps/tomcat-5.5.20/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java:119: package com.sun.net.ssl does not exist [javac] com.sun.net.ssl.SSLContext context = [javac] ^ [javac] /srv/apps/tomcat-5.5.20/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java:120: package com.sun.net.ssl does not exist [javac] com.sun.net.ssl.SSLContext.getInstance(protocol); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 8 errors BUILD FAILED /srv/apps/tomcat-5.5.20/build.xml:49: Following error occured while executing this line /srv/apps/tomcat-5.5.20/build/build.xml:583: Following error occured while executing this line /srv/apps/tomcat-5.5.20/build/build.xml:187: Following error occured while executing this line /srv/apps/tomcat-5.5.20/connectors/util/build.xml:75: Compile failed; see the compiler error output for details. Total time: 9 minutes 10 seconds balweb15:/srv/apps/tomcat-5.5.20 # ======================================================================================== Now it appears that the JSSE13SocketFactory.java package is attempting to include some files that do not exist on my system. Should these files be part of the download done by the ant build. Where can I get the missing files to complete the build process? Again many thanks in advance. Best regards. Roger Hendrix Information Services Baldor Electric Co. 5711 R. S. Boreham, Jr. St. 72908 External Web: http://www.baldor.com --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]