You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2003/01/07 23:02:54 UTC

DO NOT REPLY [Bug 15867] New: - compile error in VisalAge For Java after import

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15867>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15867

compile error in VisalAge For Java after import

           Summary: compile error in VisalAge For Java after import
           Product: Log4j
           Version: 1.2
          Platform: Other
        OS/Version: OS/400
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: log4j-dev@jakarta.apache.org
        ReportedBy: ext1kxc@ups.com


After download the log4j zip file and import it into VJAVA. Compile errors were 
found in most packages. For example, inside package org.apache.log4j, class 
CompositeRollingAppender, method setFile(): an error message:The method setFile 
invoked for type org.apache.log4j.FileAppender with arguments 
(java.lang.String, boolean) is not defined in a call to super.setFile(fileName, 
append); After examine the org.apache.log4j.FileAppender class, the problem is 
the method with that parameters (java.lang.String, boolean) is not defined. 
There are two setFile methods and their parameter are (java.lang.String) and 
(java.lang.String, boolean, boolean, int). Seem to me that there is a problem 
in the zip file. Please advise?? Thanks in advance.
Kat

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