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 16179

Summary: Assure that filesystem and it's commands will be stored in a Project area
Product: obsolete Reporter: Martin Entlicher <mentlicher>
Component: vcsgenericAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: All   
Issue Type: TASK Exception Reporter:

Description Martin Entlicher 2001-10-03 16:16:36 UTC
Currently the FS is stored as a part of the project settings, but the commands
definition is stored in a XML file in the user dir, thus being part of the
global settings. This inconsistency cause, that the user is not able to import
the project with VCS generic filesystems with their commands, if the associated
XML configuration files are not part of user's user dir.

The solution is to store the FS together with it's commands definitions in a
single XML file. A special DTD needs to be registered for this and the
Environment.Provider created to interpret the XML configuration file.
Comment 1 Martin Entlicher 2001-10-09 17:15:25 UTC
Fixed by introduction of a new XML settings DTD for
CommandLineVcsFileSystems. The file system is not serialized any more,
but it's properties are stored in an XML file instead.
Comment 2 dmladek 2001-10-25 16:37:40 UTC
I've tested by importing project from another userdir.
By brief check of FS properties, Commands, Variables...
it seems it is done