This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 31030 - The link to org.openide.filesystems is broken
Summary: The link to org.openide.filesystems is broken
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Svata Dedic
URL: http://www.netbeans.org/download/dev/...
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-13 13:16 UTC by psuk
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description psuk 2003-02-13 13:16:12 UTC
When you click the link to org.openide.filesystems
on page
http://www.netbeans.org/download/dev/javadoc/JavaSupportAPIs/org/netbeans/api/java/classpath/api.html
, you get  404 Not Found error:

 The requested URL
/download/dev/javadoc/JavaSupportAPIs/org/netbeans/api/java/OpenAPIs/org/openide/filesystems/package-summary.html
was not found on this server.

It]s caused by relative link to
../OpenAPIs/org/openide/filesystems/package-summary.html
Comment 1 jcatchpoole 2003-02-13 17:09:18 UTC
Jesse, is this yours ?
Comment 2 Jesse Glick 2003-02-13 17:44:11 UTC
Java module owner - I would recommend that java/api/build.xml:javadoc
use nbbuild/template.xml:javadoc, which among other things would
automatically check for such broken links for you (you have to turn on
a flag to check network links) and give you easy-to-use tokens like
@OPENIDE@ to link to the master locations of existing documentation sets.
Comment 3 Svata Dedic 2003-02-27 17:30:50 UTC
template.xml is used. BTW Jesse, the template seems not very suitable 
for offline browsing, does it ? (it seems to hyperlink to the live website 
always). 
Comment 4 Jesse Glick 2003-02-27 20:09:38 UTC
Re. offline browsing - see issue #31549.
Comment 5 Jan Becicka 2003-03-10 15:23:28 UTC
Don't know what is fixed, but the link is 
still broken.
Comment 6 Jesse Glick 2003-03-10 15:40:37 UTC
The link from that page is indeed broken, but the page in the URL is
not linked to from anywhere - it has been dead for a while. It was
renamed, and the Javadoc publishing script does not remove dead files.
They should not be accessible from anywhere. The current link
(.../classpath/doc-files/api.html) is fine.
Comment 7 Jan Becicka 2003-04-01 08:15:34 UTC
VERIFIED
Comment 8 Quality Engineering 2007-09-20 09:44:28 UTC
Reorganization of java component