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 10674

Summary: ~/nbuser32/javadoc not reliably mounted during first user start
Product: java Reporter: Jesse Glick <jglick>
Component: JavadocAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker CC: issues
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2001-03-26 11:03:14 UTC
Due to changes in projects module and module installation order and so on,
fragile code to mount the default Javadoc output dir may no longer work.
JavadocModule should be fixed to mark the mounted filesystem as global. Please
see org.apache.tools.ant.module.AntModule.restored for an example of how to do
this.
Comment 1 Petr Suchomel 2001-03-26 12:57:38 UTC
Please some comments
1) If I uninstall javadoc, do I have to uninstall ant, open api javadoc ?
2) If I set all FS as global, I lost project level setting
Comment 2 Petr Suchomel 2001-03-26 15:58:31 UTC
JavadocModule has been changed to reflect changes in project module. I add some 
debugging lines for debuging bug #10109
Comment 3 Jan Chalupa 2001-05-06 07:51:51 UTC
Target milestone -> 3.2
Comment 4 Milan Kubec 2002-10-15 14:02:15 UTC
Closing.