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 20183 - web project goes dead if filesystem is set to read-only
Summary: web project goes dead if filesystem is set to read-only
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on: 34090
Blocks:
  Show dependency tree
 
Reported: 2002-02-05 22:01 UTC by Brian Slesinsky
Modified: 2004-08-13 12:12 UTC (History)
0 users

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 Brian Slesinsky 2002-02-05 22:01:20 UTC
Steps to reproduce:

1. create a new project
2. mount a filesystem that contains a web application
   (Note that this auto-imports jar files and creates the appropriate links
    on the projects tab for the document root, classes and so on)
3. set filesystem to read-only.  Note that the project tab is unchanged.
4. switch to a different project
5. switch back to the new project

On the project tab, you can no longer see the document root.  The top-level
folder's name has changed so that special characters are URL-escaped.  If you
unmount the filesystems, the auto-imported jar files do not un-mount (like they
would normally).

I'm not sure how this is supposed to work, but I'm clearly not getting enough
feedback from NetBeans if I'm doing something wrong.
Comment 1 Brian Slesinsky 2002-02-05 22:43:08 UTC
futher info:  It appears that if you delete and recreate the link in
the Project tab, it will not show up as a web project but rather as an
ordinary folder, unless you (1) set the file system to read-write, and
(2) switch to another project and switch back.
Comment 2 Petr Jiricka 2002-05-07 13:11:30 UTC
Will be fixed when the new Projects infrastructure is in 
place.
Comment 3 Marek Grummich 2002-07-22 12:03:59 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 12:09:41 UTC
Set target milestone to TBD
Comment 5 psuk 2003-02-28 17:15:29 UTC
Changing milestone to 4.0.
This bugs needs to be addressed by project infrastructure and new user
view.
It also looks similar to Issue 29675
Comment 6 Petr Jiricka 2004-07-26 18:15:51 UTC
This functionality has been obsoleted by the new Projects
infrastructure, closing as WONTFIX.