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 2005/08/24 06:28:15 UTC

DO NOT REPLY [Bug 36332] New: - Javadoc has incorrect reference for J2SE classes.

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: mwomack@apache.org


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="&lt;b&gt;Log4j ${version}&lt;/b&gt;"
               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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org