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 - Assure that filesystem and it's commands will be stored in a Project area
Summary: Assure that filesystem and it's commands will be stored in a Project area
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-03 16:16 UTC by Martin Entlicher
Modified: 2001-10-25 16:37 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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