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 28714 - TestAutomation:Mounted G-CVS FS is forgotten after restart ide
Summary: TestAutomation:Mounted G-CVS FS is forgotten after restart ide
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2002-11-13 14:29 UTC by dmladek
Modified: 2004-08-13 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
my mounting class (22.61 KB, text/plain)
2002-11-13 14:31 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2002-11-13 14:29:45 UTC
NB40dev-2002-11-13-011
jdk1.4.1 fcs
linux RH72, KDE3
=======================

It's little bit strange how this could be reached.

It is possible to reproduce it only automaticaly,
by using support mounting class for it (which I'm
attaching here)

Simply:
--------
 -mounting by hand, FS is "remmembered":
     it means that it is visible if you invoke
filesystems
     customizer(not on a current instance but on
the node
     filesystems in the Explorer) as a node. And
also on a disk in:
     $userdir/system/Projects/Default/system/Mount/
 -automatial mounting:
  but if you use my mounting class, there's no
ather points where
  to see the FS is exists then in Filesystem TAB
and VE
  but you could get its instance if you use eg.
  Repository.getDefaoult().toArray();
  then it'll be an element of an array[]...

So, there is something wrong:-(
and it is in my class (which realy might be 'cause
I'm not so
experienced developer as you Martin:), but still I
believe that
my code is OK in this case. So problem must be at
your's code
'cause only VCS FS(G-CVS, I don't have still
support for others profiles) has this problem,
others FS's types like
local, jars, JavaCVS hasn't got such problem.
This fact almost excluses the other possibility
that problem might be somewhere else, but I don't
have enought knowledge to say thet...

I'll be glad if you could focus on this issue and
solve it soon
although you have another 83 open bugs:-(((

thank you very much
-Daniel
Comment 1 dmladek 2002-11-13 14:31:43 UTC
Created attachment 7933 [details]
my mounting class
Comment 2 dmladek 2002-11-13 15:40:55 UTC
adding keyword
Comment 3 Jiri Kovalsky 2003-02-12 11:20:24 UTC
Do you still see these problems Daniel ?
Comment 4 dmladek 2003-02-12 13:20:41 UTC
frankly speaking not sure for 100%, but say NO;-)

I didn't use this for a while and I'll test it ASAP, but not today.
I'll reopen it if it won't work, be sure;-)
Comment 5 dmladek 2003-02-17 12:35:56 UTC
I checked on todays dev build:
  Product Version       = NetBeans IDE Dev (Build 200302170100)
  IDE Versioning        = IDE/1 spec=3.38 impl=200302170100
  Operating System      = Linux version 2.4.18-19.7.x running on i386
  Java; VM; Vendor      = 1.4.1_01; Java HotSpot(TM) Client VM
1.4.1_01-b01; Sun Microsystems Inc.
  Java Home             = /usr/java/jdk1.4.1/jre
  System Locale; Encod. = cs_CZ; ISO-8859-2
  Home Dir; Current Dir = /home.local/delfajz;
/home.local/delfajz/forte3/NBdev-last/netbeans/bin
  IDE Install; User Dir = /home.local/delfajz/NBdev-last;
/home.local/delfajz/.netbeans/dev


and clear user settings and I must say that it happens persistantly:-(
Comment 6 Martin Entlicher 2003-03-01 17:42:05 UTC
Scheduling to "future", also lowering the priority to correspond to
other P3/P4 issues.
This has no impact on the NetBeans users.
Comment 7 Martin Entlicher 2004-04-30 14:19:21 UTC
It should be fixed in dev builds. The "mounting" process is now different.