While trying to rebuild tomcat4 ajp stuff from latest JTC CVS,
I got the following error, while trying to build against the TC 4.0.4....
Buildfile: build.xml
init:
[echo] -------- Coyote 1.0-dev --------
prepare:
static:
report-tc4:
[echo] Tomcat4 detected
report-tc33:
[echo] Tomcat3.3 detected
report:
compile.shared:
compile.tomcat4:
[javac] Compiling 1 source file to
/home/root/jakarta-tomcat-connectors/coyote/build/classes
[javac]
[javac] Found 15 semantic errors compiling
"/home/root/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteServerSocketFactory.java":
[javac]
[javac] 255. throws IOException, KeyStoreException,
NoSuchAlgorithmException,
[javac] <--------------->
[javac] *** Error: The exception "KeyStoreException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 255. throws IOException, KeyStoreException,
NoSuchAlgorithmException,
[javac]
<---------------------->
[javac] *** Error: The exception "NoSuchAlgorithmException" is not the same as or
a subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 256. CertificateException, UnrecoverableKeyException,
[javac] <------------------>
[javac] *** Error: The exception "CertificateException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 256. CertificateException, UnrecoverableKeyException,
[javac] <----------------------->
[javac] *** Error: The exception "UnrecoverableKeyException" is not the same as or
a subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 257. KeyManagementException {
[javac] <-------------------->
[javac] *** Error: The exception "KeyManagementException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 263. throws IOException, KeyStoreException,
NoSuchAlgorithmException,
[javac] <--------------->
[javac] *** Error: The exception "KeyStoreException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 263. throws IOException, KeyStoreException,
NoSuchAlgorithmException,
[javac]
<---------------------->
[javac] *** Error: The exception "NoSuchAlgorithmException" is not the same as or
a subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 264. CertificateException, UnrecoverableKeyException,
[javac] <------------------>
[javac] *** Error: The exception "CertificateException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 264. CertificateException, UnrecoverableKeyException,
[javac] <----------------------->
[javac] *** Error: The exception "UnrecoverableKeyException" is not the same as or
a subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 265. KeyManagementException {
[javac] <-------------------->
[javac] *** Error: The exception "KeyManagementException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2);" declared in type
"org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 272. throws IOException, KeyStoreException,
NoSuchAlgorithmException,
[javac] <--------------->
[javac] *** Error: The exception "KeyStoreException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2, java.net.InetAddress $3);"
declared in type "org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 272. throws IOException, KeyStoreException,
NoSuchAlgorithmException,
[javac]
<---------------------->
[javac] *** Error: The exception "NoSuchAlgorithmException" is not the same as or
a subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2, java.net.InetAddress $3);"
declared in type "org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 273. CertificateException, UnrecoverableKeyException,
[javac] <------------------>
[javac] *** Error: The exception "CertificateException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2, java.net.InetAddress $3);"
declared in type "org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 273. CertificateException, UnrecoverableKeyException,
[javac] <----------------------->
[javac] *** Error: The exception "UnrecoverableKeyException" is not the same as or
a subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2, java.net.InetAddress $3);"
declared in type "org/apache/catalina/net/ServerSocketFactory".
[javac]
[javac]
[javac] 274. KeyManagementException {
[javac] <-------------------->
[javac] *** Error: The exception "KeyManagementException" is not the same as or a
subclass of any exception in the throws clause of the overridden method
"java.net.ServerSocket createSocket(int $1, int $2, java.net.InetAddress $3);"
declared in type "org/apache/catalina/net/ServerSocketFactory".
Total time: 4 seconds
-
Henri Gomez ___[_]____
EMAIL : [EMAIL PROTECTED] (. .)
PGP KEY : 697ECEDD ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>