bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gjdoc/24510] New: gjdoc have problems the -linkoffline


From: stephan at apache dot org
Subject: [Bug gjdoc/24510] New: gjdoc have problems the -linkoffline
Date: 24 Oct 2005 22:08:38 -0000

Hi,
I tried to link the javadocs against a local installed copy of the classpath
docs, which are available as Debian package classpath-doc. It seems that gjdoc
has problems with the missing tailling slash.

You can verify the problem with the class from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24509 and the execution of
"gjdoc -linkoffline http://developer.classpath.org/doc
/usr/share/doc/classpath-doc/api Test.java"

This can be prevented if you add following lines at ExternalDocSet.java:72

         if (!packageListDir.endsWith("/")) {
           packageListDir += "/";
         }


-- 
           Summary: gjdoc have problems the -linkoffline
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gjdoc
        AssignedTo: julian at sektor37 dot de
        ReportedBy: stephan at apache dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24510





reply via email to

[Prev in Thread] Current Thread [Next in Thread]