You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Kelly Sonderegger <KS...@novell.com> on 2000/09/14 00:41:46 UTC

build problem....

did a CVS checkout, ant build.  Here's the result.  thoughts?
omcat-compile:
    [javac] Compiling 6 source files to D:\apache\build\tomcat\classes
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\compiler\JspCompiler.java:141: Method getClassName(java.lang.String) not found in class org.apache.jasper.compiler.ClassName.
    [javac]             realClassName = ClassName.getClassName( getClassFileName() );
    [javac]                                                   ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\compiler\JspCompiler.java:142: Exception org.apache.jasper.JasperException is never thrown in the body of the corresponding try statement.
    [javac]         } catch( JasperException ex) {
    [javac]           ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\compiler\JspParseEventListener.java:866: Wrong number of arguments in constructor.
    [javac]             = new GeneratorWrapper(new ForwardGenerator(start, attrs, param),start, stop);
    [javac]                                    ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\compiler\JspParseEventListener.java:875: Wrong number of arguments in constructor.
    [javac]             = new GeneratorWrapper(new IncludeGenerator(start, attrs, param),start, stop);
    [javac]                                    ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\JspC.java:329: Wrong number of arguments in constructor.
    [javac]             CommandLineContext clctxt = new CommandLineContext(
    [javac]                                         ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\JspC.java:367: Method compile() not found in class org.apache.jasper.compiler.CommandLineCompiler.
    [javac]             clc.compile();
    [javac]                        ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\JspC.java:392: Exception org.apache.jasper.JasperException is never thrown in the body of the corresponding try statement.
    [javac]         } catch (JasperException je) {
    [javac]           ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\servlet\JspServlet.java:442: Method compile() not found in class org.apache.jasper.compiler.Compiler.
    [javac]             outDated = compiler.compile();
    [javac]                                        ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\servlet\JspServlet.java:447: Method compile() not found in class org.apache.jasper.compiler.Compiler.
    [javac]                         outDated = compiler.compile();
    [javac]                                                    ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\servlet\JspServlet.java:451: Exception java.io.FileNotFoundException is never thrown in the body of the corresponding try statement.
    [javac]         } catch (FileNotFoundException ex) {
    [javac]           ^
    [javac] D:\apache\jakarta-tomcat\src\share\org\apache\jasper\servlet\JspServlet.java:453: Exception org.apache.jasper.JasperException is never thrown in the body of the corresponding try statement.
    [javac]         } catch (JasperException ex) {
    [javac]           ^
    [javac] D:\apache\jakarta-tomcat\src\facade22\org\apache\tomcat\modules\facade22\JspInterceptor.java:213: Method compile() not found in class org.apache.jasper.compiler.Compiler.
    [javac]   compiler.compile();
    [javac]                   ^
    [javac] Note: D:\apache\jakarta-tomcat\src\facade22\org\apache\tomcat\modules\facade22\JspInterceptor.java uses or overrides a deprecated API.  Recompile with "-deprecation" for details.
    [javac] 12 errors, 1 warning