You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Ron Corsiga <rc...@mindspring.com> on 2000/05/24 05:36:19 UTC

build problem

Hi,
    I'm got this problem building tomcat from CVS:

--start attachment

Executing Target: init
Executing Target: prepare
Executing Target: tomcat
Compiling 3 source files to D:\ron\apache\build\tomcat\classes
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\compiler\JspParseEventL
istener.java:824: Wrong number of arguments in constructor.
            = new GeneratorWrapper(new ForwardGenerator(attrs, param),
                                   ^
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\compiler\JspParseEventL
istener.java:834: Wrong number of arguments in constructor.
            = new GeneratorWrapper(new IncludeGenerator(attrs, param),
                                   ^
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\JspC.java:320:
Wrong nu
mber of arguments in constructor.
            CommandLineContext clctxt = new CommandLineContext(
                                        ^
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\JspC.java:358:
Method c
ompile() not found in class
org.apache.jasper.compiler.CommandLineCompiler.
            clc.compile();
                       ^
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\JspC.java:380:
Exceptio
n org.apache.jasper.JasperException is never thrown in the body of the
correspon
ding try statement.
        } catch (JasperException je) {
          ^
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\runtime\JspServlet.java
:413: Method compile() not found in class
org.apache.jasper.compiler.Compiler.
            outDated = compiler.compile();
                                       ^
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\runtime\JspServlet.java
:417: Method compile() not found in class
org.apache.jasper.compiler.Compiler.
                        outDated = compiler.compile();
                                                   ^
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\runtime\JspServlet.java
:420: Exception java.io.FileNotFoundException is never thrown in the
body of the
 corresponding try statement.
        } catch (FileNotFoundException ex) {
          ^
D:\ron\apache\jakarta-tomcat\src\share\org\apache\jasper\runtime\JspServlet.java
:422: Exception org.apache.jasper.JasperException is never thrown in the
body of
 the corresponding try statement.
        } catch (JasperException ex) {
          ^
9 errors

BUILD FATAL ERROR

build.xml:58: Compile failed, messages should have been provided.
--end attachment

       Would anyone know what's going on?

best regards,
Ron