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 14257 - Mount $user.dir/javadoc via module layer
Summary: Mount $user.dir/javadoc via module layer
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-08 10:42 UTC by Jaroslav Tulach
Modified: 2001-08-10 15:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2001-08-08 10:42:50 UTC
Please rewrite the mounting of $user.dir/javadoc filesystem and instead of
mounting in moduleinstall.restored () mount it in module mf-layer.

See usersguide how to do it.

The advantages should be: You will not need to count number of startups
(probably), you will not polute user system/Mount directory with default
configuration (the filesystem will be just in layer until deleted by user) and
you can delete GlobalLocalFileSystem (to be correct, stop to use it, it will be
needed for backward compatibility) and use regular local filesystem instead.
Comment 1 Petr Suchomel 2001-08-10 15:47:25 UTC
Fixed