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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>