You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andres Hernandez <ar...@ona.fi.umag.cl> on 2002/09/03 22:10:11 UTC

PLEASE! Tomcat compilation error

 this appear while i compile tomcat 4.0

  ----------------------------------------------------------------------

  build-main:

  [echo] ----- Java-utils -----

  [echo] -- puretls.present = ${puretls.present}

  [echo] -- jsse.present = true

  [echo] -- commons-logging = true

  [echo] -- jmx = true

  build-catalina:

  [javac] Compiling 3 source files to
  /usr/local/jakarta-tomcat-4.0/catalina/build/server/classes

  [javac] Note: sun.tools.javac.Main has been deprecated.

  [javac]


/usr/local/jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory/T
  yrexDataSourceFactory.java:77: Class tyrex.jdbc.ServerDataSource not found
  in import.

  [javac] import tyrex.jdbc.ServerDataSource;

  [javac]               ^

  [javac]


/usr/local/jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory/T
  yrexDataSourceFactory.java:78: Class tyrex.jdbc.xa.EnabledDataSource not
  found in import.

  [javac] import tyrex.jdbc.xa.EnabledDataSource;

  [javac]             ^

  [javac]


/usr/local/jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory/T
  yrexTransactionFactory.java:75: Class tyrex.tm.Tyrex not found in import.

  [javac] import tyrex.tm.Tyrex;

  [javac]             ^

  [javac] 3 errors, 1 warning

  BUILD FAILED

  /usr/local/jakarta-tomcat-4.0/catalina/build.xml:789: Compile failed,
  messages should have been provided.

  -----------------------------------------------------

But I have installed the tyrex jar file in the build.properties directory
indicate
PLEASE!! this is very important to me
If you know the problem, please, tell me that solution.


  Best regards

  Andrew H


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


Re: PLEASE! Tomcat compilation error

Posted by Peter Goode <pe...@mrexcessive.net>.
Try putting tyrex jar into TDK_HOME/common/lib

Andres Hernandez wrote:

>  this appear while i compile tomcat 4.0
>
>   ----------------------------------------------------------------------
>
>   build-main:
>
>   [echo] ----- Java-utils -----
>
>   [echo] -- puretls.present = ${puretls.present}
>
>   [echo] -- jsse.present = true
>
>   [echo] -- commons-logging = true
>
>   [echo] -- jmx = true
>
>   build-catalina:
>
>   [javac] Compiling 3 source files to
>   /usr/local/jakarta-tomcat-4.0/catalina/build/server/classes
>
>   [javac] Note: sun.tools.javac.Main has been deprecated.
>
>   [javac]
>
> /usr/local/jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory/T
>   yrexDataSourceFactory.java:77: Class tyrex.jdbc.ServerDataSource not found
>   in import.
>
>   [javac] import tyrex.jdbc.ServerDataSource;
>
>   [javac]               ^
>
>   [javac]
>
> /usr/local/jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory/T
>   yrexDataSourceFactory.java:78: Class tyrex.jdbc.xa.EnabledDataSource not
>   found in import.
>
>   [javac] import tyrex.jdbc.xa.EnabledDataSource;
>
>   [javac]             ^
>
>   [javac]
>
> /usr/local/jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory/T
>   yrexTransactionFactory.java:75: Class tyrex.tm.Tyrex not found in import.
>
>   [javac] import tyrex.tm.Tyrex;
>
>   [javac]             ^
>
>   [javac] 3 errors, 1 warning
>
>   BUILD FAILED
>
>   /usr/local/jakarta-tomcat-4.0/catalina/build.xml:789: Compile failed,
>   messages should have been provided.
>
>   -----------------------------------------------------
>
> But I have installed the tyrex jar file in the build.properties directory
> indicate
> PLEASE!! this is very important to me
> If you know the problem, please, tell me that solution.
>
>   Best regards
>
>   Andrew H
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


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