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 33693 - Add a support for conditions into VCS profiles.
Summary: Add a support for conditions into VCS profiles.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL: http://vcsgeneric.netbeans.org/doc/pr...
Keywords:
Depends on:
Blocks: 25139 34235 34640
  Show dependency tree
 
Reported: 2003-05-16 18:21 UTC by Martin Entlicher
Modified: 2003-12-11 14:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2003-05-16 18:21:15 UTC
Improve the structure of VCS profiles with ability
to conditions for variables, commands and their
properties.

This is necessary to be able to have a single XML
profile for all operating systems as well as for a
joined CVS profile of JavaCVS commands and
command-line commands.

The variables and commands GUI editors would have
to be enhanced with conditions.
Comment 1 Martin Entlicher 2003-06-06 20:25:14 UTC
The support for conditions implemented in prj40_prototype branch.
All existing profiles should be modified to take an advantage of that.
Profiles for several different operating systems can be merged into a
single profile.
Comment 2 Martin Entlicher 2003-06-25 15:08:52 UTC
The conditions were implemented, but the proposed new structured
execution property was not. I've created issue #34590 for that because
it's a separate issue.
Comment 3 Martin Entlicher 2003-07-24 09:43:21 UTC
Verifying. The conditions are successfully used in current VCS
profiles. Some unit tests for conditions were also written.