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

Summary: Add a support for conditions into VCS profiles.
Product: obsolete Reporter: Martin Entlicher <mentlicher>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
URL: http://vcsgeneric.netbeans.org/doc/profiles/Structure_of_VCS_profile.html#Proposal_of_VCS_Profile_for_NetBeans_4.0
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 25139, 34235, 34640    

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.