You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ethan VonderWeid <to...@vonderweid.com> on 2002/09/14 00:52:27 UTC

tomcat 4.0.4 compilation failing on RH 7.2 w/tyrex-1.0.jar

I'm trying to compile tomcat 4.0.4 and I'm getting some missing import 
errors when it gets to the tyrex code.  I'm using version 1.0 of the 
tyrex jar, which is the only one I could find on the exolab ftp server. 
however, tomcat's docs recommend using version 0.9.7.  the 
classes/packages that ant is looking for don't even appear in the 1.0 
tyrex javadoc.  here's a copy of the error messages:

build-main:
   [javac] Compiling 4 source files to 
/usr/local/src/jakarta/jakarta-tomcat-4.0.4-src/catalina/build/server/classes 

   [javac] Compiling 5 source files to 
/usr/local/src/jakarta/jakarta-tomcat-4.0.4-src/catalina/build/server/classes 

   [javac] 
/usr/local/src/jakarta/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/naming/factory/TyrexDataSourceFactory.java:77: 
Class tyrex.jdbc.ServerDataSource not found in import.
   [javac] import tyrex.jdbc.ServerDataSource;
   [javac]        ^
   [javac] 
/usr/local/src/jakarta/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/naming/factory/TyrexDataSourceFactory.java:78: 
Class tyrex.jdbc.xa.EnabledDataSource not found in import.
   [javac] import tyrex.jdbc.xa.EnabledDataSource;
   [javac]        ^
   [javac] 
/usr/local/src/jakarta/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java:75: 
Class tyrex.tm.Tyrex not found in import.
   [javac] import tyrex.tm.Tyrex;
   [javac]        ^
   [javac] 3 errors

I've sent email to the exolab folks asking if version 0.9.7 of the tyrex 
jar is still available somewhere, but haven't gotten a response yet.  is 
there anything I can try in the meantime to get tomcat to compile?

thanks,

e


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>