DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36332>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36332 Summary: Javadoc has incorrect reference for J2SE classes. Product: Log4j Version: 1.2 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Other AssignedTo: log4j-dev@logging.apache.org ReportedBy: [EMAIL PROTECTED] While looking at it, Curt discovered that all the links to J2SE classes (like String, StringBuilder, etc) are broken. The fix is: Index: build.xml =================================================================== RCS file: /home/cvs/logging-log4j/build.xml,v retrieving revision 1.34.2.35 diff -u -r1.34.2.35 build.xml --- build.xml 23 Aug 2005 05:26:55 -0000 1.34.2.35 +++ build.xml 23 Aug 2005 23:01:12 -0000 @@ -434,7 +434,7 @@ header="<b>Log4j ${version}</b>" bottom="Copyright 2000-2005 Apache Software Foundation."> - <link href="http://java.sun.com/products/jdk/1.3/docs/api/"/> + <link href="http://java.sun.com/j2se/1.3/docs/api/"/> <link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/> <classpath refid="compile.classpath"/> </javadoc> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]