You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/17 19:36:44 UTC

BugRat Report #130 has been filed.

Bug report #130 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/130>

REPORT #130 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: 1.2.2 (Sun)
   Operating System: Linux
   OS Release: 2.2.16
   Platform: i586

Synopsis: 
fatal error in tomcat build

Description:
build.sh works OK up to:

...
xecuting Target: tomcat
Compiling 260 source files to /usr/local/src/jakarta/build/tomcat/classes
Note: /usr/local/src/jakarta/jakarta-tomcat/src/share/org/apache/tomcat/util/xml/XmlMapper.java uses or overrides a deprecated API.  Recompile with "-deprecation" for details.
1 warning
Copying 24 support files to /usr/local/src/jakarta/build/tomcat/classes
Compiling 82 source files to /usr/local/src/jakarta/build/tomcat/classes
Note: 5 files use or override a deprecated API.  Recompile with "-deprecation" for details.
1 warning
Copying 11 support files to /usr/local/src/jakarta/build/tomcat/classes
Executing Target: webapps
Created dir: /usr/local/src/jakarta/build/tomcat/webapps/examples
Copying 104 files to /usr/local/src/jakarta/build/tomcat/webapps/examples
Compiling 23 source files to /usr/local/src/jakarta/build/tomcat/webapps/examples/WEB-INF/classes
Compiling 1 source files to /usr/local/src/jakarta/build/tomcat/webapps/examples/jsp/plugin/applet
Created dir: /usr/local/src/jakarta/build/tomcat/webapps/ROOT
Copying 76 files to /usr/local/src/jakarta/build/tomcat/webapps/ROOT
BUILD FATAL ERROR: srcdir does not exist!