You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Nick Bauman <ni...@cortexity.com> on 2000/11/13 02:45:34 UTC

3.2b7 can't build

What am I missing? I'm trying to build 3.2b7.

[root@fatman jakarta-tomcat-3.2-b7-src]# ant
Searching for build.xml ...
Buildfile: /home/nick/build-web/jakarta-tomcat-3.2-b7-src/build.xml

prepare:
    [chmod] /bin/chmod: too few arguments
    [chmod] Try `/bin/chmod --help' for more information.
    [chmod] Result: 1

tomcat:
    [javac] Compiling 1 source file to
/home/nick/build-web/build/tomcat/classes    [javac]
/home/nick/build-web/jakarta-tomcat-3.2-b7-src/src/share/org/apache/tomcat/net/SSLSocketFactory.java:245: Class
javax.security.cert.X509Certificate not found in type declaration.
    [javac] 	    javax.security.cert.X509Certificate[] certChain =
sslSocket.    [javac] 	                       ^
    [javac]
/home/nick/build-web/jakarta-tomcat-3.2-b7-src/src/share/org/apache/tomcat/net/SSLSocketFactory.java:245: Incompatible
type for declaration. Can't convert javax.security.cert.X509Certificate[]
to <error>[].
    [javac] 	    javax.security.cert.X509Certificate[] certChain =
sslSocket.    [javac] 	                                          ^
    [javac] 2 errors

BUILD FAILED

/home/nick/build-web/jakarta-tomcat-3.2-b7-src/build.xml:94: Compile
failed, messages should have been provided.

Total time: 18 seconds


-- 
Nicolaus Bauman
Software Engineer
Simplexity Systems



Re: 3.2b7 can't build -- fixed

Posted by Nick Bauman <ni...@cortexity.com>.
I found what I was missing. It was a jar in my classpath.A

On Sun, 12 Nov 2000, Nick Bauman wrote:

> What am I missing? I'm trying to build 3.2b7.
> 
> [root@fatman jakarta-tomcat-3.2-b7-src]# ant
> Searching for build.xml ...
> Buildfile: /home/nick/build-web/jakarta-tomcat-3.2-b7-src/build.xml
> 
> prepare:
>     [chmod] /bin/chmod: too few arguments
>     [chmod] Try `/bin/chmod --help' for more information.
>     [chmod] Result: 1
> 
> tomcat:
>     [javac] Compiling 1 source file to
> /home/nick/build-web/build/tomcat/classes    [javac]
> /home/nick/build-web/jakarta-tomcat-3.2-b7-src/src/share/org/apache/tomcat/net/SSLSocketFactory.java:245: Class
> javax.security.cert.X509Certificate not found in type declaration.
>     [javac] 	    javax.security.cert.X509Certificate[] certChain =
> sslSocket.    [javac] 	                       ^
>     [javac]
> /home/nick/build-web/jakarta-tomcat-3.2-b7-src/src/share/org/apache/tomcat/net/SSLSocketFactory.java:245: Incompatible
> type for declaration. Can't convert javax.security.cert.X509Certificate[]
> to <error>[].
>     [javac] 	    javax.security.cert.X509Certificate[] certChain =
> sslSocket.    [javac] 	                                          ^
>     [javac] 2 errors
> 
> BUILD FAILED
> 
> /home/nick/build-web/jakarta-tomcat-3.2-b7-src/build.xml:94: Compile
> failed, messages should have been provided.
> 
> Total time: 18 seconds
> 
> 
> 

-- 
Nicolaus Bauman
Software Engineer
Simplexity Systems