Hi All,
 
I downloaded the Tomcat 3.2 b8 source and when I try to compile the same, I got the following error message.
 
What could be the problem.  Is it my mistake or a bug (probably) fixed already?
 
Thanks,
 
Hari.
 
 
==========[ ERROR MESSAGE RECD ON COMPILING ]=================================
    [javac] Compiling 216 source files to D:\build\tomcat\classes
    [javac] D:\jakarta-tomcat-3.2-b8-src\src\share\org\apache\jasper\compiler\TagLibraryInfoImpl.java:524: Incompatible type for constructor. Can't convert java.lang.String to boolean.
    [javac]         return new TagAttributeInfo(name, required, type, rtexprvalue);
    [javac]                                                     ^
    [javac] D:\jakarta-tomcat-3.2-b8-src\src\share\org\apache\jasper\compiler\TagLibraryInfoImpl.java:524: Incompatible type for constructor. Can't convert boolean to java.lang.String.
    [javac]         return new TagAttributeInfo(name, required, type, rtexprvalue);
    [javac]                                                           ^
    [javac] Note: 7 files use or override a deprecated API.  Recompile with "-deprecation" for details.
    [javac] 2 errors, 1 warning
 
BUILD FAILED
=================================================================================

Reply via email to