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 - ~/nbuser32/javadoc not reliably mounted during first user start
Summary: ~/nbuser32/javadoc not reliably mounted during first user start
Status: CLOSED 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-03-26 11:02 UTC by Jesse Glick
Modified: 2002-10-15 14:02 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 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.