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

Summary: Mount $user.dir/javadoc via module layer
Product: java Reporter: Jaroslav Tulach <jtulach>
Component: JavadocAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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