I'm trying to build off the tomcat-4.0 branch and it isn't working...

It seems that for some reason, the copying of the files over to the build
directory is commented out. Why is that? It says that one cannot
re-distribute the JSSE stuff, but this is for BUILDING, not distribution.
The distribution build process should remove those files if they exist...

-jon

build-main:
    [javac] Compiling 4 source files to
/Users/jon/checkout/jakarta-tomcat-4.0/catalina/build/classes
    [javac] Compiling 16 source files to
/Users/jon/checkout/jakarta-tomcat-4.0/catalina/build/classes
    [javac]
    [javac] Found 14 semantic errors compiling
"/Users/jon/checkout/jakarta-tomcat-4.0/catalina/src/share/org/apache/catali
na/net/SSLServerSocketFactory.java":
    [javac]
    [javac]     71. import javax.net.ServerSocketFactory;
    [javac]                <--------------------------->
    [javac] *** Error: "javax/net/ServerSocketFactory" is either a misplaced
package name or a non-existent entity.
    [javac]
    [javac]
    [javac]     72. import javax.net.ssl.SSLServerSocket;
    [javac]                <--------------------------->
    [javac] *** Error: "javax/net/ssl/SSLServerSocket" is either a misplaced
package name or a non-existent entity.
    [javac]
    [javac]
    [javac]     73. import javax.net.ssl.SSLSocket;
    [javac]                <--------------------->
    [javac] *** Error: "javax/net/ssl/SSLSocket" is either a misplaced
package name or a non-existent entity.

Reply via email to